项目作者: saqibameen

项目描述 :
Todo List built using Vue, Google Auth, and Firestore as DB.
高级语言: Vue
项目地址: git://github.com/saqibameen/keeper.git
创建时间: 2018-12-14T04:46:28Z
项目社区:https://github.com/saqibameen/keeper

开源协议:

下载






A basic todo SPA built using Vue with Google Authentication and Google Firestore as a database. It allows you to manage all of your todos and organize them into different categories.

🚀 Setting Up the Application

Make sure you have npm working.

  • Clone the repo.
  • Set the environment variables in .env file. To get the values, set up a Google Firebase project.
  • Update .firebaserc file and add your firebase project id there.
  • Set up the Firebase tools locally.
    • Install Firebase CLI using the following command.
      1. npm install -g firebase-tools
    • Login into firebase using following command.
      1. firebase login
  • Run following command to deploy the project on firebase. It will create dist folder, deploy it, and generate a URL for you.
    1. npm run deploy

📸 App Screenshot

Below is preview of how the app looks like. No framework used and I wrote the CSS from scratch. 😎

License

Released under GNU GPLv2.0 or later license.

→ Feel free to tweet and say 👋 at me @MrSaqibAmeen