Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asnunes/trackit-ref


https://github.com/asnunes/trackit-ref

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# TrackIt

TrackIt is the best way to track your own habits. An easy to use routine manager that you can create, delete and manage your daily habits as well as check which days you achieved your goals.



Try it out now at https://projeto10-trackit-steel-delta.vercel.app/

## About

This is an web application to mobile dispositives with which lots of people can manage their own habits. Below are the implemented features:

- Sign Up
- Login
- List all active habits
- Add new habits
- Delete any habits
- Check your done habit
- Track your successfull sequence
- Get a view of a specific day with habits, through the calendar, in historic page
- Select between light or dark theme

By using this app any user can verify if they're correctly following their own habits.

## Technologies
The following tools and frameworks were used in the construction of the project:









## How to run

1. Clone this repository
2. Clone the repository at https://github.com/FilipeGarroteDev/TrackIt-track-your-habits
3. Install dependencies
```bash
npm i
```
4. Run the front-end with
```bash
npm start
```
5. You can optionally build the project running
```bash
npm run build
```
6. Finally access http://localhost:3000 on your favorite browser (unless it is Internet Explorer. In this case, review your life decisions)