This assessment will assess interns' ability to:
- Open their IDE with project structure visible
- Initialize a repo and connect to GitHub.com
- Make at least two commits with meaningful messages (not “test” or “update”)
- Push changes to remote repo
- Fork this repo
- Clone this repo to your local repo
- Correct your name in your fork
- Commit with a meaningful message in your fork
- Push to GitHub and merge to the main branch in your fork
- Aim for at least two commits following scaffold → feature