React application that helps you plan your day and makes you productive. With this, we will learning how to use Local Storage in React.
- React.js
- ♟ useState
- ♟ useEffect
- ♟ local storage
- ♟ react-notify-toast
- Fork the repo by clicking the fork button
- Clone the repo
$ git clone https://github.com/your_github_username/PlanYourDay.git
- change to project directory
$ cd PlanYourDay
- you need to install node_modules
$ npm install
It's time to run the project
$ npm start