Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #533

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f5c6705
add solution
AnastasiiaKorolko Oct 28, 2024
905108d
add solution
AnastasiiaKorolko Oct 28, 2024
327e4c1
add solution
AnastasiiaKorolko Oct 29, 2024
96a86ce
add solution
AnastasiiaKorolko Oct 29, 2024
9eef4ca
add solution
AnastasiiaKorolko Oct 30, 2024
cb544b4
add solution
AnastasiiaKorolko Oct 31, 2024
cf9ca80
add solution
AnastasiiaKorolko Oct 31, 2024
69fe209
add solution
AnastasiiaKorolko Oct 31, 2024
7ffc266
add solution
AnastasiiaKorolko Oct 31, 2024
139e8cc
add solution
AnastasiiaKorolko Oct 31, 2024
3130cf6
add solution
AnastasiiaKorolko Oct 31, 2024
9a979af
add solution
AnastasiiaKorolko Nov 1, 2024
d5a38a4
add solution
AnastasiiaKorolko Nov 1, 2024
b210833
add solution
AnastasiiaKorolko Nov 1, 2024
08234d5
add solution
AnastasiiaKorolko Nov 1, 2024
a1afa01
add solution
AnastasiiaKorolko Nov 1, 2024
ec9e8af
add solution
AnastasiiaKorolko Nov 1, 2024
c7a5e12
add solution
AnastasiiaKorolko Nov 4, 2024
fffe71e
add solution
AnastasiiaKorolko Nov 4, 2024
b8b02d8
add solution
AnastasiiaKorolko Nov 14, 2024
67aee1b
add solution
AnastasiiaKorolko Nov 14, 2024
5fdf5a1
add solution
AnastasiiaKorolko Nov 14, 2024
59c1b26
add solution
AnastasiiaKorolko Nov 14, 2024
e4736d2
add solution
AnastasiiaKorolko Nov 15, 2024
ca51e8b
add solution
AnastasiiaKorolko Nov 15, 2024
ed787c8
add solution
AnastasiiaKorolko Nov 15, 2024
cdd7a59
add solution
AnastasiiaKorolko Nov 15, 2024
0ea462e
add solution
AnastasiiaKorolko Nov 15, 2024
58c4de5
add solution
AnastasiiaKorolko Nov 16, 2024
cf5ed98
add solution
AnastasiiaKorolko Nov 16, 2024
08f1205
add solution
AnastasiiaKorolko Nov 16, 2024
32fa221
add solution
AnastasiiaKorolko Nov 16, 2024
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
4 changes: 3 additions & 1 deletion cypress/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"extends": "@mate-academy/students-ts-config",
"compilerOptions": {
"sourceMap": false
"sourceMap": false,
"jsx": "react-jsx"
}

}
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,500;0,600;0,800;0,900;1,700;1,800&display=swap" rel="stylesheet">

</head>
<body>
<div id="root"></div>
Expand Down
3,955 changes: 2,205 additions & 1,750 deletions package-lock.json

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,19 @@
"@fortawesome/fontawesome-free": "^6.5.2",
"bulma": "^1.0.1",
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.25.1",
"react-transition-group": "^4.4.5"
"react-transition-group": "^4.4.5",
"uuid": "^11.0.3"
},
"devDependencies": {
"@cypress/react18": "^2.0.1",
"@mate-academy/scripts": "^1.8.5",
"@mate-academy/scripts": "^1.9.12",
"@mate-academy/students-ts-config": "*",
"@mate-academy/stylelint-config": "*",
"@types/lodash": "^4.17.13",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand Down
9 changes: 9 additions & 0 deletions public/img/Category/categoryFirst.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/img/Category/categorySecond.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/img/Category/categoryThird.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/PicturesSlider/Apple1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/PicturesSlider/Apple10.webp
Binary file not shown.
Binary file added public/img/PicturesSlider/Apple11.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/PicturesSlider/Apple12.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/PicturesSlider/Apple16.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/PicturesSlider/Apple17.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/PicturesSlider/Apple18.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/PicturesSlider/Apple2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/PicturesSlider/Apple20.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/PicturesSlider/Apple21.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/PicturesSlider/Apple3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/PicturesSlider/Apple30.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/PicturesSlider/Apple31.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/PicturesSlider/Apple4.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/PicturesSlider/Apple5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/PicturesSlider/Apple50.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/PicturesSlider/Apple51.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/PicturesSlider/Apple52.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/PicturesSlider/Apple54.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/PicturesSlider/Apple55.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/PicturesSlider/Apple56.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/PicturesSlider/Apple6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/PicturesSlider/Apple7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/PicturesSlider/Apple8.jpg
Binary file added public/img/PicturesSlider/Apple9.jpg
Binary file added public/img/PicturesSlider/Banner1.jpg
Binary file added public/img/PicturesSlider/Banner2.JPG
Binary file added public/img/PicturesSlider/Banner3.JPG
Binary file added public/img/PicturesSlider/IMG_5367.JPG
Binary file added public/img/PicturesSlider/IMG_5368.JPG
Binary file added public/img/PicturesSlider/IMG_5369.JPG
9 changes: 9 additions & 0 deletions public/img/banner/Banner.svg

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions public/img/hotPrice/iPhone1.svg

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions public/img/hotPrice/iPhone2.svg

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions public/img/hotPrice/iPhone3.svg

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions public/img/hotPrice/iPhone4.svg

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions public/img/iPhones/iphone-fhour.svg

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions public/img/iPhones/iphone-first.svg

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions public/img/iPhones/iphone-three.svg

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions public/img/iPhones/iphone-two.svg

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions public/img/icons/ArrowRight.svg
3 changes: 3 additions & 0 deletions public/img/icons/ArrowUp.svg
3 changes: 3 additions & 0 deletions public/img/icons/Favourites.svg
4 changes: 4 additions & 0 deletions public/img/icons/Home 2.svg
4 changes: 4 additions & 0 deletions public/img/icons/Home.svg
3 changes: 3 additions & 0 deletions public/img/icons/Minus.svg
3 changes: 3 additions & 0 deletions public/img/icons/Plus.svg
2 changes: 2 additions & 0 deletions public/img/icons/SWitchLeft.svg
5 changes: 5 additions & 0 deletions public/img/icons/ShoppingBag.svg
3 changes: 3 additions & 0 deletions public/img/icons/StrokeLeft.svg
3 changes: 3 additions & 0 deletions public/img/icons/StrokeRight.svg
3 changes: 3 additions & 0 deletions public/img/icons/Union.svg
Binary file added public/img/icons/black.png
Binary file added public/img/icons/color.png
Binary file added public/img/icons/iconSwitch.png
4 changes: 4 additions & 0 deletions public/img/icons/iconSwitch.svg
Binary file added public/img/icons/iconSwitch1.png
Binary file added public/img/icons/iconSwitch2.png
Binary file added public/img/icons/offButton.png
Binary file added public/img/icons/onButton 2.png
Binary file added public/img/icons/onButton.png
Binary file added public/img/icons/red.png
Loading
Loading