Navigation
Current Level: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14
๐ฏ Objective
Form a collaborative team of 3-4 students to work on the emoji encoding website project.
๐ Task Requirements
Group Size: 3-4 students
๐ Step-by-Step Instructions
- Find Your Teammates
- Look around the classroom for classmates who want to work on this project
- Form groups of 3-4 students (no more, no less)
- Make sure everyone is comfortable working together
- Assign Team Roles
- Repository Owner: Will create the GitHub repository and manage permissions
- HTML Specialist: Will focus on HTML structure and coding
- Content Creator: Will create encoded messages and documentation
- Quality Assurance: Will test the website and ensure everything works
- Discuss Project Goals
- Review the project overview together
- Make sure everyone understands what youโre building
- Discuss any questions or concerns
โ
Success Criteria
๐ก Tips
- Choose teammates you work well with
- Make sure everyone has the required skills (Git, HTML basics)
- Be inclusive - donโt leave anyone out
- Communicate clearly about expectations
๐ Ready for Next Step?
Once your group is formed and roles are assigned, youโre ready for Step 2: Create the Repository.
๐พ Git Workflow Reminder
After completing this step:
- No files to commit yet, but make sure your team is ready to collaborate
- In future steps, remember to:
git add .
to stage your changes
git commit -m "descriptive message"
to commit
git pull
before starting new work
git push
to upload your changes
- If you encounter conflicts, see the conflicts tutorial