Skip to content

This is the google keep notes clone developed using flutter and nodejs.

Notifications You must be signed in to change notification settings

Priyanshu078/google_keep_notes_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Keep Notes Clone

This is a Google Keep Notes Clone developed using Flutter and Nodejs and used Bloc for State Management.

Note:

The Nodejs backend of the app is hosted on a free hosting platform render.com

So it takes around 30 seconds to spin up the backend.

If you face loading issue after starting the app, wait for 30-40 seconds then it will work properly.

Apk Link:- link

Features

  1. Adding new Notes with its title and description.
  2. You can change the color of the notes.
  3. Pin / Unpin Notes while saving and after saving Notes.
  4. Updating Notes after saving them.
  5. Moving notes to Archives.
  6. Moving notes to trash.
  7. Restoring trashed and archived Notes.
  8. Completely deleting Notes from Trash
  9. Empty trash at once.
  10. Grid view and List view for the notes.
  11. Dark Mode, Light Mode, and System Default theme options.
  12. Google Sign in to get only those notes that you added using the signed-in email ID.
  13. Searching notes functionality.
  14. Select multiple notes and move to archive trash or restore them.

Snaps

Empty Notes

Light Mode

Dark Mode

Current Active Notes

Archive Notes

Trash Notes

Searching Notes

drawer ui

Saving, Updating, Restoring Notes