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

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

Awesome Lists containing this project

README

          

# Trackit

# About the project
A single page application to **track the user daily habits**.

# Technologies used
![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
![JavaScript](https://img.shields.io/badge/JavaScript-20232A?style=for-the-badge&logo=JavaScript&logoColor=61DAFB)
![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white)
![Git](https://img.shields.io/badge/git-%23F05033.svg?style=for-the-badge&logo=git&logoColor=white)
![Axios](https://img.shields.io/badge/axios-20232A?style=for-the-badge&logo=axios&logoColor=61DAFB)
![CSS](https://img.shields.io/badge/styled-components-20232A?style=for-the-badge&logo=styled-components&logoColor=61DAFB)


animated

# 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
```