- It is a clone of the Google Keep App using React.
- It's functionality includes:
- Adding a note
- Deleting a note
- Implemented using JSX
- Styled with CSS and Material UI.
- HTML
- CSS
- React Js (JSX)
- Material UI
Google-Keep-Clone.webm
- 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/namanrox/google-keep-clone.git
in your GitBash or terminal of VS Code.
- Run the command
cd google-keep-clone/keep-clone - Run
npm installto install all dependencies for the project. - Run
npm startto start the project on localhost:3000. - Now you are set to use this project locally.