Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikson2003 authored Oct 12, 2024
1 parent 02a9e13 commit 6197c4b
Showing 1 changed file with 47 additions and 2 deletions.
49 changes: 47 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,47 @@
# chrome-notes-extension
Persistent Notes with History : A notes chrome extension with reminders and history of deleted notes.
# Chrome Notes Extension

## Description

The Chrome Notes Extension allows users to create, manage, and set reminders for notes directly in their browser. Users can easily save their notes, receive notifications at the specified times, and view their history of deleted notes.

## Features

- **Create Notes:** Easily write and save notes using a simple text area.
- **Set Reminders:** Specify a date and time for reminders. Only future dates can be selected.
- **Notifications:** Receive pop-up notifications in Chrome when a reminder is due.
- **View History:** Access previously deleted notes with the history feature.
- **User-Friendly Interface:** A clean and intuitive design for easy navigation.

## Installation

To install and use this extension, follow these steps:

1. Clone this repository or download the ZIP file.
```bash
git clone https://github.com/Nikson2003/chrome-notes-extension.git

2. Open Google Chrome and go to the Extensions page by navigating to chrome://extensions.

3. Enable Developer mode by toggling the switch in the top right corner.

4. Click on the Load unpacked button and select the folder where you downloaded the extension files.

5. The extension will now appear in your Chrome toolbar.

## Usage

1. Click on the extension icon in the toolbar to open the popup.

2. Write your note in the text area.

3. Set a reminder date and time. Only present/future dates and times can be selected.

4. Click Save Note to store your note and reminder.

5. The saved notes will appear in the list below.

6. To view previously deleted notes, click on View History.

## Contributing

Contributions are welcome! If you have suggestions for improvements or want to report bugs, please open an issue or submit a pull request.

0 comments on commit 6197c4b

Please sign in to comment.