Corona Quiz - A quiz website to raise awareness about Coronavirus COVID-19.
Created using React.js
Check React Documentation for help.
At first clone the github repository to your local machine.
git clone https://github.com/raadu/corona-quiz
To run the app go to project directory and enter these commands serially
npm install
npm start
or if you are using Yarn,
yarn install
yarn start
- Port used 3000. App is displayed in localhost:3000. If the port 3000 is not free, it will prompt and ask to open in another port.
Demo Link: https://raadu.github.io/corona-quiz