This is my own attempt at the week 4 React/Redux group project the students do during the Academy. For more info why I am doing this checkout: Goals for this project
- Technologies used
- Goals for this project
- Requirements briefing
- Features built so far overview with pull requests
- My git workflow
- My agile workflow and trello board
- create-react-app-docs
- To practice for myself
- To make an example for the students to see how they could have tackled the project.
- To showcase disciplined git usage
Checkout out: requirements.md
- Feat/display random dog image
- Feat/next question
- Feat/feedback on incorrect
- Bugfix/disable buttons on choice
In this project I try 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
I try to maintain a backlog eventhough I'm working on a project by myself. That way people can quickly jump in and start helping out. It also displays how I split up my tasks and try to build this project in an iterative and incremental way!
This project was scaffolded using the create-react-app cli.