The Keeper App is a simple note-taking application built with React.js.
- Create and save notes with a title and content.
- Edit existing notes.
- Delete notes.
- React.js
-
Clone the repository:
git clone https://github.com/Chinmayee7697/Keeper-App.git
-
Navigate to the project directory:
cd keeper-app -
Install dependencies:
npm install
-
Start the application:
npm start
-
Open your browser and visit http://localhost:3000 to view the app.
- Open the app in your browser.
- Add a new note by clicking on the note.
- Edit notes by clicking on the title or content of a note.
- Delete notes using the delete icon.