https://github.com/anshuman-02/keeper-app
A simple notes application inspired by Google Keep, built using React.
https://github.com/anshuman-02/keeper-app
codingprojects frontenddevelopment googlekeepclone javascript notetaking opensource reactjs webdevelopment
Last synced: 2 months ago
JSON representation
A simple notes application inspired by Google Keep, built using React.
- Host: GitHub
- URL: https://github.com/anshuman-02/keeper-app
- Owner: Anshuman-02
- Created: 2025-02-17T19:48:18.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-17T19:53:36.000Z (2 months ago)
- Last Synced: 2025-02-17T20:36:32.765Z (2 months ago)
- Topics: codingprojects, frontenddevelopment, googlekeepclone, javascript, notetaking, opensource, reactjs, webdevelopment
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keeper App 📝
A simple **note-taking application** inspired by Google Keep, built using **React.js**. This app allows users to add, delete, and manage notes efficiently.
## 📌 Features
- **Add Notes**: Type and save notes dynamically.
- **Delete Notes**: Remove notes easily with a single click.
- **Minimalist UI**: Clean and user-friendly interface.
- **React Components**: Organized with modular React components.## 🛠 Technologies Used
- **React.js**
- **JavaScript (ES6+)**
- **CSS**
- **HTML**## 🚀 How to Run Locally
1. Clone the repository:
```bash
git clone https://github.com/Anshuman-02/Keeper-App.git
2. Navigate to the project folder:
```bash
cd Keeper-App
3. Install dependencies:
```bash
npm install
4. Run the script:
```bash
npm run dev
5. Open the given link in your browser.## 🏷️ Hashtags
#ReactJS #NoteTaking #WebDevelopment #JavaScript #FrontendDevelopment #OpenSource #CodingProject #GoogleKeepClone