A Task Manager build using React frontend framwework.The project was primary build to understand the basic of react hooks and context api.
The project is also hosted on Netlify
First clone this repository.
$ git clone https://github.com/mirsahib/React-Task-Manager.gitInstall dependencies. Make sure you already have nodejs & npm installed in your system.
$ yarn installRun it
$ yarn start