AuthorQuiz App is a Beginner Web Application. After learning the basics of Reactjs. This project was bootstrapped with create-react-app.
It implements Bootstrap 4 for styling using version 16.4.1 of React and ES6.
You’ll need to have Node >= 6 on your local development machine.
Clone the repository using
git clone https://github.com/ankit-kumar-dwivedi/ActorQuiz.git
get into the directory
cd ActorQuiz
install the dependencies and run server
npm install
npm start