To practice React Hooks.
First application to get better understanding how React Hooks works.
- React (written on the 16.13.1 version) Create React App
- JSX
- React Hooks
- useContex
- useState
- useEffect
- CSS Modules & SCSS
- BEM Convention
- Context API
- React Dev Tools
- Local Storage
To run this project, install it locally using npm:
$ cd ../to-do-list
$ npm install
$ npm start
Runs the app in the development mode.
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.