Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 670 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 670 Bytes

TrackIt

Availabe at https://track-it-rodnei0.vercel.app/

About

A habits tracking app written in React that allows you to track your daily habits to help you improve your discipline!

Technologies

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

How to run

  1. Clone this repository

  2. Install dependencies

npm i
  1. Run the app with
npm start
  1. You can optionally build the project running
npm run build
  1. Finally, access http://localhost:3000 on your browser