Skip to content

azateser/google-keep-note-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google KeepNote Clone

This is a clone of Google KeepNote App. This is a simple note taking app. This app is built using React. This app is built for learning purpose.

Table of Contents

Demo (Live Preview)

Live Demo

Features

  • Add Note
  • Note Color
  • Note Image
  • Note Todo Feature
  • Delete Note Add Bin
  • UnBin Note
  • Edit Note
  • Search Note
  • Pin Note
  • Unpin Note
  • Archive Note
  • Unarchive Note
  • Add Tag

Screenshots

Screenshot

Installation

git clone 
cd keepnote
npm install
npm start

Road Map

[✅] UI Design
[✅] Learn Redux & Implement
[✅] Get Notes
[✅] Add Note
[✅] Note Color
[✅] Pin Note
[✅] Unpin Note

⬆ Back to top