Skip to content

CodeWithSouma/Keeper-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keeper-App

A simple react based application that is the clone of google keep

Setup

Make sure to follow all these steps exactly as explained below. Do not miss any steps or you won't be able to run this application.

Clone the repositories

USING HTTPS

git clone https://github.com/CodeWithSouma/Keeper-App.git

USING SSH

git clone git@github.com:CodeWithSouma/Keeper-App.git

Install the Dependencies

Next, from the project folder, install the dependencies:

npm i

Start the App

npm start

This will launch the React App on port 3000. If that port is busy, you can set a different port.

Open up your browser and head over to:

http://localhost:3000/

You should see the home page of Kipper app. That confirms that you have set up everything successfully.