https://github.com/sagnik-coder24/keep-clone
Just a clone of google keep
https://github.com/sagnik-coder24/keep-clone
css google-keep-clone html javascript
Last synced: 3 months ago
JSON representation
Just a clone of google keep
- Host: GitHub
- URL: https://github.com/sagnik-coder24/keep-clone
- Owner: Sagnik-Coder24
- Created: 2021-08-06T15:42:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T20:28:47.000Z (7 months ago)
- Last Synced: 2024-12-27T09:16:58.743Z (5 months ago)
- Topics: css, google-keep-clone, html, javascript
- Language: CSS
- Homepage: https://googlekeepclone2407.netlify.app/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Keep Clone
A simple clone of Google Keep built with HTML, CSS, and JavaScript.
## Features
- Add new notes
- Edit existing notes
- Delete notes
- Responsive design## Installation
1. Clone the repository:
```bash
git clone https://github.com/Sagnik-Coder24/Keep-Clone.git
```
1. Navigate to the project directory:
```bash
cd google-keep-clone
```
2. Open `index.html` in your browser to view the app.## Usage
- To add a new note, click on the "Add Note" button and enter your note.
- To edit a note, click on the note you want to edit and make your changes.
- To delete a note, click on the "Delete" button on the note you want to remove.## Technologies Used
- HTML
- CSS
- JavaScript