project
Last updated
Last updated
Your project is to build a fruit shop that lists fruits and allows a user to create a shopping basket. The user can add and remove items from the basket, and can see the contents of their basket on the page.
For this project, we'd like you to get used to using Git from your terminal.
The terminal (sometimes known as the command line) is an interface you can use to navigate file structure, install software, and many other things. It can take a little while to get used to, but can prove much faster than using a GUI. If you're unfamiliar, we'd recommend having a look at .
The steps in using Git are the same you learn in - however, we'd encourage you to follow through to get up to speed.