Git Product home page Git Product logo

kelvinkamau / vibranium Goto Github PK

View Code? Open in Web Editor NEW
90.0 10.0 168.0 4.51 MB

:octocat: Web template for and by DSC chapters worldwide because we are a Wakanda of student developers and future technology leaders from all across the world. :tada:

License: MIT License

JavaScript 100.00%
dsc firebase vibranium firebase-cli developer-student-clubs google-developers fossa-status africa hacktoberfest hacktoberfest-accepted

vibranium's Introduction

Vibranium

Project Vibranium πŸ”₯

This awesome Progressive Web Application was created for Developer Student Clubs in Sub Saharan Africa as a profile and a platform to showcase what they're upto in events, outreach to local businesses and showcases and most importantly their success stories to the world.

Build Status Codacy Badge

Name Source Code Demo
Dark Theme GitHub Preview
Light Theme GitHub Preview

Creators πŸ‘¨β€πŸ’»

Usage πŸ› 

  • Fork repository and clone it locally using git clone git-path on the terminal
  • Customize the content inside the following files only index.html, learn.html, project.html & manifest.json
  • Publish your site
  • Share the goodness of this awesome web template by sharing it & leaving a star on the repo here

Running it locally πŸ”©

  • You might need to have NPM or yarn or Node in general
  • In the project directory, run npm install or yarn install depending on which you have or that is best for you..
  • Then run npm run dev and open your browser to http://localhost:8080 to start working on the project
  • To build the project run npm run build, this would generate the dist folder build

Firebase Hosting

  • Install Node.js (v8.9.4 or above)
  • launch command prompt/terminal
  • cd documents
  • git clone https://github.com/kelvinkamau/Vibranium
  • cd Vibranium
  • Install project dependencies: npm install or yarn
  • Install Firebase CLI: npm i -g firebase-toolsor yarn global add firebase-tools
  • Create a new firebase project here
  • Login into Firebase CLI: firebase login
  • Type firebase init to create a firebase.json
  • Copy the static files (JS,CSS, Assets folders,index.html file) into a newly created 'Y' or 'N' folder
  • Add project from firebase console using firebase -add project-name
  • Publish firebase deploy

Improvements

  • Mobile site enhancements βœ”
  • Add tutorials page βœ”
  • Add projects showcase page βœ”
  • Progressive Web App support βœ”
  • Push notifications support πŸ“’

Updating

Here is a git workflow for updating your fork (or downloaded copy) to the latest version:

git remote add upstream https://github.com/kelvinkamau/Vibranium.git
git fetch upstream
git merge upstream/Vibranium
# resolve the merge conflicts in your editor
git add . -u
git commit -m 'Updated to the latest version'

Contributing

Project Vibranium is an open source software project and I encourage developers to contribute patches and code for us to include in the main package of Project Vibranium. All contributions will be fully credited.

Using GitHub Issues

  • Feel free to use GitHub issues for questions, bug reports, and feature requests
  • Use the search feature to check for an existing issue
  • Include as much information as possible and provide any relevant resources (Eg. screenshots)
  • For bug reports ensure you have a reproducible test case
    • A pull request with a breaking test would be super preferable here but isn't required

Versioning

This project uses semver for versioning. Current version: v2.0.0

Websites using Project Vibranium

Community Name Location Web App Link
DSC Kisii University Kenya Live Here
DSC Taita Taveta University Kenya Live Here
DSC Bayero University Kano Nigeria Live Here
DSC Yabatech Nigeria Live Here
SemaPay Kenya Live Here
DSC University of Nairobi Kenya Live Here
DSC FUTA Nigeria Live Here
DSC IBBUL Nigeria Live Here
DSC Purdue University Indiana, USA Live Here
DSC Univesity of Lagos Nigeria Live Here
DSC Ekiti State University Nigeria Live Here
DSC Imo State University Nigeria Live Here
DSC Dominion University College, Accra Ghana Live Here

License

Copyright (c) 2018 Project Vibranium πŸ”₯

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

FOSSA Status

vibranium's People

Contributors

anniemburu avatar ashinzekene avatar foluwa avatar fossabot avatar geektutor avatar issahsaadat avatar j-kon avatar johnoseni1 avatar kelvinkamau avatar kojoshaddy avatar lewis-munyi avatar nnamdei avatar olenavyshnevska avatar paulmburu avatar rexsteroxy avatar stellakaniaru avatar thatfiredev avatar wonexo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vibranium's Issues

Firebase Deploy Errors

Here are the Result

i  hosting[dscyabatech]: found 0 files in public        β”‚
βœ”  hosting[dscyabatech]: file upload complete           β”‚                                                                                 "Jedi" 22:35 13-Sep-18
i  database: releasing rules...                         β”‚
βœ”  database: rules for database dscyabatech released sucβ”‚
cessfully                                               β”‚
βœ”  storage: released rules storage.rules to firebase.stoβ”‚
rage/dscyabatech.appspot.com                            β”‚
i  hosting[dscyabatech]: finalizing version...          β”‚
                                                        β”‚
Error: HTTP Error: 404, Not Found```

Reorder items

Preferred arrangement of divs on a mobile device....image, description, button for mobile devices only.

localhost_63342_vibranium2019_index html__ijt ke1egf3lp1297368iffc971tq9 iphone 6_7_8

#footer revamp

  • update footer image to more sharper svg
  • make sure all external href shortcut links are working
  • View source links should redirect towards page source code

Accidental Push to master

  1. I accidentally pushed some changes to master. Oops!
  2. Fixed fonts on the whole site. Used legible material fonts consistently throughout the app.
  3. Used a consistent accent color for the whole app.
  4. Tried fixing @stellakaniaru 's team cards. It works well on chrome but I've just discovered it doesn't work well on firefox.

This should've been a pull request but oh well.

Links do not have a discernible name

Failing Elements :

<a href="https://twitter.com/DSCUniversityName"> <i class="fab fa-twitter"></i> </a>
<a href="https://github.com/DSCUniversityName"> <i class="fab fa-github"></i> </a>
<a href=""> <i class="fab fa-slack"></i> </a>
<a href="https://www.youtube.com/user/GoogleDevelopers"> <i class="fab fa-youtube"></i> </a>

How to solve?

Serve images that are appropriately-sized to save cellular data and improve load time

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.