Skip to content

rafaeelnunesf/TrackIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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