https://github.com/faanid/google-keep-clone
Dieses Projekt ist ein Klon von Google Keep, einer von Google entwickelten Notizanwendung. Es wurde mit ReactJs und Javascript in zwei separaten Dateien erstellt!
https://github.com/faanid/google-keep-clone
clone-website css3 google-keep html5 javascript localstorage notes pure-css react-icons reactjs tailwindcss
Last synced: about 1 year ago
JSON representation
Dieses Projekt ist ein Klon von Google Keep, einer von Google entwickelten Notizanwendung. Es wurde mit ReactJs und Javascript in zwei separaten Dateien erstellt!
- Host: GitHub
- URL: https://github.com/faanid/google-keep-clone
- Owner: faanid
- Created: 2023-01-03T13:06:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T15:48:27.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T20:28:05.405Z (about 1 year ago)
- Topics: clone-website, css3, google-keep, html5, javascript, localstorage, notes, pure-css, react-icons, reactjs, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 689 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Keep Clone
This project is a clone of Google Keep, a note-taking application developed by Google. It was built using ReactJs and Javascript in two separate files!
## 🛠Skills
Javascript, Reactjs, HTML, CSS
## Preview

## Run Locally
Clone the project
```bash
git clone https://link-to-project
```
Go to the project directory
```bash
cd my-project
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run start
```