A clone of Google Keep built with React. Create, update, and delete notes! This implementation is not connected to a backend database so all notes are just stored on client-side memory and will disappear upon refreshing.
To run the app locally, fork the codebase to a local directory, install all npm dependencies in a bash terminal withnpm install
and start the app with npm start
.