- 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.
Go to Deployed Application link 👇
Keeper App
Refer Official Website to download and install Node.js
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
- cd to the location in terminal where you want to clone the repository.
cd your_path
- Clone the project into the local:
git clone https://github.com/Kakuli-coder/Keeper-App.git
- Go to the directory:
cd Keeper-App
- Install all the npm packages:
npm install
- In order to run the application, type the following command:
npm start
The Application runs on 127.0.0.1:3000