Giter VIP home page Giter VIP logo

google-keep-clone-ts's Introduction

Clone Google Keep

Google keep is a note-taking service.
Clone google keep application using react and typescript as a web app.

I tried to clone the details of an actual Google Keep application. By developing this app, I focused on basic concepts of react and typescript, a functional component, and its ecosystem. And I also tried to optimize its performance and write clean and simple code.


Live demo

You can check demo here.


Preview

google-keep-clone


๐Ÿ’ซ Features

  • Custom note (color, pin, archive, label, todo list).
  • CRUD of note and label in real time.
  • Filtering of note.
  • Draggable todo item.
  • Social login (email, google, github).

Tech and libraries

  • React (create-react-app)
  • Typescript
  • Redux
  • Redux-thunk
  • Firebase
  • immutability-helper
  • react-dnd & react-dnd-html5-backend
  • material-ui
  • Styled-components
  • react-masonry-css
  • react-transition-group

Getting started

Prerequisites

  • Firebase Account
  • Your own firebase API

Firebase Setup

  • Create a project(web) and a clouse firestore.
  • Setup Sign-in method by enabling email/password, google, and github in Authentication tab.

Install

  • Add the following env variables to .env file
REACT_APP_API_KEY={apiKey}
REACT_APP_AUTH_DOMAIN={authDomain}
REACT_APP_DATABASE_URL={databaseUrl}
REACT_APP_PROJECT_ID={projectId}
REACT_APP_STORAGE_BUCKET={storageBucketURL}
REACT_APP_MESSAGING_SENDER_ID={messagingSenderId}
REACT_APP_APP_ID={appId}

Make sure to add "REACTAPP" before variables if you use create-react-app.

  • Install npm packages
npm install
  • Start dev server
npm start

Note

if you encounter an error which opens new tab for login instead of login popup when using firebase.auth().signInWithPopup() in Chrome, it seems chrome bug. check it out here.


License

This project is licensed under the MIT License - see the LICENSE.md for details



Improvements

  • Save "isDone" property of a todo item in order to save checked value of a checkbox.
  • Update label from all notes when edit a global label.
  • Truncate Todo Item.

google-keep-clone-ts's People

Contributors

suyeonme avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.