git clone https://github.com/tsergeant/ui_homework.git cd ui_homework git remote remove origin
ui_homework
git remote remove origin git remote add origin https://github.com/<your-username>/ui_homework.git git branch -M main git push -u origin main git remote add upstream https://github.com/tsergeant/ui_homework.git
git remote -v
You should see:
origin git@github.com/<your-username>/ui_homework.git (fetch) origin git@github.com/<your-username>/ui_homework.git (push) upstream https://github.com/tsergeant/ui_homework.git (fetch) upstream https://github.com/tsergeant/ui_homework.git (push)
git push -u origin main
Open your local workspace using Cursor and open the USING_MARKDOWN.md
file and begin reading it. You will be asked to preview it. Be sure to do that
to make it more clear.
Many of the homework assignments this semester will require that you submit your work in Markdown format. You will be allowed to use AI to help in that process, but it will be very helpfult to know the basic syntax and rules because you'll need to edit.
In the hw01 directory in your repository, create a document named team.md in which you will record the names of your team members and the agreed-upon contact methods for each person. Also, find a set time each week besides Thursday when all team members are available to meet if needed. Record this meeting time in the document. This document can be created once and shared among the team. Be sure to preview the file to make sure it is formatted properly.
Include at least two annotated screenshots highlighting specific
examples of good or bad affordances/signifiers. Your written document should
be in a nicely-formatted Markdown document named hw01/app_critique.md
and the screenshots should be stored in the hw01 directory under the
names screenshot1.png and screenshot2.png.
Your comparison notes will be in a separate section of the hw01/app_critique.md
file created in part 3 above.