/Notes-Keep

Primary LanguageJavaScript

Keep Notes

Keep is a note taking application like Google's Keep app.

Appendix

Made using MERN stack. When the user creates a note it gets added in the MongoDB document using mongoose npm package.

Features

  • Simple UI
  • Responsive Web App

Screenshots

App Screenshot

App Screenshot

App Screenshot

Run Locally

Clone the project

  git clone https://link-to-project

Go to the React directory

  cd keep-app

Install dependencies

  npm install

Start the server for React

  npm start

Go to Server directory

  cd server

Run the server

  nodemon server.js