A game created by Chris Bojemski and Sebastian Karolkiewicz.
Want to work with us?
Email Sebastian at [email protected], and Chris at [email protected].
- ReactJS
- react-dice-complete
- react-video-cover
- Ruby on Rails
- PostgreSQL
At Flatiron, we are tasked with learning a deep understanding of React and how implementing it allows developers to make a web application quickly, efficiently, and with more features.
This application was made to demonstrate our knowledge of React; we challenged ourselves to make something complex in a short amount of time.
The initial version of this game was
We plan on polishing this game further and going live in the coming months. Stay tuned, star us, and if you want a feature, please drop it in a GitHub issue.
We'll update this README with version notes and features as we work.
First, please follow the instructions on installing the backend repo.
Clone this repository & cd into it:
git clone [email protected]:astrosquid/monster-board-game-react-frontend.git
cd monster-board-game-react-frontend
Then install dependencies and start the server.
npm install
npm start