-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/SanjaySRocks/my-notes
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# My Notes | ||
|
||
A basic funtional notes saving app made with HTML CSS and JS. | ||
|
||
# Screenshot | ||
|
||
<a href="https://imgur.com/PnH0byQ"><img src="https://i.imgur.com/PnH0byQ.png" title="source: imgur.com" /></a> | ||
|
||
|
||
# Features | ||
|
||
## Note Management | ||
- Create Note: Add new notes effortlessly. | ||
- Delete Note: Remove unwanted notes quickly. | ||
- Edit Note: Modify existing notes seamlessly. | ||
|
||
## Note Display | ||
- Display All Notes: View a comprehensive list of all notes. | ||
- Timestamp: Track creation and modification times of notes. | ||
|
||
## Customization | ||
- Random Color: Enhance note visibility and organization with random color assignments. | ||
|
||
## Data Handling | ||
- Import Dummy Data: Populate your notes with dummy content for testing purposes. | ||
- Delete All Notes: Clear all notes instantly with a single click for a clutter-free workspace. | ||
|
||
|
||
|