Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 1.41 KB

README.md

File metadata and controls

56 lines (32 loc) · 1.41 KB

Notes Application

![Notes Application]Screenshot 2024-01-31 200237

This is a simple Notes Application built with HTML, CSS, and JavaScript. The application allows users to create, edit, and delete notes conveniently. It provides a user-friendly interface for managing and organizing personal notes.

Features

  • Create new notes
  • Edit existing notes
  • Delete unwanted notes
  • User-friendly interface

Technologies Used

  • HTML
  • CSS
  • JavaScript

Live Demo

Check out the live demo: Notes Application Demo

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/notes-application.git

How to Use

  • Create a new note: Click the "New Note" button, add a title and content, and click "Save."

  • Edit a note: Click on an existing note, make changes, and click "Save."

  • Delete a note: Click on the "Delete" button next to a note.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit them: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/your-feature-name
  5. Submit a pull request.