Multiple choice questions project in React Js
Steps to run McqQuestions project
Install create-react-app - npx create-react-app my-app Delete all the source files - Browse through the src folder in the generated my-app folder and remove all the files in it Download files from this repository - index.css, index.js and mcqQuestions.js. Create files index.css, index.js and mcqQuestions.js in SRC folder of my-app with the same content downloaded. Run command npm start.
Screenshots of final view have been attached, please view them for your reference.