Skip to content

JustForFun119/bo3z-react-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Black Ops 3 Zombies Info

A collection of information and things to play with, related to Call of Duty Black Ops 3 Zombies.

Developed with React as a static page/app; learning small React toolset & development pattern.

Features

  • Gobblegums
  • Newton's Cookbook Recipes
  • Trivia Quiz
  • EE guides & helpers?

Gobblegums

Gobblegums information, similar to Black Ops 3 menu.

Newton's Cookbook Recipes

  • Daily recipes updates
  • Full cookbook recipes history
  • Find previous recipes for Gobblegums
  • View recipes cycles

Trivia Quiz

Quiz about zombies.

Question Types:

  • Map trivia (Weapons, wallbuys, perk etc.)
  • Sound trivia (similar to Dota2 Sound Quiz)
  • EE trivia?
  • Story trivia?

Develop

Clone repo, install NPM dependencies, develop with Webpack watch mode; or build as static page.

  1. Clone this repo.
  2. On repo root, run npm install to install NPM package dependecies.
  3. Choose to develop with local webpack-dev-server & watch mode (live reload) -> npm run watch
  4. Build as static webpage -> npm run build