Immersion Stats is a React 18 project I built to put into practice some lessons I'm learning about writing UI's using a modern React toolset. It reads data about my Japanese language learning from a handful of sources, including GitHub and Google Sheets, and presents the data in different, meaningful ways.
Check out the live app at https://jhunschejones.github.io/Immersion-Stats/ ๐
- When developing locally, use
npm run start
to launch the app. - To deploy to GitHub pages use
npm run deploy
ornpm run deploy -- -m "My message"
- To run the interactive test suite use
npm run test