A simple note-taking web application.
This repository contains the code for a note-taking app implemented as a web application. It allows users to create, edit, and delete notes. The app provides a user-friendly interface for managing personal notes efficiently.
This project is intended to showcase my coding skills and proficiency in web development.
The project was based on this tutorial video.
- Create new notes
- Edit existing notes
- Delete notes
- Automatic saving of notes using local storage
- Responsive design for mobile and desktop
-
Clone the repository:
git clone https://github.com/ramez08/note-taking-app.git
-
Open the project directory:
cd note-taking-app
-
Open the
index.html
file in your web browser.
- Click on the "Create Notes" button to create a new note.
- Edit the content of the note by clicking on it.
- Click the delete icon (trash can) to delete a note.
- HTML
- CSS
- JavaScript
Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.