About

  • Front end Development Project
  • Habit tracking app

Features

  • Sign up
  • Sign in
  • Create a habit
  • List habits
  • Delete a habit
  • Search for today's habit
  • Mark habit as completed
  • Unmark habit as completed
  • Get daily habits history

Technologies

How to run

  1. Clone this repository
git clone git@github.com:kethlynsara/projeto10-trackit.git
  1. Install dependencies
npm i
  1. Run the application
npm start