Note from Derek: It's been five years since any meaningful contribution was made to this project. I'm archiving the repository. If someone wants to take this project back up, they are welcome to unarchive it. Hope y'all are having successful careers!
Kittenwar for video games. Pits two randomly selected video games against each other in an effort to determine, once and for all, which game is the best. Users will receive new game recommendations based on their ranking history.
- Front End: https://www.warofthegames.com/
- Back End: https://async-capstone.herokuapp.com/
- A new, randomly-generated battle with every refresh of the app.
- Skip button for matchups where users are either unfamiliar with one of the games or don't have a preference for one game over the other.
- Learn more about each game with individual info pages.
- User accounts to save ranking history.
- See all games in the database through the games list.
- Game recommendations.
- React
- Redux for state management.
- React Router for routing.
- Redux Form
- Node.js with the Express framework.
- MongoDB with Mongoose for the database.
- Passport authentication using node.bcrypt.js and jsonwebtoken.
- Cloudinary for images.
War of the Games is the final capstone project for the *ASYNC team as part of Thinkful's Engineering Immersion program.