> For the complete documentation index, see [llms.txt](https://founders-and-coders.gitbook.io/coursebook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://founders-and-coders.gitbook.io/coursebook/src/course/syllabus/portfolio/project-gallery/project.md).

# project

Build a gallery which displays the projects you've been working on. You might include this in your [application website](https://github.com/foundersandcoders/coursebook/blob/main/src/course/syllabus/website/project/README.md) to showcase what you've learnt and created while completing our requirements.

Like your last project, please push your changes to GitHub and host your site live using GitHub Pages.

### Requirements

* [ ] Have a section or card for each project
* [ ] Each card should have a title, an image of your project, and a description
* [ ] Use [flexbox](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox) to arrange the cards on the page
* [ ] Resize cards based on screen width
* [ ] Adapt the layout of the gallery when the browser window resizes
* [ ] Display the cards in a single column on mobile devices
* [ ] Have a clickable button on each card that opens and closes the description text
