A simple notes app built with React.js.
- Add Notes: Easily add new notes with a user-friendly interface.
- Delete Notes: Remove unwanted notes without reloading the page.
Make sure you have Node.js installed on your machine. You can download it from here.
-
Clone the repository.
1.Create React App: Open your terminal and run the following command to create a new React app using Create React App.
npx create-react-app react-notes-app
This will create a new directory called react-notes-app with the basic structure of a React app.
2.Navigate to the Project: Change into the project directory.
cd react-notes-app
3.Start the Development Server:
npm start
This will open your app in your default web browser. You can access it at http://localhost:3000/.
Notes_App.webm
Feel free to contribute to the project by opening issues or pull requests.
Aishwarya MS