Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.08 KB

README.md

File metadata and controls

59 lines (38 loc) · 1.08 KB

Notes with React

Notes with React is a user-friendly note-taking application built using React, offering essential functionalities like creating, editing, and deleting notes.

Features

  • Create new notes
  • Edit existing notes
  • Delete notes
  • View list of notes

Installation

  1. Clone the repository:

    git clone https://github.com/MohdMinhal/mohdminhal.github.io.git
  2. Navigate to the project directory:

    cd Notes-with-React
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm start
  5. Open your browser and visit http://localhost:**** to view the application.

Usage

  • Click on "Add Note" to create a new note.
  • Click on an existing note to edit it.
  • Double-click on a note to delete it.

Technologies Used

  • React
  • JavaScript
  • HTML
  • CSS

Contributing

Contributions are welcome! Fork the repository and submit a pull request to contribute.

License

This project is licensed under the MIT License. See the LICENSE file for details.