This is a multiplayer game I made in a partner project during my 8th week of learning.
- Javascript
- React
- Redux (& Redux Thunk)
- Node.js
- Typescript
- Koa
- TypeORM
- To get a better understanding of making full-stack web applications
- To learn how to work together with a partner
- To showcase disciplined git usage
In this project I tried to use:
- Good commit messages
- Well named branches
- Pull requests with summaries
If you have feedback to improve my git usage: please drop me a line!
Here is my branching model for this project.
master (auto deploys) ______________________
\ /
development \_____________/- pull request
\ /
feature/some-feature \_commits_/- pull request
We tried to use incremental development throughout this project. The idea was to have an MVP ready as soon as possible, and to then try to implement some extra features.
Check out the trelloboard here
This project was scaffolded using the create-react-app cli.