This a Note taking App which stores the Data in Local Storage. It's HomePage Looks like this:
- Allows user to Add Notes which is stored in Local Storage of the browser.
- Allows user to Update Notes.
- Allows user to Delete Notes.
- Allows user to View the Notes which were added.
- Allows user to Clear All the Notes.
- Allows user to Change the background theme based on the options provided in the Theme Selector.
- Clone this Repo.
- Install the npm dependencies using
npm install
- Run the React App using
npm start