A simple note-taking app built with HTML, CSS, and Vanilla JavaScript. Users can add, view, update, and delete personal notes through a user-friendly interface.
- Add New Notes: Create new notes easily.
- View Notes: View a list of all existing notes.
- Update Notes: Edit and update the content of existing notes.
- Delete Notes: Remove notes that are no longer needed.
- User-Friendly Interface: Designed with a clean and responsive interface for a seamless user experience.
-
Clone the repository:
git clone https://github.com/yourusername/note-taking-app.git
-
Navigate to the project directory:
cd note-taking-app
-
Open
index.html
in your preferred web browser.
-
Adding a Note:
- Click the "Add Note" button.
- Enter the title and content of the note.
- Click "Save" to add the note.
-
Viewing Notes:
- All notes will be displayed on the main screen.
-
Updating a Note:
- Click on the note you wish to update.
- Edit the title and content.
- Click "Save" to update the note.
-
Deleting a Note:
- Click on the "Delete" button on the note you wish to remove.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
note-taking html css javascript vanilla-javascript web-application frontend-development user-interface personal-notes task-management