The frontend for Workout Tracker. An app written in Next.js!
As the name implies, the Workout Tracker is a workout tracking platform that gives users a way to log and track their workout progress
- Next.js
- Styled-Components
- TailwindCSS
Any future plans or updates will be documented here:
- Provide users the ability to create their own routines and exercises
- Add functionality that lets users add more sets to their workouts dynamically
- Add feature that allows users to visualise their progress using graphs and charts
- Potentially switch to JWT Tokens and OAuth
- Styling updates
- Clone the repo
- Navigate to the folder and run
npm install
once inside to install dependencies - Make sure a local version of the api is running
- Run the script
npm run dev
to start the app