Skip to content

Commit

Permalink
feat(shop-page): implement shop page
Browse files Browse the repository at this point in the history
- implement shop page ui components
- implement search and filter functionality

[Delivers #90]
  • Loading branch information
jkarenzi committed Jul 17, 2024
1 parent 380ba6c commit 34cd575
Show file tree
Hide file tree
Showing 11 changed files with 1,113 additions and 2 deletions.
104 changes: 102 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,36 @@
"pre-commit": "npm run lint:fix && npm run format"
},
"dependencies": {
"@react-jvectormap/core": "^1.0.4",
"@reduxjs/toolkit": "^2.2.5",
"@testing-library/user-event": "^14.5.2",
"@types/react-redux": "^7.1.33",
"@types/react-router-dom": "^5.3.3",
"@types/swiper": "^6.0.0",
"axios": "^1.7.2",
"axios-mock-adapter": "^1.22.0",
"chart.js": "^4.4.3",
"dotenv": "^16.4.5",
"formik": "^2.4.6",
"hero-slider": "^3.2.1",
"history": "^5.3.0",
"jquery": "^3.7.1",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.400.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-loader-spinner": "^6.1.6",
"react-loading-skeleton": "^3.4.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"react-slider": "^2.0.6",
"react-spinners": "^0.14.1",
"react-toastify": "^10.0.5",
"redux": "^5.0.1",
"redux-mock-store": "^1.5.4",
"swiper": "^11.1.5",
"webfontloader": "^1.6.28",
"yup": "^1.4.0"
},
Expand All @@ -52,6 +58,7 @@
"@types/node": "^20.14.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.22",
"@types/react-slider": "^1.3.6",
"@types/redux-mock-store": "^1.0.6",
"@types/testing-library__react": "^10.2.0",
"@types/webfontloader": "^1.6.38",
Expand Down
Binary file added public/dollar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 34cd575

Please sign in to comment.