Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 689 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 689 Bytes

CRUDdy Workout App

This is a full-stack workout web application with CRUD functionality. The user is prompted to enter their name, reps, and sets for their workout before being able to start. Between sets, there is a rest timer that tracks rest time throughout the workout. When the workout is complete there is a leaderboard that displays workouts completed by user and a status message with update and delete functionality.

Tech Stack + Tools

  • React, Bootstrap
  • MongoDB + Mongoose
  • Node + Express

Setup

  • npm install
  • npm run server-dev
  • npm run client-dev