All Projects → ritwickdey → organic-shop

ritwickdey / organic-shop

Licence: MIT License
A shopping site building with Angular 4 and Firebase.

Programming Languages

typescript
32286 projects
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to organic-shop

ionic-uuchat
基于ionic3,angular4的实时聊天app,兼容web端。该项目只是前端部分,所有数据需要请求后端服务器,需要配套express-uuchat-api使用。
Stars: ✭ 14 (-74.55%)
Mutual labels:  angular4
angular-adal-quickstart
Quickstart/Seed for using Microsoft's AAD Authentication with Angular (2/4).
Stars: ✭ 22 (-60%)
Mutual labels:  angular4
angular-material-datatransfer
A HTML5 datatransfer UI for handling upload and download of multiple simultaneous files.
Stars: ✭ 13 (-76.36%)
Mutual labels:  angular4
play-angular-typescript.g8
A giter8 template for a Play Angular 4 Typescript application
Stars: ✭ 91 (+65.45%)
Mutual labels:  angular4
angular-ninja
The way to be an Angular ninja
Stars: ✭ 44 (-20%)
Mutual labels:  angular4
angular-atomic-app
Angular 5 app built on atomic web design principles
Stars: ✭ 12 (-78.18%)
Mutual labels:  angular4
kathisto
📦 Server-side rendering for Javascript based web-apps
Stars: ✭ 17 (-69.09%)
Mutual labels:  angular4
ncg-crud-ngx-md
Angular 4+ Material Design CRUD/Admin app by NinjaCodeGen http://DNAfor.NET
Stars: ✭ 36 (-34.55%)
Mutual labels:  angular4
aiEyes
🤖 👁️ Describes photos using audio for Blind and Visually-Impaired Users
Stars: ✭ 23 (-58.18%)
Mutual labels:  angular4
ngx-image-editor
Awesome image editor for Angular 6
Stars: ✭ 74 (+34.55%)
Mutual labels:  angular4
ng4-stompjs-demo
A sample using Angular4, Angular CLI and @stom/ng2-stompjs
Stars: ✭ 20 (-63.64%)
Mutual labels:  angular4
angular-rollbar-source-maps
Angular 2+ implementation to upload sourcemaps to Rollbar
Stars: ✭ 17 (-69.09%)
Mutual labels:  angular4
angularHybrid
Hybrid AngularJS/Angular4 application with WebPack
Stars: ✭ 15 (-72.73%)
Mutual labels:  angular4
glowing-bear
🐻 The modern cohort selection and analysis interface
Stars: ✭ 27 (-50.91%)
Mutual labels:  angular4
ng2-daum-address
다음 주소 검색 모듈 (리팩토링 중입니다.)
Stars: ✭ 14 (-74.55%)
Mutual labels:  angular4
angular-landing-page
Beautiful Angular landing page with firebase, chat, poll, dynamic features/gallary, and nice animations/scrolling.
Stars: ✭ 43 (-21.82%)
Mutual labels:  angular4
angular-particle
Particle.js rewritted for Angular2/4
Stars: ✭ 58 (+5.45%)
Mutual labels:  angular4
hackernews-clone
HackerNews clone built with Angular 5 using the official firebase HackerNews API
Stars: ✭ 14 (-74.55%)
Mutual labels:  angular4
angular-projects
A collection of projects built on the Angular framework
Stars: ✭ 17 (-69.09%)
Mutual labels:  angular4
angular2-crud-auth-routing
Sample Angular (2.x, 4.x) project with Contacts CRUD + routing + simple authentication
Stars: ✭ 60 (+9.09%)
Mutual labels:  angular4

Organic shop

A Shopping Website build with Angular 4 and Firebase.

Demo Link :

Features

  • Only Admin can perform Create/Edit/Delete operations & upload photos of items.
  • Normal User can buy items & view their own orders.
  • Admin can access all orders
  • Login through Facebook & Gmail
  • Cart System
  • Realtime updates (through Firebase Realtime Database).

Tech Stuff Used

  • Angular 4 (Frontend)
  • Firebase Realtime Database (Backend)
  • Firebase authentication

To run the project locally:

To use your own Firebase Database change the api key from firebase-key

    > git clone https://github.com/ritwickdey/organic-shop.git
    > cd organic-shop/
    > npm install
    > npm start -- --host 127.0.0.1


[The project is from an awesome Angular 4 course (BY MOSH HAMEDANI) which I've taken from Udemy.]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].