Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1016 Bytes

File metadata and controls

41 lines (31 loc) · 1016 Bytes

📂 Post-it! myNotes 📂

Simple React app that allows users to add and delete notes.

Light mode

desktop-light

Dark mode

desktop-dark

Mobile

mobile-white

Other features

  1. Allows users to search notes text
  2. Toggle dark mode
  3. Saves notes to local storage
  4. Mobile and tablet responsive
  5. Deployed to Heroku

Check out the live project

On Heroku

https://my-note-post-it.herokuapp.com/

CLI to local machine

  1. Clone the repo to your computer
git clone https://github.com/krisjwood/react-notes-app
  1. Install dependencies
cd react-notes-app && npm install 
  1. Spin up the local server. A browser window will open automatically
npm start
  1. Start adding notes!