Tag reactjs

How to Make Accordion in React

accordion in react

In this article, we will make a simple accordion in react. Accordion is useful when we need to create some application user interactive. Basically, we will create a bunch of questions and if we click on the question, then the…

How to Make Quiz App in React

Quiz App in React

In this article, we will create a Quiz app in react. This Quiz game will be usual like other Quiz game. Here we will have some questions along with 4 options and scorecard. After answering all questions, the result will…