Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.02 KB

Workout Tracker

The frontend for Workout Tracker. An app written in Next.js!

What is Workout Tracker?

As the name implies, the Workout Tracker is a workout tracking platform that gives users a way to log and track their workout progress

Tech stack

  • Next.js
  • Styled-Components
  • TailwindCSS

Roadmap

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

Setting up in development

  • 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