/exercise-tracker

Simple exercise tracker which allows you to add and retrieve exercises.

Primary LanguageJavaScriptISC LicenseISC

Exercise Tracker

Follow this README in order to properly run this application.

Live App: https://quilt-advantage.glitch.me/

Prerequisites for Local Installation.

You will need the following things properly installed on your computer.

Installation

CLIENT

  • git clone <repository-url> this repository
  • cd exercise-tracker
  • npm install

Running / Development