Tiny trivia written in React with hooks. See this app live https://barhoring.github.io/trivia-app/
A funny trivia game. Questions are served as json from fake-server
Written with React by Bar Horing Amir
Instructions to build locally
Clone the repo
git clone https://github.com/barhoring/trivia-app.git
Install dependencies
cd trivia-app
npm install
Play
npm start
Go to http://localhost:3000/