Skip to content

mat-diak/tidbits-client

Repository files navigation

Description

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

Features

  • 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)

Features in development:

  • user can rearrange the habits by dragging them

To run locally

 Before running:

  1. 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

  1. 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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published