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.
![]() |
![]() |
![]() |
![]() |
- For and clone this repository.
cd vigilant-memory code . (to open in your preferred code editor)
- In your terminal,
- In a new terminal,
$ cd client
$ npm install (to install client-side dependencies)
$ npm start (to start the client)
$ cd server
$ npm install (to install server-side dependencies)
$ npm i nodemon
$ nodemon app.js
- 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