Giter VIP home page Giter VIP logo

iwd-web-app's Introduction

IWD Web App

Build Status Greenkeeper badge

Standard Web App for IWD Events: GDG Communties.
Demo
Version: 1.0.2

Features

Feature Description
Fast and optimized 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
Easy in management keep and update all information in the JSON File

Getting Started

  1. Fork repository and clone it locally
  2. Install project dependencies: npm install
  3. Compiles and hot-reloads for development: npm run serve
  4. Update Firebase Web Setup & Basic Info, manifest.json and Resources
  5. For the production: npm run build and then one dir will be created dist
  6. For testing: npm run test

Deploy your Web App on Firebase

  1. Setup Environment for the Firebase deployment
    • Install Firebase CLI: npm i -g firebase-tools or yarn global add firebase-tools
  2. Create Firebase account and login into Firebase CLI: firebase login
  3. Open Terminal/CMD/Powershell in your dir.
  4. Now type firebase login command in your Terminal/CMD/Powershell.
  5. Type firebase init.
  6. Select the project by using the arrow keys.
  7. Then Select the Firebase Hosting by using Spacebar and arrow key.
  8. Click No for Single page web app.
  9. Type dist.
  10. Some by default file will be created successfully.
  11. Run locally
    • firebase serve or npm run serve or yarn serve
  12. Build and deploy
    • firebase deploy or npm run deploy or yarn deploy

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Technology Stack

View Website Built with Project

Community Name Web App Link
GDG Jalandhar View Now
GDG Ahmedabad View Now
GDG Indore 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 :)

iwd-web-app's People

Contributors

greenkeeper[bot] avatar varsha-jaiswal avatar vrijraj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

iwd-web-app's Issues

An in-range update of @fortawesome/fontawesome-free is breaking the build 🚨

The devDependency @fortawesome/fontawesome-free was updated from 5.10.1 to 5.10.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@fortawesome/fontawesome-free is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for Release 5.10.2

Added

  • SVG with JS API function layers() now accepts params to add additional classes

Changed

  • Lots of updates to various duotone icons
  • Updated the keybase brand icon

Fixed

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @vue/cli-service is breaking the build 🚨

The devDependency @vue/cli-service was updated from 3.10.0 to 3.11.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@vue/cli-service is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v3.11.0

πŸš€ New Features

  • @vue/cli-service
    • #4468 feat: bump default less-loader version (@sodatea)
    • #4448 feat: --skip-plugins (@LinusBorg)
    • #4261 Add --inline-vue flag for build command to avoid externalization of Vue in lib & wc mode (@romansp)
    • #4386 feat: allow configuring scss options separately from sass (@sodatea)
  • @vue/cli-plugin-babel, @vue/cli-plugin-e2e-cypress, @vue/cli-plugin-e2e-nightwatch, @vue/cli-plugin-eslint, @vue/cli-plugin-pwa, @vue/cli-plugin-typescript, @vue/cli-plugin-unit-jest, @vue/cli-plugin-unit-mocha, @vue/cli-shared-utils
    • #4219 feat: allow omitting scope prefix for official plugins on vue add (@sodatea)

πŸ› Bug Fix

  • @vue/cli-plugin-eslint, @vue/cli-ui
  • @vue/cli-service
    • #4468 feat: bump default less-loader version (@sodatea)
    • #4429 fix: merge custom externals config correctly, supports array (@sodatea)
  • @vue/cli-plugin-unit-jest, @vue/cli-plugin-unit-mocha
    • #4447 fix: eslint should override env for **/tests/** subfolders (@LinusBorg)
  • @vue/cli-shared-utils
    • #4405 fix: resolvePluginId should correctly resolve @vue/cli-service (@sodatea)

πŸ“ Documentation

🏠 Internal

  • @vue/cli-ui-addon-webpack, @vue/cli-ui

πŸ”¨ Underlying Tools

  • @vue/cli-service
  • @vue/cli-plugin-babel, @vue/cli-plugin-eslint, @vue/cli-plugin-pwa, @vue/cli-plugin-typescript, @vue/cli-service

Committers: 9

Commits

The new version differs by 24 commits.

  • 9272ead v3.11.0
  • 7cc0ccf chore: pre release sync
  • 53f7cb3 test: add eslint-plugin-prettier to workspace dependencies, fix test
  • 6ff59f1 chore: update @vue/component-compiler-utils to 3.0
  • 90577dc chore: add cwd option when calling globby (#4442)
  • cc9a513 feat: bump default less-loader version (#4468)
  • 4fe9f73 feat: --skip-plugins (#4448)
  • 6f44f2a fix: eslint should override env for /tests/ subfolders (#4447)
  • 9593c0e feat(build): add --inline-vue flag to optionally disable externalization of Vue (#4261)
  • e79133b fix: merge custom externals config correctly, supports array (#4429)
  • a0e8a6a fix: remove self-assignment (#4422)
  • 9525f67 feat: upgrade webpack (#4253)
  • 61485f6 Update parallel config description (#4420)
  • 44812be fix: resolvePluginId should correctly resolve @vue/cli-service (#4405)
  • 96ab7ae feat: allow configuring scss options separately from sass (#4386)

There are 24 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of vue-router is breaking the build 🚨

The dependency vue-router was updated from 3.1.2 to 3.1.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

vue-router is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v3.1.3

Bug Fixes

  • link: merge event listeners when provided in an anchor (e0d4dc4), closes #2890

Features

Commits

The new version differs by 14 commits.

  • c8d3d6b chore(changelog): 3.1.3
  • 745a33d chore(release): 3.1.3
  • ec2e1fe build: bundle 3.1.3
  • 7d7e048 feat: warn about root paths without a leading slash (#2591)
  • 638278b refactor: remove circular dependency
  • fdf5756 docs(guards): wording (#2190)
  • b3592b6 style(test): add eslint configuration for unit tests (#2518)
  • 842a760 chore(test): remove useless code and comments (#2808)
  • be66504 chore(devDeps): upgrade yarn.lock
  • 0491cf2 chore: upgrade rollup
  • 8ca7e74 chore: add funding.yml
  • a8fe4fc docs(zh): add promise based push/replace (#2898)
  • e0d4dc4 fix(link): merge event listeners when provided in an anchor
  • 5ef5d73 feat(errors): add stack trace to NavigationDuplicated

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @vue/cli-plugin-babel is breaking the build 🚨

The devDependency @vue/cli-plugin-babel was updated from 3.5.3 to 3.5.4.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@vue/cli-plugin-babel is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 6 commits.

  • d037fbb v3.5.4
  • 5eb1425 fix(generator): add core-js as direct dependency of generated projects (#3736)
  • 9bdff3b fix: should not use abosulte polyfill paths when absoluteRuntime is on (#3732)
  • b987969 fix: should not add polyfills from transform-runtime plugin (#3730)
  • eeb350e chore: [email protected]
  • 3f14550 chore: 3.5.3 changelog [ci skip]

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @vue/cli-service is breaking the build 🚨

The devDependency @vue/cli-service was updated from 3.5.2 to 3.5.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@vue/cli-service is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 6 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of eslint is breaking the build 🚨

The devDependency eslint was updated from 5.15.3 to 5.16.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v5.16.0
  • dfef227 Build: gensite passes rulesMeta to formatter rendering (#11567) (Kevin Partington)
  • c06d38c Fix: Allow HTML formatter to handle no meta data (#11566) (Ilya Volodin)
  • 87a5c03 Docs: func-style: clarify when allowArrowFunctions is used (#11548) (Oliver Joseph Ash)
  • bc3e427 Update: pass rule meta to formatters RFC 10 (#11551) (Chris Meyer)
  • b452f27 Chore: Update README to pull in reviewer data (#11506) (Nicholas C. Zakas)
  • afe3d25 Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#11550) (Vernon de Goede)
  • 4fe7eb7 Chore: use nyc instead of istanbul (#11532) (Toru Nagashima)
  • f16af43 Chore: fix formatters/table test (#11534) (Toru Nagashima)
  • 78358a8 Docs: fix duplicate punctuation in CLI docs (#11528) (Teddy Katz)
Commits

The new version differs by 11 commits.

  • ded2f94 5.16.0
  • ea36e13 Build: changelog update for 5.16.0
  • dfef227 Build: gensite passes rulesMeta to formatter rendering (#11567)
  • c06d38c Fix: Allow HTML formatter to handle no meta data (#11566)
  • 87a5c03 Docs: func-style: clarify when allowArrowFunctions is used (#11548)
  • bc3e427 Update: pass rule meta to formatters RFC 10 (#11551)
  • b452f27 Chore: Update README to pull in reviewer data (#11506)
  • afe3d25 Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#11550)
  • 4fe7eb7 Chore: use nyc instead of istanbul (#11532)
  • f16af43 Chore: fix formatters/table test (#11534)
  • 78358a8 Docs: fix duplicate punctuation in CLI docs (#11528)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of vuetify is breaking the build 🚨

The dependency vuetify was updated from 2.0.7 to 2.0.8.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

vuetify is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v2.0.8

πŸ”§ Bug Fixes

  • VAppBar: fix elevation issue when extended (#8519) (f676454), closes #8516
  • VAppBar/VToolbar: use max-width to avoid overflow (9cc7546), closes #8364
  • VBtn: correct font-size for different VBtn sizes (#8385) (c67b666), closes #8358
  • VDataTable: footer.page-text slot not being used (#8509) (5f33175), closes #8120
  • VDataTable: mismatch of nodes when using ssr (#8508) (82a369c), closes #7410
  • VDialog: animate click outside with persistent prop (652ba11)
  • VFileInput: bug in Safari where file is not added (#8498) (0b4a970), closes #7941
  • VTextField: add check for $refs.input before focusing (6b0ee22)
Commits

The new version differs by 32 commits.

  • 9dcf7b3 chore(release): publish v2.0.8
  • db605cb docs(API): add multiple prop to v-file-input map
  • d937e25 docs(VFileInput): display-size should be show-size
  • 376ac47 docs(Accessibility): fix spelliing error
  • 67cd6f2 docs(Spacing): convert playground example from pug
  • f550713 docs(Accessibility): fix typo
  • 4f782c9 refactor(locale): update translations in nl-locale (#8573)
  • 8581e5e docs(drawerItems.json): update list ordering
  • 023bb7f chore(BACKERS.md): update list
  • 7f79ac3 docs(VDataTable): fixed incorrect props for body slots (#8599)
  • ac4f3ce docs(locales): remove avatar prop
  • aa782de refactor(de.ts): update translation of de-locale (#8561)
  • 963e08a chore(README): update MDI installation snippets
  • 652ba11 fix(VDialog): animate click outside with persistent prop
  • f0f648c revert: "fix(VOverlay): fix second dialog overlay animation problems (#8490)"

There are 32 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of babel-eslint is breaking the build 🚨

The devDependency babel-eslint was updated from 10.0.2 to 10.0.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

babel-eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 2 commits.

  • 183d13e 10.0.3
  • 354953d fix: require eslint dependencies from eslint base (#794)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @vue/cli-plugin-pwa is breaking the build 🚨

The devDependency @vue/cli-plugin-pwa was updated from 3.10.0 to 3.11.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@vue/cli-plugin-pwa is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v3.11.0

πŸš€ New Features

  • @vue/cli-service
    • #4468 feat: bump default less-loader version (@sodatea)
    • #4448 feat: --skip-plugins (@LinusBorg)
    • #4261 Add --inline-vue flag for build command to avoid externalization of Vue in lib & wc mode (@romansp)
    • #4386 feat: allow configuring scss options separately from sass (@sodatea)
  • @vue/cli-plugin-babel, @vue/cli-plugin-e2e-cypress, @vue/cli-plugin-e2e-nightwatch, @vue/cli-plugin-eslint, @vue/cli-plugin-pwa, @vue/cli-plugin-typescript, @vue/cli-plugin-unit-jest, @vue/cli-plugin-unit-mocha, @vue/cli-shared-utils
    • #4219 feat: allow omitting scope prefix for official plugins on vue add (@sodatea)

πŸ› Bug Fix

  • @vue/cli-plugin-eslint, @vue/cli-ui
  • @vue/cli-service
    • #4468 feat: bump default less-loader version (@sodatea)
    • #4429 fix: merge custom externals config correctly, supports array (@sodatea)
  • @vue/cli-plugin-unit-jest, @vue/cli-plugin-unit-mocha
    • #4447 fix: eslint should override env for **/tests/** subfolders (@LinusBorg)
  • @vue/cli-shared-utils
    • #4405 fix: resolvePluginId should correctly resolve @vue/cli-service (@sodatea)

πŸ“ Documentation

🏠 Internal

  • @vue/cli-ui-addon-webpack, @vue/cli-ui

πŸ”¨ Underlying Tools

  • @vue/cli-service
  • @vue/cli-plugin-babel, @vue/cli-plugin-eslint, @vue/cli-plugin-pwa, @vue/cli-plugin-typescript, @vue/cli-service

Committers: 9

Commits

The new version differs by 24 commits.

  • 9272ead v3.11.0
  • 7cc0ccf chore: pre release sync
  • 53f7cb3 test: add eslint-plugin-prettier to workspace dependencies, fix test
  • 6ff59f1 chore: update @vue/component-compiler-utils to 3.0
  • 90577dc chore: add cwd option when calling globby (#4442)
  • cc9a513 feat: bump default less-loader version (#4468)
  • 4fe9f73 feat: --skip-plugins (#4448)
  • 6f44f2a fix: eslint should override env for /tests/ subfolders (#4447)
  • 9593c0e feat(build): add --inline-vue flag to optionally disable externalization of Vue (#4261)
  • e79133b fix: merge custom externals config correctly, supports array (#4429)
  • a0e8a6a fix: remove self-assignment (#4422)
  • 9525f67 feat: upgrade webpack (#4253)
  • 61485f6 Update parallel config description (#4420)
  • 44812be fix: resolvePluginId should correctly resolve @vue/cli-service (#4405)
  • 96ab7ae feat: allow configuring scss options separately from sass (#4386)

There are 24 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @vue/cli-plugin-eslint is breaking the build 🚨

The devDependency @vue/cli-plugin-eslint was updated from 3.10.0 to 3.11.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@vue/cli-plugin-eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v3.11.0

πŸš€ New Features

  • @vue/cli-service
    • #4468 feat: bump default less-loader version (@sodatea)
    • #4448 feat: --skip-plugins (@LinusBorg)
    • #4261 Add --inline-vue flag for build command to avoid externalization of Vue in lib & wc mode (@romansp)
    • #4386 feat: allow configuring scss options separately from sass (@sodatea)
  • @vue/cli-plugin-babel, @vue/cli-plugin-e2e-cypress, @vue/cli-plugin-e2e-nightwatch, @vue/cli-plugin-eslint, @vue/cli-plugin-pwa, @vue/cli-plugin-typescript, @vue/cli-plugin-unit-jest, @vue/cli-plugin-unit-mocha, @vue/cli-shared-utils
    • #4219 feat: allow omitting scope prefix for official plugins on vue add (@sodatea)

πŸ› Bug Fix

  • @vue/cli-plugin-eslint, @vue/cli-ui
  • @vue/cli-service
    • #4468 feat: bump default less-loader version (@sodatea)
    • #4429 fix: merge custom externals config correctly, supports array (@sodatea)
  • @vue/cli-plugin-unit-jest, @vue/cli-plugin-unit-mocha
    • #4447 fix: eslint should override env for **/tests/** subfolders (@LinusBorg)
  • @vue/cli-shared-utils
    • #4405 fix: resolvePluginId should correctly resolve @vue/cli-service (@sodatea)

πŸ“ Documentation

🏠 Internal

  • @vue/cli-ui-addon-webpack, @vue/cli-ui

πŸ”¨ Underlying Tools

  • @vue/cli-service
  • @vue/cli-plugin-babel, @vue/cli-plugin-eslint, @vue/cli-plugin-pwa, @vue/cli-plugin-typescript, @vue/cli-service

Committers: 9

Commits

The new version differs by 24 commits.

  • 9272ead v3.11.0
  • 7cc0ccf chore: pre release sync
  • 53f7cb3 test: add eslint-plugin-prettier to workspace dependencies, fix test
  • 6ff59f1 chore: update @vue/component-compiler-utils to 3.0
  • 90577dc chore: add cwd option when calling globby (#4442)
  • cc9a513 feat: bump default less-loader version (#4468)
  • 4fe9f73 feat: --skip-plugins (#4448)
  • 6f44f2a fix: eslint should override env for /tests/ subfolders (#4447)
  • 9593c0e feat(build): add --inline-vue flag to optionally disable externalization of Vue (#4261)
  • e79133b fix: merge custom externals config correctly, supports array (#4429)
  • a0e8a6a fix: remove self-assignment (#4422)
  • 9525f67 feat: upgrade webpack (#4253)
  • 61485f6 Update parallel config description (#4420)
  • 44812be fix: resolvePluginId should correctly resolve @vue/cli-service (#4405)
  • 96ab7ae feat: allow configuring scss options separately from sass (#4386)

There are 24 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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.