trackit-logo

Track It

About

Track it is habit tracking application that can help you doing the best with your time.

Pre-requisites

Before you begin, you will need to have the following tools installed on your machine: [Git] (https://git-scm.com), [Node.js] (https://nodejs.org/en/). In addition, it is good to have an editor to work with the code like [VSCode] (https://code.visualstudio.com/)

Running the web application

# Clone this repository
$ git clone https://github.com/lucaspasseri/trackit.git

# Access the project folder cmd/terminal
$ cd trackit

# You will need this API to run the application
https://mock-api.bootcamp.respondeai.com.br/api/v2/trackit

# Create a .env file at the root of the project. And configure the environment variable
REACT_APP_API_BASE_URL=https://mock-api.bootcamp.respondeai.com.br/api/v2/trackit

# Install the dependencies
$ yarn install or $ npm install

# Run the application in development mode
$ yarn start or $ npm run start

# The server will start at port: 3000 - go to http://localhost:3000

🛠 Tech Stack

Languages:


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



Version Control:

Deploy

trackit-view

The application layout is available on Vercel:

Author


Made by Lucas Passeri 👋🏽 Get in Touch!


Lucas Passeri