Keeper is a simple note-taking application that allows users to create, edit, and delete notes. It is built using modern web technologies and provides a clean and intuitive user interface. Visit Keeper App
- Create new notes
- Delete notes
- Responsive design
- HTML
- CSS
- JavaScript
- React
- Clone the repository:
git clone https://github.com/NimitJ99/keeper-app.git
- Navigate to the project directory:
cd keeper-app - Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:3000.
Contributions are welcome! Please open an issue or submit a pull request for any changes.
- Inspired by Google Keep
- Thanks to the React community for their support and resources