Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 763 Bytes

File metadata and controls

42 lines (30 loc) · 763 Bytes

TrackIt

image

Description

An app, made with React and styled-components, thinking about add and organize your habits. You can track them daily and check in case they were done.

Link: https://track-it-project.vercel.app

Technologies

  • React
  • Styled-components
  • Navigation (Router)
  • Axios

Development mode

In order to run this on dev mode you have to use React environment.

So you have to:

Clone this repository

$ git clone https://github.com/mdeosjr/trackt-it

Install dependencies

$ npm install

Run on your machine

$ npm run start

You can also use the production mode with:

$ npm build