Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
July 19, 2021 02:33 am GMT

Quiz app with React.js and typescript

In this article I will create a quiz app with react.js and typescript using open trivia api and tailwind css.

Github Link
quiz app react js

Setup

  • Clone the repo .
  • run yarn install .
  • Generate your custom endpoint from opentdb and add to ENDPOINT variable in Mainpage.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.

Original Link: https://dev.to/iamsarthak/quiz-app-with-react-js-and-typescript-3dk

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To