A simple Google Keep clone built with React and Material-UI, where users can create, display, and delete notes.
This project was created as a practice project to strengthen my React fundamentals.
- β¨ Add new notes with title and content
- ποΈ Delete notes easily
- π± Responsive UI styled like Google Keep
- π¨ Built with React Hooks, Material UI, and custom CSS
- π Deployed on GitHub Pages
- React 18 (functional components + hooks)
- Material UI (MUI) for icons and floating action button
- Custom CSS for styling
- gh-pages for deployment
-
Clone the repository
git clone https://github.com/ADITHICJ/Keeper-App.git cd Keeper-App -
Install dependencies
npm install
-
Run locally
npm start The app will open at π http://localhost:3000/
This project is deployed with gh-pages.
-
Build and deploy:
npm run deploy
-
The app will be available at: π https://adithicj.github.io/Keeper-App/
π©βπ» Author
Adithi CJ