Skip to content

EmilyJarecki/vigilant-memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 

Repository files navigation

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

  • Modularize OAuth to reduce API calls and improve website performance
  • Optimize UX by having API load specific part of UI rather than on refresh
  • Use Tailwind's classnames to reduce repetition

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published