https://github.com/alexandredresch/trackit
https://github.com/alexandredresch/trackit
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexandredresch/trackit
- Owner: AlexandreDresch
- Created: 2022-12-15T23:26:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T23:50:49.000Z (over 3 years ago)
- Last Synced: 2025-02-25T20:38:52.517Z (over 1 year ago)
- Language: JavaScript
- Homepage: track-it-gold.vercel.app
- Size: 604 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TrackIt - React

## Application for creating and managing habits.
## Starting the project
Use **npm install** to install project dependencies.
Then start the project.
```cl
npm start
```
## Features
- [ ] Communication with API.
- [ ] Account creation.
- [ ] Creation and deletion of habits;
- [ ] Routes between application pages;
- [ ] Dynamic response to habit finalization;
## Technologies
- [ ] React JS
- [ ] Axios
- [ ] Styled-Components
- [ ] React Router
- [ ] React Ion-Icons
- [ ] Dayjs
- [ ] React Circular Progressbar
- [ ] React Loader Spinner
## Project developed during Driven course.