An open API service indexing awesome lists of open source software.

https://github.com/namanrox/google-keep-clone

It is a clone of the Google Keep App using React. It can add and delete notes implemented using JSX and styled with CSS and Material UI.
https://github.com/namanrox/google-keep-clone

clone google-keep google-keep-clone keep keep-clone material-ui reactjs

Last synced: 3 months ago
JSON representation

It is a clone of the Google Keep App using React. It can add and delete notes implemented using JSX and styled with CSS and Material UI.

Awesome Lists containing this project

README

        

# Google-Keep-Clone
[![Language](https://img.shields.io/badge/Language-Javascript-blue.svg?style=flat)](https://www.javascript.com/)
[![Framework](https://img.shields.io/badge/Framework-Reactjs-brightgreen.svg?style=flat)](https://reactjs.org/)
# About
- 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.
# Tech Stack
- HTML
- CSS
- React Js (JSX)
- Material UI
## Demo Video
[Google-Keep-Clone.webm](https://user-images.githubusercontent.com/94623032/179485794-b4bc935e-2071-4d66-bd75-a3377c48d9fb.webm)
## Environmental Setup
- This project was developed in VS Code.
#### How to setup in local environment to use this project
- Download and install a code/ text editor.
- Recommended -
- [Download VS Code](https://code.visualstudio.com/download)
- [Download Atom](https://atom.io/)
- Download [Node Js and npm(Node package manager)](https://nodejs.org/en/) (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 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.