Level: Intermediate
Tools: VS Code, Git, Bootstrap
Goal: Build a collaborative Color Sleuth game using Bootstrap’s grid system and git collaboration
For this group project, you will need to re-create the Color Sleuth Game in HTML and CSS. You will need to use Bootstrap row
and col
classes. You will also need to create your own classes in style.css
to ensure subtle differences in background color.
** Key Success Factor**: Divide up the work into small pieces and commit your work after each small victory. Work together and screenshare. Don’t work separately for this one. You are all going to work on a single file, so take turns committing, pushing and pulling to avoid conflicts.
color-sleuth-game
index.html
file and a style.css
filegit pull
to get the latest change from your team memberNote: You do not have to make the game interactive yet. Just make it LOOK LIKE the example. You don’t have to have the behavior of the game working yet.
When you complete your mini-project, submit your group project here… https://docs.google.com/forms/d/e/1FAIpQLSeqj7n4R6aQOty1E1zn-9mR5i6ujPmFVKh2Fp-Rn2liDXfqPw/viewform?usp=dialog
🎯 Completed Week 4? Return to the Week 4 CSS Frameworks Overview to review your progress and see what you’ve accomplished!
What you’ve learned this week:
✅ CSS Frameworks and classless CSS
✅ Bootstrap basics and components
✅ Bootstrap grid system and layouts
✅ Bootstrap utilities and forms
✅ Collaborative development with git
Congratulations on completing the CSS Frameworks journey! 🚀