Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.32 KB

Isomorphic Reactive Voting Application

  • React
  • Material-UI
  • React-Router
  • GraphQL
  • Relay
  • MongoDB/Mongoose

Learn More

Voting Application

Simple application where everyone can view polls and their results, users can register and login to create and vote on polls.
This application is one of the backend challenges at FCC, and I've decided to take it to the next level.

Isomorphic/Universal

This application is being rendered both on the client and on the server.
The state is kept consisted using isomorphic-relay & isomorphic-relay-router. isomorphic-style-loader is being used to render the critical rendering path. universal-webpack is used to easily create "universal" webpack build configuration.

Reactive

I've created this simple application in order to learn react - front to back. Using most the involved technologies, and preferably, only them.

License

MIT.