Skip to content

20250213 Start HTML and CSS for board page

Graham Ashton edited this page Feb 14, 2025 · 1 revision

Last week (see 20250206 Pull Requests and CI) we setup the project's Git repository, configuring GitHub Actions to check that any code we push is well formatted and that tests pass.

Writing HTML and CSS

This week, we were ready to make a start on our first story: Display board with dummy data

Most of the group sat around the TV, working together in a mob.

Check the issue that we created for the story to get an overview of the work we were doing.

We:

  • wrote semantic HTML that describes 3 columns on our app's "board"
  • started writing some CSS that uses Flexbox to lay out the columns

Next time

What we committed this week is very much a work in progress, so we'll carry on where we left off next week.

Clone this wiki locally