Multiple Choice Quiz/Trivia which gives the user 10 questions (each with 4 choices) to answer with each question having a timer of 10 seconds for which if not answered in this time, the current question will be skipped.
User can view their score as well as which question they are on at the top of the screen alongside the timer.
Link to hosted App: https://alisfunquiz.netlify.app/
In your terminal enter the command:
git clone https://github.com/Alishow1111/quiz-app.git
Navigate your way to the directory and install all dependacies:
cd nc-news
npm install
To run the web app, enter the following command:
npm run dev