https://github.com/melkassib/elka-quiz
:sailboat: A Quiz application built with React & Redux.
https://github.com/melkassib/elka-quiz
bulma js quiz react redux
Last synced: about 2 months ago
JSON representation
:sailboat: A Quiz application built with React & Redux.
- Host: GitHub
- URL: https://github.com/melkassib/elka-quiz
- Owner: melkassib
- License: mit
- Created: 2018-01-21T23:17:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T23:03:29.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T02:28:42.257Z (3 months ago)
- Topics: bulma, js, quiz, react, redux
- Language: JavaScript
- Homepage: https://elka-quiz.surge.sh/
- Size: 1.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elka Quiz
A Quiz application built with React & Redux.[View Demo](https://elka-quiz.surge.sh)
## Getting Started
---```shell
$ git clone https://github.com/elkamondo/elka-quiz.git quiz-app
$ cd quiz-app
$ npm install
$ npm start
```Open http://localhost:8080 to view it in the browser.
### Deployment (using surge)
```shell
$ npm install -g surge
$ npm run build
$ surge dist .surge.sh
```You may have to create an account on [surge](https://surge.sh).
You can add `auto.appcache` to html manifest attribute
in the `index.html` file to support offline mode.
```html...
```
## License
MIT © 2018 Mohcine EL KASSIB.
## Acknowledgments
* Based on that [boilerplate](https://github.com/djizco/boilerplate-react).