https://github.com/lucas-melo0/trackit
https://github.com/lucas-melo0/trackit
axios react react-router styled-components
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucas-melo0/trackit
- Owner: Lucas-Melo0
- Created: 2022-08-02T10:29:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T15:14:35.000Z (over 3 years ago)
- Last Synced: 2023-03-05T05:03:58.120Z (over 3 years ago)
- Topics: axios, react, react-router, styled-components
- Language: JavaScript
- Homepage: project10-trackit-neon.vercel.app
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trackit
# About the project
A single page application to **track the user daily habits**.
# Technologies used






# Deployment
Project Deploy
## How to run
1. Clone this repository
2. Install dependencies
```bash
npm i
```
3. Run the project with
```bash
npm start
```
4. You can optionally build the project running
```bash
npm run build
```