A simple react based application that is the clone of google keep
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.
USING HTTPS
git clone https://github.com/CodeWithSouma/Keeper-App.git
USING SSH
git clone git@github.com:CodeWithSouma/Keeper-App.git
Next, from the project folder, install the dependencies:
npm i
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:
You should see the home page of Kipper app. That confirms that you have set up everything successfully.