This is a random question generator that will output a question at random when a user clicks on the 'Submit' button. This was built to help technical interviewees before a technical interview.
This was built using Javascript and React for the front end and Node.js for the backend.
- Clone the repo
- CD into the repo
- run
npm start
- Open
http://localhost:3000/
to run the project