Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 983 Bytes

README.md

File metadata and controls

59 lines (42 loc) · 983 Bytes

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