A simple React-based note taking application inspired by Google Keep.
- Create and save notes with titles and content
- Delete unwanted notes
- Clean and intuitive user interface
- Responsive design for all devices
- Node.js
- npm
- Clone the repository:
git clone https://github.com/yourusername/note-taking-app.git- Navigate to the project directory:
cd note-taking-app- Install dependencies:
npm install- Start the development server:
npm start- Open your browser and go to http://localhost:3000 to use the app.
- Add Notes: Type your note in the input field and click the "Add" button to save it.
- Delete Notes: (Optional: Add this feature if implemented)
- React: For building the user interface.
- CSS: For styling the components.
- JavaScript: For application logic.