keep_clone icon indicating copy to clipboard operation
keep_clone copied to clipboard

a google keep clone

KEEP-CLONE

Gitter

Demo

kcdemo

Steps to run

Configuring Firebase

  • Go to Firebase Console and click "Add project".

  • Give a name and click on create app.

  • Click on the " </> " icon in project overview and copy the config values and add it in src/config/config.json in your project.

  • Go to authentication and click on sign-in method and enable "Email/password".

  • Go to Database and create database on Realtime Database and Enable test mode.

Installing depencencies and running the app

  • Fork the repository

  • Clone the repository git clone https://github.com/<username>/keep_clone.git where < username > is your username

  • Install create-react-app npm install -g create-react-app

  • cd keep-clone

  • npm install

  • npm start

Contributions

  • Contributors are welcome and please comment on the new-issue before working on it.

  • Please note: Dont commit your config.json file

gitter Channel : https://gitter.im/KeepClone/community#