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.
- React to be reactive (of course)
- Redux to manipulate the state
- Redux Saga to manage side effects
- Express for server rendering
- React Bootstrap to have some looks
- React Router to map URLs to application layout
- Crossing for named routes
- Webpack to put it all together
Live version is running on improtresk.cz. Btw sorry guys, so far there were no plans to make English version.
Backend for this app is written in Pyhton / Django. You can see it in separate repository: improtresk-api.