Coder Social home page Coder Social logo

bhuynhdev / geo-quiz Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gianghta/revuc-quiz-app

1.0 0.0 0.0 3.67 MB

A quiz application for Revolution UC hackathon

Home Page: http://geoquiz-revuc.herokuapp.com

Python 99.57% HTML 0.13% Shell 0.04% C 0.11% JavaScript 0.07% CSS 0.07%

geo-quiz's Introduction

Quiz App (Geological quiz)

A Quiz app that we built for questioning users on geology quiz

Try out demo here

Setup

Activate virtual environment (venv) in project For Mac/Linux

. source/env/activate

For Windows(maybe, check official document)

.\venv\Scripts\activate

Use pip package manager to install all dependcies that have been stored in requirements.txt

pip install -r requirements.txt

Usage (Start development server)

In the directory, run:

python3 app.py

And navigate to the URL stated on the terminal window

Steps by steps in development

  1. Always develop when in virtual environment first. Run commands above to get into virtual env, signal with (venv) prefix in the terminal

  2. Pull the latest changes on repository before working on your change

$ git pull
  1. Create a new, seperate branch on your local machine before making changes.
  • Check what branch you're on
$ git branch
  • Create new branch
$ git checkout -b [name_of_your_new_branch]
  • Navigate to your branch
$ git checkout [name_of_your_new_branch]
  • When you're done, push your changes to github
$ git push
  • Delete your local branch if you don't do anything else on your local
$ git branch -d [name_of_your_new_branch]
  • Go to remote repository and make a pull request to merge into the final source code. Remember: There must be 2 reviewers for the PR to be merged. And don't push to master branch directly

Contributors

This project is an effort of 4 members:

geo-quiz's People

Contributors

bhuynhdev avatar chrispham0502 avatar gianghta avatar nhanthanh-bot avatar

Stargazers

 avatar

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.