This is a project built in React and is a quiz of React, hence its name, Quiz of React in React, Given below are some helpful things of my project.
- open terminal in the folder where you have unzipped the code.
- type cd 21BCS4403_AyushSrivastava
- type cd react-quiz
- then npm i
- then npm start
- the server should be live and the application will open in your browser.
-
There should be a folder named node_modules which will consist of all necessary files that we need to run the application.
-
The folder public consists of index.html the main page of the site and an icon to display the site.
-
scr folder consists of main source code files, with App.js as the main file, the css files are to style the application
-
questions.json and quiz.json contain the questions, answers and the values for different parts of the quiz and changes in these values can be made here.