Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 750 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 750 Bytes

Keep Clone

It is a notes taking application created using ReactJS which helps users in taking various notes.

Preview

Requirements:

  • React Version: 18.2.0
  • Node Version: 18.14.1
  • NPM Version: 9.5.0

Instructions:

  1. Get the source code on your pc via git.
  git clone https://github.com/muskanmi/Keep-clone-react
  1. Navigate inside the folder through your terminal.
  cd Keep-clone-react
  1. Now, install the required dependencies by running the following command:
  npm install
  1. Finally, start the application by running:
  npm start
  1. Voila! the application is ready for use. You can access it at http://localhost:3000.