Skip to content

Commit

Permalink
updated readme with additional information
Browse files Browse the repository at this point in the history
  • Loading branch information
g-marcin committed Jun 26, 2023
1 parent e01f59d commit 820abc7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# beer-browser

## api base url:

https://api.punkapi.com/v2/

## features:

<ul>
<li>page layout</li>
<li>data fetched from api</li>
<li>data displayed into cards</li>
<li>data is paginated</li>
<li>beer details on separate dynamic route /details/:id </li>
<li>beer details displayed in engaging way</li>
<li>slider menu with focus-lock</li>
<li>dark/light theme </li>
<li>sub-menu with breadcrumbs navigation </li>
<li>added styles to beer cards and beer images </li>
<li>data-loading is communicated to user with loader(spinner) </li>

</ul>

## locally:

1. clone repository.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.button {
background: none;
text-decoration: none;
border: none;
}

.menu-item {
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/Header/header.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
cursor: pointer;
transition: border-color 0.25s;
color: #ffffff;
border: 1px solid #ffffff;

margin: 2px;
}
.menuButton:hover {
Expand Down

0 comments on commit 820abc7

Please sign in to comment.