Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

Empty file added I_AM_A_FRONTEND_HERO
Empty file.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,21 @@
"lint": "next lint"
},
"dependencies": {
"axios": "^0.27.2",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0"
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@types/node": "^18.7.13",
"@types/react": "^18.0.17",
"autoprefixer": "^10.4.8",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.2"
}
}
6 changes: 6 additions & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: { config: './tailwind.config.js' },
autoprefixer: {},
},
};
142 changes: 142 additions & 0 deletions products.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
[
{
"id":"1",
"name": "Umami Gin",
"brand": "Audemus",
"price": "28",
"image": "/images/products/audemusGin.svg"
},
{
"id": "2",
"name": "Pool Gin",
"brand": "Silent Pool",
"price": 32,
"image": "/images/products/poolGin.svg"
},
{
"id": "3",
"name": "Pink Gin",
"brand": "Stolckholms",
"price": 35,
"image": "/images/products/stockholmsGin.svg"
},
{
"id":"4",
"name": "Umami Gin",
"brand": "Audemus",
"price": "28",
"image": "/images/products/audemusGin.svg"
},
{
"id": "5",
"name": "Pool Gin",
"brand": "Silent Pool",
"price": 32,
"image": "/images/products/poolGin.svg"
},
{
"id": "6",
"name": "Pink Gin",
"brand": "Stolckholms",
"price": 35,
"image": "/images/products/stockholmsGin.svg"
},
{
"id":"7",
"name": "Umami Gin",
"brand": "Audemus",
"price": "28",
"image": "/images/products/audemusGin.svg"
},
{
"id": "8",
"name": "Pool Gin",
"brand": "Silent Pool",
"price": 32,
"image": "/images/products/poolGin.svg"
},
{
"id": "9",
"name": "Pink Gin",
"brand": "Stolckholms",
"price": 35,
"image": "/images/products/stockholmsGin.svg"
},
{
"id":"10",
"name": "Umami Gin",
"brand": "Audemus",
"price": "28",
"image": "/images/products/audemusGin.svg"
},
{
"id": "11",
"name": "Pool Gin",
"brand": "Silent Pool",
"price": 32,
"image": "/images/products/poolGin.svg"
},
{
"id": "12",
"name": "Pink Gin",
"brand": "Stolckholms",
"price": 35,
"image": "/images/products/stockholmsGin.svg"
},
{
"id":"13",
"name": "Umami Gin",
"brand": "Audemus",
"price": "28",
"image": "/images/products/audemusGin.svg"
},
{
"id": "14",
"name": "Pool Gin",
"brand": "Silent Pool",
"price": 32,
"image": "/images/products/poolGin.svg"
},
{
"id": "15",
"name": "Pink Gin",
"brand": "Stolckholms",
"price": 35,
"image": "/images/products/stockholmsGin.svg"
},
{
"id": "16",
"name": "Pink Gin",
"brand": "Stolckholms",
"price": 35,
"image": "/images/products/stockholmsGin.svg"
},
{
"id": "17",
"name": "Pink Gin",
"brand": "Stolckholms",
"price": 35,
"image": "/images/products/stockholmsGin.svg"
},
{
"id": "18",
"name": "Pink Gin",
"brand": "Stolckholms",
"price": 35,
"image": "/images/products/stockholmsGin.svg"
},
{
"id": "19",
"name": "Pink Gin",
"brand": "Stolckholms",
"price": 35,
"image": "/images/products/stockholmsGin.svg"
},
{
"id": "20",
"name": "Pink Gin",
"brand": "Stolckholms",
"price": 35,
"image": "/images/products/stockholmsGin.svg"
}
]
File renamed without changes.
9 changes: 9 additions & 0 deletions public/images/aside/baldoriaLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/images/aside/baldoriaVermouth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/images/aside/boxIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading