Skip to content

milindannadate/react-quiz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Fundamentals - Training

This is a quiz app created using React under the "React Fundamentals" training provided by Making Sense. The project was bootstrapped with Create React App.

Requirements

  • Node>=6 and NPM

Installation

git clone [email protected]:makingsensetraining/react-quiz.git 
cd react-quiz
npm start

Then open http://localhost:3000/ to see your app.
When you’re ready to deploy to production, create a minified bundle with npm run build.

npm start

About

Create a basic quiz app using React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.0%
  • HTML 13.3%
  • CSS 8.7%