{"id":50771392,"url":"https://github.com/emanuelefavero/html-css-bootstrap-dashboard","last_synced_at":"2026-06-11T19:01:27.611Z","repository":{"id":353488961,"uuid":"1219347587","full_name":"emanuelefavero/html-css-bootstrap-dashboard","owner":"emanuelefavero","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-24T04:43:04.000Z","size":226,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-24T06:26:03.322Z","etag":null,"topics":["bootstrap","bootstrap5","css","dashboard","exercise","html","layout"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emanuelefavero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-23T19:33:52.000Z","updated_at":"2026-04-24T04:43:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/emanuelefavero/html-css-bootstrap-dashboard","commit_stats":null,"previous_names":["emanuelefavero/html-css-bootstrap-dashboard"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/emanuelefavero/html-css-bootstrap-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emanuelefavero%2Fhtml-css-bootstrap-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emanuelefavero%2Fhtml-css-bootstrap-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emanuelefavero%2Fhtml-css-bootstrap-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emanuelefavero%2Fhtml-css-bootstrap-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emanuelefavero","download_url":"https://codeload.github.com/emanuelefavero/html-css-bootstrap-dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emanuelefavero%2Fhtml-css-bootstrap-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34213179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","bootstrap5","css","dashboard","exercise","html","layout"],"created_at":"2026-06-11T19:01:26.783Z","updated_at":"2026-06-11T19:01:27.587Z","avatar_url":"https://github.com/emanuelefavero.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTML/CSS Bootstrap Dashboard\n\n\u003e Tip: Technical decisions are summarized in the [Technical Notes](#technical-notes) section\n\nStatic responsive layout built for a web development course\nexercise using Bootstrap 5 components, utilities and form\ncontrols.\n\n## Live Demo\n\n[**View on GitHub Pages \u0026nbsp; 🌐**](https://emanuelefavero.github.io/html-css-bootstrap-dashboard/)\n\n## Exercise Goal\n\nRecreate the provided responsive dashboard layout using\nBootstrap 5, then extend it with a second page for adding a\nnew book through a responsive Bootstrap form.\n\nThe project matches the reference screenshots across mobile,\ntablet and desktop breakpoints while keeping custom CSS to a\nminimum.\n\n## Exercise Parts\n\nThis repository was developed across two connected Bootstrap\nexercises.\n\n- **Part 1:** recreate the responsive dashboard layout using\n  Bootstrap 5.\n- **Part 2:** extend the dashboard with a new `new-book.html`\n  page containing a responsive Bootstrap form for adding a book.\n\n## Reference Layouts\n\n### Dashboard\n\n#### Mobile\n\n\u003cimg src=\"assets/screenshots/mobile.png\" alt=\"mobile reference\n  screenshot\" width=\"400\"\u003e\n\n#### Tablet\n\n\u003cimg src=\"assets/screenshots/tablet.png\" alt=\"tablet reference\n  screenshot\" width=\"500\"\u003e\n\n#### Desktop\n\n\u003cimg src=\"assets/screenshots/desktop.png\" alt=\"desktop\n  reference screenshot\" width=\"700\"\u003e\n\n### New Book Page\n\n#### Mobile (New Book Form)\n\n\u003cimg src=\"assets/screenshots/mobile-new-book.png\" alt=\"new book\n  form mobile reference screenshot\" width=\"400\"\u003e\n\n#### Desktop (New Book Form)\n\n\u003cimg src=\"assets/screenshots/desktop-new-book.png\" alt=\"new book\n  form desktop reference screenshot\" width=\"700\"\u003e\n\n## Scope\n\n- Use HTML and Bootstrap 5\n- Recreate the dashboard layout across mobile, tablet and\n  desktop resolutions\n- Add a second page linked from the dashboard through the\n  `Aggiungi Libro` button\n- Build the new page with semantic HTML form controls and\n  Bootstrap form classes\n- Use Bootstrap components, grid system and utility classes as\n  the main layout and styling tools\n- Use Bootstrap grid and spacing utilities for responsive\n  dashboard and form layouts\n- Add basic HTML validation and Bootstrap validation feedback\n- Keep the project static and focused on layout/form\n  reproduction\n- Use custom CSS only for small utility and accessibility\n  refinements where Bootstrap utilities were not enough\n\n## Technical Notes\n\n### Dashboard Layout\n\n- Kept the navbar full width and placed the main content inside\n  a Bootstrap `container`, with a responsive grid that stacks\n  on small screens and splits into `9 / 3` columns on desktop.\n- Built the right sidebar with `vstack` and `gap-*` utilities\n  so the `Todo` and `F.A.Q.` cards remain vertically stacked at\n  every breakpoint.\n- Used Bootstrap components directly for the main UI:\n  navbar, table, badges, buttons, cards, list group, checks\n  and accordion.\n- Relied on Bootstrap Icons for the repeated table action\n  buttons to keep the markup compact and readable.\n- Kept `style.css` intentionally small, using it only for a\n  couple of custom utilities such as keyboard-only focus\n  styling, a smaller text utility and a minimum width helper\n  for the first table column.\n\n### New Book Form\n\n- Converted the dashboard `Aggiungi Libro` control from a\n  button to an anchor styled with `btn btn-primary`, linking it\n  to `new-book.html`.\n- Reused the dashboard navbar on the new page, removing the\n  search form because it is not present in the new reference\n  screenshots.\n- Built the form with Bootstrap form components:\n  `form-control`, `form-select`, `form-check`, `form-text`,\n  `invalid-feedback` and responsive grid columns.\n- Used `gx-*` and `gy-*` gutters to tune horizontal and vertical\n  spacing separately without adding margins to individual form\n  fields.\n- Added HTML validation attributes such as `required`,\n  `minlength`, `maxlength`, `min`, `max` and `pattern` where\n  they fit the field.\n- Added a small deferred script in `assets/js/form-validation.js`\n  to enable Bootstrap custom validation styles, reset valid\n  static submissions and set the publication year maximum to the\n  current year.\n- Kept the second page static: the form validates and resets,\n  but does not send data to a backend.\n\n\u0026nbsp;\n\n---\n\n\u0026nbsp;\n\n[**Go To Top \u0026nbsp; ⬆️**](#htmlcss-bootstrap-dashboard)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femanuelefavero%2Fhtml-css-bootstrap-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femanuelefavero%2Fhtml-css-bootstrap-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femanuelefavero%2Fhtml-css-bootstrap-dashboard/lists"}