Simple React app that allows users to add and delete notes.
- Allows users to search notes text
- Toggle dark mode
- Saves notes to local storage
- Mobile and tablet responsive
- Deployed to Heroku
https://my-note-post-it.herokuapp.com/
- Clone the repo to your computer
git clone https://github.com/krisjwood/react-notes-app
- Install dependencies
cd react-notes-app && npm install
- Spin up the local server. A browser window will open automatically
npm start
- Start adding notes!


