Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 397 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 397 Bytes

quizzApp

A simple quizz application developed using react and redux and webpack.

The app contains three basic pages:

  • Start page to launch the quizz.
  • Quizz page which gives you a simple addition operation.
  • Finish page which summarize your score.

key-words: React.js, Redux, Webpack

To install npm packages

npm install

To start the application

npm run start:dev