Simple EventSourcing example using React, Typescript, CSS.
On this project I focused on implementing a application in typescript.
- Home Page
- Having Quiz Button
- Quiz Have 10 Questions
- Each correct Question get 1 mark
- and Basically questions answers the score get updated
- after completing 10 question it ask to again start the quiz.
The database includes quesions details.
To install all the packages, run:
npx create react-App application
Then run:
cd application
npm start
##Some Images of Quiz
#Home Page
#start Quiz -Loader
#Qustion Card Display and score disaplayed
#Qustions Correct
#Qustions Wrong Answer Look Like and did not Update score
#Last Question and it ask to again start the quiz