A client quiz app that consumes data from quiz-app-api. it enables a user answer set questions and adds a score each time the answer is correct.
Go to https://github.com/kris-slinger/api-quiz-app-django and follow the steps.
when server is running,in a new tab,do the following
> git clone https://github.com/kris-slinger/client-quiz-app
> cd client-quiz-app
> yarn install
> yarn watch:css # to watch tailwindcss
> yarn start
Enjoy the app!
- React
Pull requests are allowed.For major tweak,please open a pull request to discuss what you would like to change.