Getting Started
8 min read
Download and Open the Project
Download and Open the Project
Start by getting the project onto your computer.
Download
For the course repository, use the GitHub project link:
Download the project from GitHub
Extract the project and open index.html in a browser.
Look at the interface
You should see:
- the TaskBoard header
- an Add Task button
- three Kanban columns
- example task cards
- the task form available through the Add Task button
At this point, do not try to implement anything. We are only confirming that the project opens and that you can see the interface you will be working with.
Keep your editor and browser open together. Throughout the course, the normal rhythm will be:
make one change
→ save
→ refresh
→ test
Checkpoint
The page opens successfully and the board is visible with its example tasks.