/todo

todo app using firebase

Primary LanguageJavaScriptMIT LicenseMIT

todo

Installation

  • `git clone [this project]
  • cd todo
  • npm install
  • npm start
  • visit http://localhost:3000/
  • Use your own Firebase Credentials

Use your own Firebase Credentials

  • visit https://firebase.google.com/ and create a Firebase App
  • copy and paste your Credentials from your Firebase App into src/firebase/firebase.js
  • activate Email/Password Sign-In Method in your Firebase App