This project is a task-app written in React. It uses context api to store state. It also has changeable ui theme. Data is stored in browser's local storage.
Project is created with:
- React version: 16.9.0
- Context API
- SCSS
To run this project, install it locally using npm:
$ cd ../react-hooks-context-project
$ npm install
$ npm start