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
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:
Details
`npm install`
This will install the dependencies in to the local node_modules folderSetup steps:
To Start Server:
Details
`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:





