Skip to content

A React web app for creating and taking custom, timed quizzes. Test yourself or your friends on any subject matter you choose, but be sure to make a choice before the answers crash to the ground!

Notifications You must be signed in to change notification settings

galaxode/CrashCourse

 
 

Repository files navigation

CrashCourse

CrashCourse is a web app for creating and taking custom, timed quizzes. Test yourself or your friends on any subject matter you choose, but be sure to make a choice before the answer blocks crash to the ground!

Team

  • Product Owner: Prithvi A
  • Scrum Master: Brittany
  • Development Team Members: Andrew Cookro, Cal Holloway

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

This app is public and free to use. Feel free to fork and make contributions.

Requirements

  • Node 6.9.1
  • React 15.4.1
  • MySQL 2.12.0
  • Express 4.14.0
  • Sequelize 3.27.0

Development

Installing Dependencies

From within the root directory:

npm install
mysql.server start
mysql -u root -p #(hit enter when prompted for password)
create database crashcourse #(from within mysql)
grunt #(from project root folder)

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

A React web app for creating and taking custom, timed quizzes. Test yourself or your friends on any subject matter you choose, but be sure to make a choice before the answers crash to the ground!

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.1%
  • CSS 7.9%
  • HTML 2.0%