LeoSouzaNunes / track-it

An habits tracking app written in React that allows you to improve your discipline!

Home Page:https://track-it-react-app.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

A tracking habits application where you can challenge yourself to keep your streaks. You are able to create your own account, add and delete habits for specific days in the week and mark an habit as done to update your personal record.

Take a look at our demo.

About

The following features are available:

  • Sign-up.
  • Keep your account logged in.
  • Toggle habits between done or to do.
  • Add a new habit with days in the week that you will do it.
  • Delete an habit.
  • Check the list of all habits.
  • Check the today's habits.

As a future feature you will be able to check it out your history of completed habits.

Technologies

How to run

  1. Clone this repository
  2. Install dependencies
npm i
  1. Run the application with
npm run start
  1. You can optionally build the project running
npm run build
  1. It's done! Preview the website on http://localhost:3000.

About

An habits tracking app written in React that allows you to improve your discipline!

https://track-it-react-app.vercel.app/


Languages

Language:JavaScript 96.8%Language:HTML 1.7%Language:CSS 1.5%