Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1.34 KB

README.md

File metadata and controls

64 lines (39 loc) · 1.34 KB

🔦 Keeper-App

What does Keeper App do

  • Keeper App is a Simple React App that lets you keep your notes at one place.
  • 'Add Notes with Title' and 'Delete' them whenever you wish.

Live Application URL

Go to Deployed Application link 👇
Keeper App

Keeper App Preview

App-preview

Prerequisites

Install Node JS

Refer Official Website to download and install Node.js

Install create-react-app

Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily. Use the following command to install create-react-app:

npm install -g create-react-app

Cloning and Running the Application in local

  1. cd to the location in terminal where you want to clone the repository.
  cd your_path
  1. Clone the project into the local:
  git clone https://github.com/Kakuli-coder/Keeper-App.git
  1. Go to the directory:
  cd Keeper-App
  1. Install all the npm packages:
  npm install
  1. In order to run the application, type the following command:
npm start

The Application runs on 127.0.0.1:3000