This project is a notes taking web application built with React. It allows users to create, edit, and delete notes, providing a convenient way to organize and manage their thoughts, ideas, and reminders.
- Create Notes: Users can create new notes by clicking on the "New Note" button and entering the note content.
- Edit Notes: Existing notes can be edited by clicking on the note and making changes to the content.
- Delete Notes: Users can delete notes by clicking on the delete icon associated with each note.
- Responsive Design: The app is designed to be responsive and works seamlessly across different devices and screen sizes.
- Frontend: React.js
- Styling: CSS
- State Management: React Hooks
- Routing: React Router
- Icons: Font Awesome
- Clone the repository:
-
git clone https://github.com/rahul-0000-code/Note-Taking-App
-
Navigate to the project directory:
-
cd notes-taking-app
-
Install dependencies:
-
npm install
-
Start the development server:
-
npm start
- Upon launching the app, you'll see a list of existing notes (if any).
- To create a new note, click on the "New Note" button and enter the note content.
- To edit a note, click on the note you want to edit and make changes to the content.
- To delete a note, click on the delete icon associated with the note.
- This project was created by [ Rahul Bhandari ].
- Folks looking for project improvments and contribution, "Most welcome"
This project is licensed under the MIT License.