All Projects → gdg-x → chakram

gdg-x / chakram

Licence: other
Generic Web App for GDG Events

Programming Languages

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

Projects that are alternatives of or similar to chakram

boomerang
Easy website for your GDG Chapter
Stars: ✭ 74 (+89.74%)
Mutual labels:  angularjs, gdg, gdg-x
gdgpisa.github.io
Public website on github-pages for GDG Pisa 🌎🇮🇹💻
Stars: ✭ 14 (-64.1%)
Mutual labels:  gdg, gdg-x
angularjs-es6-starter-kit
Basic AngularJS, ES6, Webpack Starter Kit Project which includes Bootstrap 4 also. This is a boilerplate for AngularJS SPA with Bootstrap 4.
Stars: ✭ 28 (-28.21%)
Mutual labels:  angularjs
angular-odoo
Call Odoo webservices from AngularJS
Stars: ✭ 41 (+5.13%)
Mutual labels:  angularjs
angular-heremaps
AngularJS directive for working with Here Maps
Stars: ✭ 19 (-51.28%)
Mutual labels:  angularjs
gravitee-management-webui
Gravitee.io - API Management - Management UI
Stars: ✭ 107 (+174.36%)
Mutual labels:  angularjs
ADM-treeView
Pure AngularJs TreeView
Stars: ✭ 30 (-23.08%)
Mutual labels:  angularjs
keycloak-spring-boot-rest-angular-demo
Demo for configuring Keycloak authentication for a spring-boot rest service and AngularJs web client
Stars: ✭ 24 (-38.46%)
Mutual labels:  angularjs
frontend-boilerplate
Frontend boilerplate for modern day web applications (update: not that modern anymore, go use React instead)
Stars: ✭ 64 (+64.1%)
Mutual labels:  angularjs
percy-node
Utilities for visual regression testing in node based testing setups (like Protractor) for use with percy.io
Stars: ✭ 17 (-56.41%)
Mutual labels:  angularjs
ledgeraccounting
Simple web-based accounting and budgeting tool built upon the popular accounting software, hledger
Stars: ✭ 28 (-28.21%)
Mutual labels:  angularjs
Beetle.js
🪲 Javascript ORM, manage your data easily.
Stars: ✭ 53 (+35.9%)
Mutual labels:  angularjs
router
Keep your Angular2+ router state in Redux
Stars: ✭ 28 (-28.21%)
Mutual labels:  angularjs
Angular4-seed
Angular 4 Seed for Angular Forms
Stars: ✭ 37 (-5.13%)
Mutual labels:  angularjs
IoT-Modelling-Tool
IoT Modelling Tool is a platform which allows users to have their own devices and components modeled in order to represent and manage a physical environment.
Stars: ✭ 16 (-58.97%)
Mutual labels:  angularjs
rentnride
Rent&Ride is an open source for Car Rental script. Travel to any of your favourite places by availing the services in the Rent & Ride application. Book cars for rental by making use of the flexibility to choose the car of your interest.
Stars: ✭ 37 (-5.13%)
Mutual labels:  angularjs
ccms-components
数云PC angular1.x 组件库 (不再维护更新)
Stars: ✭ 51 (+30.77%)
Mutual labels:  angularjs
angular-sticky-navigation-directive
Angular directive to make a sticky element, quick demo here: http://ng-milk.github.io/angular-sticky-navigation-directive/
Stars: ✭ 20 (-48.72%)
Mutual labels:  angularjs
angularjs-jest-example
✅ AngularJs with Jest example
Stars: ✭ 13 (-66.67%)
Mutual labels:  angularjs
shopnx
Ready to use AngularJS Shopping Cart with all features
Stars: ✭ 71 (+82.05%)
Mutual labels:  angularjs

GDG[x] Event Web App

Standard Web App for GDG[X] Event.
[Demo](https://devfest18-test.firebaseapp.com)
Version: 1.0.2

Overview

GDG[X] Event Web App is the conference website template that helps you to set conference website with registration, speakers and schedule management in a few minutes.

The template is created by GDG Jalandhar team experience of running meetups.

Features

Feature Description
Fast and optimized 100/100 PWA on Lighthouse
Works offline Can works offline
Mobile first Mobo Friendly Web app can be installed as a native app on your phone
SEO optimized index all content and get to the top in search results
Speakers and schedule management keep and update all information in the JSON File
Registration Attendees can register for the event using Firebase Realtime Database

Getting Started

  1. Fork repository and clone it locally

  2. Setup Environment

    • Install Firebase CLI: npm i -g firebase-tools or yarn global add firebase-tools
  3. Create Firebase account and login into Firebase CLI: firebase login

  4. Create a new Directory in your Local Machine.

  5. Open Terminal/CMD/Powershell in your dir.

  6. Now type firebase login command in your Terminal/CMD/Powershell.

  7. Type firebase init.

  8. Select the project by using the arrow keys.

  9. Then Select the Firebase Hosting by using Spacebar and arrow key.

  10. Click No for Single page web app.

  11. Type Public.

  12. Some by default file will be created successfully.

  13. Move the cloned source file in public dir.

  14. Update Firebase Web Setup & Basic Info, Venue Map, manifest.json and Resources

  15. Update Firebase.json file

    {
      "hosting": {
        "public": "public",
        "rewrites": [ {
          "source": "**",
          "destination": "/index.html"
        } ],
        "ignore": [
          "firebase.json",
          "**/.*",
          "**/node_modules/**"
        ]
      }
    }
  16. Update the Firebase Real-Time Database Rules

      {
        "rules": {
          "data": {
            "$uid": {
              ".write":"$uid === auth.uid",
              ".read": "$uid === auth.uid"
            },
    
          }
        }
      }
  17. Enable the Google SignIn provider in Firebase Auth.

  18. Run locally

    • firebase serve or npm run serve or yarn serve
  19. Build and deploy

    • firebase deploy or npm run deploy or yarn deploy

Technology Stack

View Website Built with Project

Community Name Event Name Web App Link
GDG Jalandhar GDG DevFest'18 View Now

Project is published under the MIT license.
Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)

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].