https://github.com/kiranwankhade/quizapp
On this project I focused on implementing a application in typescript. It is Simple quiz app.
https://github.com/kiranwankhade/quizapp
css react reactjs typescript
Last synced: 2 days ago
JSON representation
On this project I focused on implementing a application in typescript. It is Simple quiz app.
- Host: GitHub
- URL: https://github.com/kiranwankhade/quizapp
- Owner: kiranwankhade
- Created: 2023-05-04T12:51:44.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T19:20:31.000Z (about 2 years ago)
- Last Synced: 2025-02-17T12:45:45.600Z (3 months ago)
- Topics: css, react, reactjs, typescript
- Language: TypeScript
- Homepage: https://my-typescript-quiz-app.netlify.app/
- Size: 591 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz Application built with React - Typescript
Simple EventSourcing example using React, Typescript, CSS.
## I created this web app and tried to imitate quiz application in typescript.On this project I focused on implementing a application in typescript.
### Once open it, users can see:
- 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.
## How to run this application locally
To install all the packages, run:
```
npx create react-App application
```Then run:
```
cd application
npm start
```## Link for Visit
[Netlify link](https://my-typescript-quiz-app.netlify.app/)
[Github Link](https://github.com/kiranwankhade/QuizApp)
##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
