An open API service indexing awesome lists of open source software.

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.

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