This web-based notes-making app provides users with the ability to effortlessly create, edit, and delete notes. The application was developed using HTML, CSS, and JavaScript, making it easily accessible in any modern web browser.
Users can quickly create a new note by clicking on the "Create" button. This opens a user-friendly interface for entering and saving notes.
Editing notes is a breeze. Simply select the note you wish to modify from the list, click on the "Edit" button, make your changes, and then save the updated note.
Unwanted notes can be easily removed by selecting the note and clicking on the "Delete" button. A confirmation prompt ensures users don't accidentally delete important information.
The app provides a clean and organized list view, allowing users to quickly scan through all their notes to find the one they need.
Notes are automatically saved to the local storage, ensuring that users don't lose their valuable information even if they close the browser or refresh the page.
The Notes-Making App is deployed and accessible through the following link: Notes-Making App
- Visit the deployment link: Notes-Making App
- Create a new note using the "Create" button.
- Edit notes by selecting them from the list and clicking the "Edit" button.
- Delete unwanted notes by selecting them and clicking the "Delete" button.
Feel free to use and modify this app according to your needs! If you have any suggestions or issues, please submit them through the app's GitHub repository.
Happy Note-taking!