• Stars
    star
    598
  • Rank 74,853 (Top 2 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created almost 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ShoppingCart (Ecommerce) πŸ›’ Application using Angular10, Firebase, PWA, Drag&Drop, Materialized Bootstrap and i18n πŸš€πŸ”₯πŸ‘¨β€πŸ’»

Angular-10 - ShoppingCart + MDBootstrap + Firebase (Realtime Database) + i18n

HitCount GitHub forks GitHub stars GitHub issues License: MIT npm Twitter

Developing a ShoppingCart (Ecommerce) Application using Angular-10.

Live Demo : Angular-shopping-cart

This project was generated with Angular CLI version 10.0.1.

Functionalities

  1. User Registration using Firebase Authentication (using Email/Password | Google Authentication )
  2. CRUD Operations like
  • User can add product to his cart.
  • Admin can add product to the product list
  • Admin can edit/delete the product.
  1. Drag and Drop Angular Drag & Drop
  1. Security
  • Implmented Authentication and Authorization

Tools and Technologies

  • Technology: HTML, MDBootstrap, CSS, Angular-10, Firebase, i18n, Drag & Drop, Progressive Web Application, jsPDF (to download Receipt as PDF).
  • Database : Angular Firebase (Realtime Database).

This Projects covers all fundamentals of Angular

  • Multiple Modules
  • Components, Template and DataBinding
  • Form Validation
  • HttpClient
  • Animations
  • Dependency Injection
  • Routing & Navigation
  • Service Workers
  • Pipes
  • Gaurds etc..

Installation

  1. Angular CLI

  2. NodeJs

  3. Package Manager - NPM / Yarn

  4. Clone the repository and run npm install if you use npm as package manager or yarn install if you use yarn as package manager.

  5. Angular + Firebase Tutorial - Angular + Firebase + Typescriptβ€Šβ€”β€ŠStep by step tutorial

  6. Activate Firebase Authentication Providers

    Authentication -> Sign-in-method -> Enable Email/Password & Google provider

  7. Update the Firebase (Realtime Database) Rules

    Database -> Rules

    {
    "rules": {
        ".read":true,
        ".write": true
    }
    }
    
  8. Configure your firebase configuration src/environments/firebaseConfig.ts

    export const FireBaseConfig = {
        apiKey: "YOUR_API_KEY",
        authDomain: "YOUR_AUTH_DOMAIN",
        databaseURL: "YOUR_DATABASE_URL",
        projectId: "YOUR_PROJECT_ID",
        storageBucket: "YOUR_STORAGE_BUCKET",
        messagingSenderId: "YOUR_SENDER_ID"
    };
    
  9. For Admin Role Register or SignIn with Google Auth

    your registered data will be saved inside the firebase clients table.

        -clients
            -LRSkWxGAKQAFZmyfsx6
                -createdOn: "1542046725"
                -email: "<<YOUR_REGISTERED_EMAIL_ID>>"
                -isAdmin: false      <--- Change this to true
                ...
    

    Now you can able to access the Admin Privileges like Creating Product, Removing Product, etc..

  10. Run the Server.

How can I support the developer ?

  • Star my Github repo ⭐
  • Create pull requests, submit bugs, suggest new features or documentation updates πŸ› 

Screenshots:

Home Page:

Alt text

Products Page:

Alt text

Work Board Page:

Alt text

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Somethings wrong!!

  • If you find that something's wrong with this package, you can let me know by raising an issue on the GitHub issue tracker

License

This project is licensed under the MIT License - see the MIT license file for details

More Repositories

1

ShoppingCart

E-Commerce Website Using Java - Spring MVC in Maven - PROJECT IS NOT MAINTAINED
Java
316
star
2

Vue-ShoppingCart

ShoppingCart (Ecommerce) πŸ›’ Application using Vuejs, + Node.js + Express + MongoDB πŸš€πŸ€˜
Vue
233
star
3

react-native-shopping-cart

A Simple Shopping Cart Application developed using React Native πŸ“±
JavaScript
52
star
4

React-ShoppingCart

ShoppingCart (Ecommerce) πŸ›’Application using MERN Stack, used redux for StateManagement, PWA and Bootstrap πŸš€πŸ”₯πŸ‘¨β€πŸ’»
TypeScript
17
star
5

IonicNewsPortal

News Portal Application using Ionic 3 & Angular5 by consuming NewsApi
JavaScript
4
star
6

CollabrationBackend

Social Network using AngularJS, SpringMVC and Hibernate
Java
4
star
7

WebService

Finance REST Web Service where we can calculate Annual Payment Rate(APR), Least Monthly Payment, Loan Monthly Payment and Loan Number of Payment.
Java
2
star
8

Angular-ngrx

Simple Person Application using Angular + NGRX
TypeScript
2
star
9

react-native-boilerplate

React Native BoilerPlate Including React-Navigation
Objective-C
2
star
10

ReminderApplication

Reminder Application Angular Front End
CSS
1
star
11

JavaBasicPrograms

Java Basic Programs learning
Java
1
star
12

FinanceWebServiceFrontEnd

Front End using AngularJS
CSS
1
star
13

Collaboration-Platform

Collaboration Front End using AngularJS
CSS
1
star
14

PersonApplication

A Simple Person CRUD Application Developed using Java Jersey, RESTAPI and AngularJS
HTML
1
star
15

react-swagger-libraby

Created a Swagger API Library to manage all the swagger files in one place using React. πŸ‘¨β€πŸ’»πŸ”₯
JavaScript
1
star
16

learn-react

Simple Learning React Application
JavaScript
1
star