Skip to content

sohanagashimani/google-keep-clone

Repository files navigation

Google Keep Clone

This project is a clone of Google Keep, a note-taking application developed by Google. The aim of this project is to replicate the core features and functionalities of Google Keep, allowing users manage their notes.

image

Features

  • Create Notes: Users can create new notes with titles and content, just like in Google Keep.
  • Users can edit the content and title of existing notes or delete them as needed.
  • Users can mark notes as completed
  • Users can search for specific notes using keywords or filters to quickly find the desired information.
  • The application is responsive
  • RLS enabled.
  • Infinite scroll available.

Tech Stack

  • Next
  • TailwindCSS
  • Supabase

Run Locally

Clone the project

git clone https://github.com/sohanagashimani/google-keep-clone.git

Go to the project directory

  cd google-keep-clone

Install dependencies

  npm install

Start the server

  npm run dev