Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asnunes/trackit-ref
https://github.com/asnunes/trackit-ref
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/asnunes/trackit-ref
- Owner: asnunes
- Created: 2022-12-20T07:23:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T07:23:47.000Z (about 2 years ago)
- Last Synced: 2024-10-26T15:47:07.518Z (2 months ago)
- Language: JavaScript
- Size: 385 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 themeBy 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)