Himan-Miku / Notes-Keep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 69.1%Language:CSS 23.4%Language:HTML 7.5%