Notes with React is a user-friendly note-taking application built using React, offering essential functionalities like creating, editing, and deleting notes.
- Create new notes
- Edit existing notes
- Delete notes
- View list of notes
-
Clone the repository:
git clone https://github.com/MohdMinhal/mohdminhal.github.io.git
-
Navigate to the project directory:
cd Notes-with-React
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and visit
http://localhost:****
to view the application.
- 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.
- React
- JavaScript
- HTML
- CSS
Contributions are welcome! Fork the repository and submit a pull request to contribute.
This project is licensed under the MIT License. See the LICENSE file for details.