Skip to content

AzeemIdrisi/Noted

Repository files navigation

Noted

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.

Screenshot

Getting Started

Prerequisites

  • Node.js
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/AzeemIdrisi/Noted.git
  2. Install dependencies:

    cd noted
    npm install

Development

  1. Start the development server:

    npm run dev
  2. Open your browser and visit http://localhost:5173 to see the app.

Building for Production

  1. Build the project:

    npm run build
  2. The build output will be in the dist directory.

Technologies Used

  • React
  • Vite
  • CSS
  • Material UI

Contributing

Contributions are welcome! Please create a pull request with your changes.

About

Google Keep Clone using React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published