Git Product home page Git Product logo

todo's Introduction

Todo-in-Fire

ScreenShot

App with Angular, Angular-Material, AngularFire2, and Firebase.

Here is a fine To DO app built with Angular v9 framework and backend in Firebase with OAuthauthentication and database. | ScreenShot| ScreenShot|

Demo

ScreenShot Try the demo at https://todo-in-fire.web.app/.

Stack FAN (Firebase Angular NodeJS)

  • Angular 9, CLI, AngularFire2
  • Firebase
  • RxJS
  • SASS
  • Typescript

Clone the app

$ git clone https://github.com/hamada-j/ToDO.git

Install package dependencies,

$ cd ToDO
$ npm install

Start the dev server in localhost:4200

$ npm start

Deploy to Firebase

ScreenShot

Prerequisites

Configure

Edit .firebaserc in the project root:

{
  "projects": {
    "default": "id_of_your_project"
  }
}

Edit the firebase configuration in src/environments with specific info from Firebase

export const environment = {
  production: true,
  firebase: {
    apiKey: "XXXXXXXX",
    authDomain: "todo-in-fire.XXXXX.com",
    databaseURL: "https://todo-in-fire.XXXX.com",
    projectId: "todo-in-fire",
    storageBucket: "todo-in-fire.XXXX.com",
    messagingSenderId: "XXXX",
    appId: "XXXXX",
    measurementId: "XXXXX",
  },
};

Install firebase-tools

$ npm install -g firebase-tools

Build and deploy the app

$ npm run build
$ firebase login
$ firebase init
$ --->select hosting<---
$ --->dist<---
$ No ---> single page
$ No ---> overwrite index.html
$ firebase deploy

Commands

|npm start|Start development server @ localhost:4200| |npm run build|build the application to ./dist| |npm run lint|Lint .ts files|


todo's People

Contributors

hamada-j avatar dependabot[bot] avatar

Watchers

 avatar

Forkers

hamada-backup

todo's Issues

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.