A simple poll application created for testing your (programming) skills. Written in React + Redux, kindly bundled by Webpack. Created without using CSS frameworks with BEM methodology.
Stack of frontend technologies used in this project: HTML5, CSS3, Javascript ES6 + Babel, React, Redux, Webpack, Pug, SASS, PostCSS
- Getting questions from JSON-file or AJAX call
- Saving user answers to the state and to localStorage if it's available
- Countdown to the deadline with pausing and unpausing
- Disabling next question button if there is no selected answer
- Syntax highlighting (by highlight.js)
- Alerts! Disappear in 6 seconds
- Mobiles, tablets and desktops adaptive
- Pure CSS customizable radio-buttons
- Pixel perfect!
In Chrome you can go to the next question by selecting an answer and pressing Enter. Currently working on application hotkeys like switching between answers, pausing/unpausing etc.
First npm install
to grab all the necessary dependencies.
Then run npm start
and open localhost:8080 in your browser.