Trying out TypeScript with React by making this Quiz App.
The questions are fetched using the Open Trivia DB API.
Find the hosted version of this app HERE.
- Go figure, I guess.
- Make sure you have Node.js installed!
- Run
npm ito install all dependencies. - Run
npm startoryarn startto run the app.
- Add a database to hold Usernames and Scores.
- Add a player dashboard that shows top 10 players for the day.
- Make the app look appealing.
- Improve mobile performance.