DEV Community

Akash
Akash

Posted on

Creating Quiz Application

Create Components

  • App.jsx
  • Home.jsx
  • Question.jsx
  • Result.jsx

=> In App.jsx

  • Create a global variable for use variable in all other components
  • Also Create BrowserRouter for nagivate from on component to another Component
  • Import essentials components where it needed to implement program
  • also import Question .json file here i import in assests in src folder

=> Home.jsx

=> Question.jsx

=>Result.jsx

Top comments (0)