Deployed app: https://tidbits-tidbits.netlify.app/
This is the client-side of snacks-app. It works alongside a rest API - https://github.com/mat-diak/tidbits-server
- user Authentication using JWT
- adding habits
- specifying how long to keep the habit for and how many times a day to do it
- incrementing the rep count of the habit that is completed
- selecting from suggested habits list (e.g. 5 random recipes a day)
- user can rearrange the habits by dragging them
- Have the server-side running in the background.
You can find more info on how to set up the server side here: https://github.com/mat-diak/tidbits-server
- In command line:
npm install
npm start
The page is gonna be available on http://localhost:3000
To run tests
npm run cy:run
Demo images: