EmilyJarecki / vigilant-memory

1 stars 0 forks source link

SugarLifts

Sugarlifts is designated for independent weightlifters where they can record their stats relative by type and rep scheme. Because the only way to get better is by tracking progress and staying consistent.

WIP

Login/Register Page

Entry Dashboard

Create Entry

Detailed Entry/Update

Technologies Used:

Installation Steps:

  1. For and clone this repository. ``` cd vigilant-memory code . (to open in your preferred code editor) ```
  2. In your terminal,
  3. ``` $ cd client $ npm install (to install client-side dependencies) $ npm start (to start the client) ```
  4. In a new terminal,
  5. ``` $ cd server $ npm install (to install server-side dependencies) $ npm i nodemon $ nodemon app.js ```

Future Enhancements