- It is a clone of the Google Keep App using React.
- It's functionality includes:
- Adding a note
- Deleting a note
- Editing a note
- Implemented using JSX
- Styled with CSS & Material UI
- HTML
- CSS
- React Js (JSX)
- This project was developed in VS Code.
- Download and install a code/ text editor.
- Recommended -
- Download Node Js and npm(Node package manager) (npm gets installed by default on downloading Node)
- Clone the repository by running the command:
git clone https://github.com/balaji305/keeper_app.git
in your GitBash or terminal of VS Code.
- Run the command
cd keeper_app
- Run
npm install
to install all dependencies for the project. - Run
npm start
to start the project on localhost:3000. - Now you are set to use this project locally.