NiketanG / ToDoApp

A Simple, Serverless and Synced To Do Manager App. Built using React and Google Cloud Functions.

Home Page:https://todoapp-7ee2e.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo App

Demo : TodoApp.

A Simple, Serverless and Synced To Do Manager App. Built using React and Google Cloud Functions.

Features

  • Serverless
  • Synced. Login using Google Account. Todos get synced, on all devices.

Installation

  • Configure Firebase and create a project.
  • Initialize a local project : ( Firebase-DevTools needs to be installed using npm )
firebase init
  • Select Cloud Functions and Hosting.
  • Clone the repo Overwrite existing files.
  • Configure your Firebase Credentials in a config file (functions/util/config), and update the paths in Functions.
  • Create OAuth2 Client in Google Cloud Console and Use the Client ID in Client App.
  • Fire up the client app using :
npm start
  • Serve functions using :
firebase serve

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

A Simple, Serverless and Synced To Do Manager App. Built using React and Google Cloud Functions.

https://todoapp-7ee2e.firebaseapp.com/

License:MIT License


Languages

Language:JavaScript 96.2%Language:HTML 3.8%