Skip to content

hygzhu/anime_trivia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anime_trivia

Made with React and Redux

Guess what Anime song and earn points.

To run the web app front end

cd client
yarn install
yarn start

To run the Node.js server

cd server
yarn install
yarn start

To run both at the same time (Not sure if configured properly, uses concurrently to run both subdirectories)

yarn install
yarn start

NOTE: The firebase stuff won't work without the API keys which I store in a .env file

Try it here: https://animequiz-2031b.firebaseapp.com/ (May not be the latest version)

Anime Songs are loaded from https://github.com/AniDevTwitter/animeopenings

About

Realtime Multiplayer Trivia with React, Redux, and Socket.io

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published