Noted is a simple frontend clone of Google Keep, built with React and Material UI.
You can use this as your Mini Project in first/second year of college. It supports addition and deletion of notes with animations.
- Node.js
- npm or yarn
-
Clone the repository:
git clone https://github.com/AzeemIdrisi/Noted.git
-
Install dependencies:
cd noted npm install
-
Start the development server:
npm run dev
-
Open your browser and visit
http://localhost:5173
to see the app.
-
Build the project:
npm run build
-
The build output will be in the
dist
directory.
- React
- Vite
- CSS
- Material UI
Contributions are welcome! Please create a pull request with your changes.