Skip to content

shaikahmadnawaz/workout-tracker

Repository files navigation

# Workout Tracker

Workout Tracker using MERN stack

Demo

Project in action - workout-tracker 🚀

Tech Stack

Client: React

Server: Node.js, Express.js, MongoDB, Mongoose, JWT

Cloud Storage: MongoDB Atlas

Deployed on: Cyclic

Features

  • Login/Signup User Account
  • Login using Email
  • Add New Workouts to Track
  • Delete added Workouts from Track

Run Locally

Clone the project

  git clone https://github.com/shaikahmadnawaz/workout-tracker

Go to the project directory

  cd workout-tracker

Install dependencies

  npm install

Install client (front-end) dependencies

  cd client
  npm install

Start the server

  cd ..
  npm run dev

Start the client (front-end)

  cd client
  npm start

Then open http://localhost:3000 in a browser

🛠 Skills

Javascript, HTML, CSS, React, Node, Express

Contribute

⭐ Star us on GitHub — it helps!

Contributions are always welcome!