AdJourn (short for Adventurer's Journal) is a web app designed to serve as a note-taking and quest-tracking system for games that don't come with one, such as many retro RPGs. I started it as a pet project to learn about modern front-end development technologies.
The current master branch is live under https://ulrichsg.github.io/adjourn. Feel free to use it any way tou wish. The data you enter is saved in your browser, so as long as you don't delete it yourself, it will be there every time you open the page again in the same browser.
- TypeScript + Yarn
- React/Redux + Immer
- redux-persist + localForage
- antd + styled-components
- Babel 7 + Webpack