Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 895 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 895 Bytes

Immersion Stats

pages-build-deployment

Overview

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/ 📊

Developing and Deployments

  • When developing locally, use npm run start to launch the app.
  • To deploy to GitHub pages use npm run deploy or npm run deploy -- -m "My message"
  • To run the interactive test suite use npm run test