Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.23 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.23 KB

TrackIt

This project is about a simple habit tracking app.

Why?

My main focus when developing this code was to practice the following subjects:

  • React
  • Styled Components
  • Context API
  • Local Storage
  • How to make a Login and user registration screen

I also wanted to practice importing libraries to use in my project

Main tecnologies

How to run

  1. Clone this repository.
  2. Install dependencies with.
npm i
  1. Runs the app in the development mode with. \
npm start
  1. Open http://localhost:3000 to view it in the browser.
    The page will reload if you make edits.
    You will also see any lint errors in the console.

  2. You can optionally build the project running

npm run build