A React application to visualize workout data. Try it at https://workout-analytics.netlify.app.
yarn: Install dependenciesyarn start: Start create-react-app server
After running the project locally (see above), the following steps will product a deployment-ready build.
yarn test: Run Jest testsyarn build: Create a production ready buildyarn serve: Start a local server to preview the production build
For more information, see docs/
yarn skeletor: Generate Skeletor stylesyarn typebeast: Generate Typebeast stylesyarn generate:transformer: Follow prompts to create a new transformeryarn generate:page-app: Follow prompts to create a protected app page (requires data)yarn generate:page-other: Follow prompts to create an unprotected support pageyarn run: Show scripts defined in./package.json
- Framework: React (via create-react-app)
- Hosting: Netlify
- CI: GitHub Actions
- Testing: Jest & react-testing-library
- Styling: Sass Modules, Skeletor, and Typebeast