Skip to content

This project is a clone of Google Keep, a note-taking application developed by Google. It was built using React and Material UI

License

Notifications You must be signed in to change notification settings

TheNewC0der-24/Google-Keep-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Keep Clone

This is a clone of Google Keep created using React and Material UI. It allows users to add, archive, and delete notes, with notes being stored in local storage. The app also features drag and drop functionality for notes and automatically deletes deleted notes after 7 days.

Table of Contents

Installation

To run the project locally, follow these steps:

  1. Clone the repository: git clone https://github.com/yourusername/google-keep-clone.git
  2. Install the dependencies: npm install or npm install --legacy-peer-deps
  3. Start the development server: npm start

Usage

To start the app, run npm start. This will start the app on http://localhost:3000 in your browser.

Features

  • Add notes: Users can add new notes with a title and description.
  • Archive notes: Users can archive notes to remove them from the main view.
  • Delete notes: Users can delete notes permanently.
  • Drag and drop: Users can rearrange the order of their notes by dragging and dropping them.
  • Automatic deletion: Deleted notes are automatically deleted after 7 days.

Dependencies

npm i @emotion/react @emotion/styled  @mui/material
npm i @mui/icons-material
npm i @mui/styles
npm i react-router-dom
npm i uuid
npm i @hello-pangea/dnd

Preview

PWA

image

Contributing

Contributions are welcome! If you find any bugs or have suggestions for new features, please open an issue or submit a pull request.

Demo

You can see a live demo of the project

https://keepitnotes.vercel.app/

Author

About

This project is a clone of Google Keep, a note-taking application developed by Google. It was built using React and Material UI

Topics

Resources

License

Stars

Watchers

Forks