GithubHelp home page GithubHelp logo

ci2019_right's Introduction

OOTI2019 - Voting Kiosk

Please add your username to the right column in this google sheet: https://docs.google.com/spreadsheets/d/1aKw_9hFdiramOvbdWDd9PCemSHPSffnn9OzdXB9tU6o/edit?usp=sharing

This is a little starter project for the OOTI 2019 Continuous Integration class.

We're going to do a pure JavaScript application, that runs 100% in the browser. Modern JavaScript is a pretty powerful programming language, and the ecosystem is huge. This will help you for sure during your first project.

Goals for the assignment:

  • Make a browser based decision making tool. A tool that can help a group of people come to an agreement on important matters, such as what's the best pizza or are dogs better than cats or not.
  • It's a simple tool, it does not need to store data. Assume all users just use the same computer after one another.

User roles:

  • Administrator: this person can define a questionnaire
  • Voter: one or more people who can do the questionnaire.

Typical flow:

  • The Administrator opens the site, configures the questionnaire using a text-based definition language
  • The Administrator starts the questionnaire and asks the first Voter to sit behind the screen and answer the questions.
  • The first Voter asks the second Voter, and so on
  • When the last Voter is done, the tool and somehow display conclusive results (eg "cats are better than docs").

Requirements

Browsers don't do JavaScript very well when opening a HTML file from the the file system. Therefore, you must install a little webserver:

Additionally, please install Git if you don't have it yet:

https://git-scm.com/download/

Finally, I strongly recommend you use Visual Studio Code for editing the files during this course. It has great support for modern JavaScript and supports really smart autocomplete and in-line documentation. It's free, fast and small.

https://code.visualstudio.com/Download

JavaScript resources

devdocs.io - This is really the ultimate reference, and the default documentation set selections contain precisely the tech you can use for this assignment. It'll let you search both the JavaScript language and the browser builtins at once.

ci2019_right's People

Contributors

eteeselink avatar jobaerkhan avatar rahasade avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

pmirshafiei

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.