https://github.com/bayladycoder/react-trivia-game
Use React with API to get questions and answers for the game. --->>> Live App: https://bayladycoder.github.io/react-trivia-game/
https://github.com/bayladycoder/react-trivia-game
api css html javascript react
Last synced: about 2 months ago
JSON representation
Use React with API to get questions and answers for the game. --->>> Live App: https://bayladycoder.github.io/react-trivia-game/
- Host: GitHub
- URL: https://github.com/bayladycoder/react-trivia-game
- Owner: BayLadyCoder
- Created: 2019-08-12T21:17:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:00:17.000Z (over 3 years ago)
- Last Synced: 2025-07-10T14:34:13.675Z (12 months ago)
- Topics: api, css, html, javascript, react
- Language: JavaScript
- Homepage: https://bayladycoder.github.io/react-trivia-game/
- Size: 3.47 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
How to run my code
1. Download my code from this repository (https://github.com/BayLadyCoder/react-trivia-game)
2. Make sure you have Node.js installed in your computer.
3. Run 'npm install' in your terminal (while in this project directory)
4. Run 'npm start' to start the program.
OR
Open your browser and brows this URL https://bayladycoder.github.io/react-trivia-game/ to see the project.
Enjoy,
Bay