project

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.

Requirements

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 Josh W Comeau's introduction.

The steps in using Git are the same you learn in our first workshop - however, we'd encourage you to follow through our second workshop to get up to speed.

Last updated