An open API service indexing awesome lists of open source software.

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.

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).