Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 355 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 355 Bytes

Keep Notes

This project aims to provide features like that of google keep notes.

Installation

  • clone the repository in your system
git clone https://github.com/Sumit-pd/Keep-Notes.git
  • cd to the project folder
cd Keep-notes
  • install the dependecies
npm install
  • run the project
npm start