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

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!

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

![Capture](https://github.com/faanid/Google-keep-clone/assets/73032767/7433fa48-4631-46fb-b189-d92add46d02f)

## 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
```