Quiz app with React.js and typescript
Sarthak Kaushik
Posted on July 19, 2021
In this article I will create a quiz app with react.js and typescript using open trivia api and tailwind css.
Setup
- Clone the repo .
- run
yarn install
. - Generate your custom endpoint from opentdb and add to
ENDPOINT
variable inMainpage.tsx
. - Run
yarn start
to start the project.
About The Project.
- Project is created with react and typescript
- for styling I have used tailwind css.
- context api has been utilized for keeping the score of the user.
๐ ๐ช ๐
๐ฉ
Sarthak Kaushik
Posted on July 19, 2021
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
webdev Iโm thrilled to share my latest project with everyone โ my personal portfolio! ๐
September 16, 2024
webdev Improving JavaScript Code Quality with ESLint, Prettier, and VSCode Integration
October 16, 2024