KONRADS098 / dev-quiz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevQuiz

A React web-application used to quiz users knowledge on several developer like topics, built with React and regular CSS for styling the components. Uses an external API to get questions for the chosen topic and difficulty.

Visuals


Home Page


Quizzes Page


Quiz Page


Quiz Answer Page


Quiz Result Page


About Page

Installation and Setup Instructions

To use, clone this repository. In order for the application to work you need node and npm installed on your local machine.

Installation steps:

To Install Dependencies:


`npm install` This will install the dependencies in to the local node_modules folder

Setup steps:

To Start Server:


`npm start` This runs a predefined command specified in the 'start' property of the package's 'scripts' object, thus this will run the 'react-scripts start' script and will start the development server on http://localhost:3000...

To Visit App:


http://localhost:3000 This runs a predefined command specified in the 'start' property of the package's 'scripts' object, thus this will run the 'react-scripts start' script and will start the development server on http://localhost:3000...

About


Languages

Language:JavaScript 67.8%Language:CSS 30.6%Language:HTML 1.6%