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 i
to install all dependencies. - Run
npm start
oryarn start
to 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.