Skip to content

MaxWeisen/triviaGame

 
 

Repository files navigation

triviaGame

The best trivia game in the world.

We used this API to generate trivia questions for

NPM COMMAND FOR DEPENDENCIES

npm install --save-dev webpack-dev-server webpack-cli babel-loader @babel/core @babel/preset-env css-loader sass sass-loader style-loader path mongoose

Layout

- Client/App/index.js is our main page
    - Lobby is where a user starts their game (eventually implement multiplayer)
    - GamePage is where the game functionality is implemented

IF ACCESS IS NEEDED FOR THE MONGODB SERVER

The account information to access the server can be accessed on MongoDb.com with this info:

Username: redLippedBatfishMongoDB@gmail.com Password: codesmithLA42

About

The best trivia game in the world.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.2%
  • SCSS 18.2%
  • HTML 13.6%