https://github.com/just-paja/improtresk-web
Frontend for Improtřesk website - Biggest Czech improvisation theatre festival
https://github.com/just-paja/improtresk-web
express festival frontend improvisation nodejs react redux
Last synced: about 1 year ago
JSON representation
Frontend for Improtřesk website - Biggest Czech improvisation theatre festival
- Host: GitHub
- URL: https://github.com/just-paja/improtresk-web
- Owner: just-paja
- License: mit
- Created: 2016-12-20T16:23:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T22:09:32.000Z (about 7 years ago)
- Last Synced: 2024-10-05T16:20:18.882Z (over 1 year ago)
- Topics: express, festival, frontend, improvisation, nodejs, react, redux
- Language: JavaScript
- Homepage: https://improtresk.cz
- Size: 3.55 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Improtřesk Website
[](https://circleci.com/gh/just-paja/improtresk-web)
[](https://codeclimate.com/github/just-paja/improtresk-web)
[](https://codeclimate.com/github/just-paja/improtresk-web/coverage)
[](https://codeclimate.com/github/just-paja/improtresk-web)
[](https://david-dm.org/just-paja/improtresk-web)
[](https://david-dm.org/just-paja/improtresk-web?type=dev)
[](https://snyk.io/test/github/just-paja/improtresk-web)
This is frontend for website of first and biggest Czech improvisation festival based on React, Redux and Express. It allows festival participants to check out what is coming up in next year and reconcile what has been on the festival in previous years. Users - Participants choose from list of workshops they will attend on after signing up and pay full workshop price using various payment methods.
## Used technologies
* [React](https://facebook.github.io/react/) to be reactive (of course)
* [Redux](http://redux.js.org/) to manipulate the state
* [Redux Saga](https://github.com/yelouafi/redux-saga) to manage side effects
* [Express](http://expressjs.com/) for server rendering
* [React Bootstrap](https://react-bootstrap.github.io/) to have some looks
* [React Router](https://github.com/ReactTraining/react-router) to map URLs to application layout
* [Crossing](https://github.com/lincolnloop/crossing) for named routes
* [Webpack](https://github.com/webpack/webpack) to put it all together
## Live
Live version is running on [improtresk.cz](http://improtresk.cz). Btw sorry guys, so far there were no plans to make English version.
## Backend
Backend for this app is written in Pyhton / Django. You can see it in separate repository:
[improtresk-api](https://github.com/just-paja/improtresk-api).