This project is about a simple habit tracking app.
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
- Clone this repository.
- Install dependencies with.
npm i
- Runs the app in the development mode with. \
npm start
-
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. -
You can optionally build the project running
npm run build