diff --git a/Frontend/README.md b/Frontend/README.md index 5dc893c..be4b6e5 100644 --- a/Frontend/README.md +++ b/Frontend/README.md @@ -48,13 +48,4 @@ To learn React, check out the [React documentation](https://reactjs.org/). -## FRAMER-MOTION INSTAL -npm install framer-motion - -## MUI -npm install @mui/lab @types/material-ui -npm install @mui/icons-material -npm install react-swipeable-views - - diff --git a/Frontend/package.json b/Frontend/package.json index b05879a..8b3445d 100644 --- a/Frontend/package.json +++ b/Frontend/package.json @@ -33,6 +33,7 @@ "react-router-dom": "^6.21.3", "react-router-hash-link": "^2.4.3", "react-scripts": "5.0.1", + "react-scroll": "^1.9.0", "react-slideshow-image": "^4.3.0", "react-swipeable-views": "^0.14.0", "react-swipeable-views-utils": "^0.14.0", @@ -73,6 +74,7 @@ "devDependencies": { "@types/aria-query": "^5.0.4", "@types/react-router-hash-link": "^2.4.9", + "@types/react-scroll": "^1.8.10", "@types/react-swipeable-views-utils": "^0.13.7", "@types/react-vertical-timeline-component": "^3.3.6", "tailwindcss": "^3.4.1" diff --git a/Frontend/pnpm-lock.yaml b/Frontend/pnpm-lock.yaml index c9495c8..0510efc 100644 --- a/Frontend/pnpm-lock.yaml +++ b/Frontend/pnpm-lock.yaml @@ -95,6 +95,9 @@ dependencies: react-scripts: specifier: 5.0.1 version: 5.0.1(@babel/plugin-syntax-flow@7.23.3)(@babel/plugin-transform-react-jsx@7.23.4)(eslint@8.56.0)(react@18.2.0)(sass@1.70.0)(typescript@4.9.5) + react-scroll: + specifier: ^1.9.0 + version: 1.9.0(react-dom@18.2.0)(react@18.2.0) react-slideshow-image: specifier: ^4.3.0 version: 4.3.0(react@18.2.0) @@ -139,6 +142,9 @@ devDependencies: '@types/react-router-hash-link': specifier: ^2.4.9 version: 2.4.9 + '@types/react-scroll': + specifier: ^1.8.10 + version: 1.8.10 '@types/react-swipeable-views-utils': specifier: ^0.13.7 version: 0.13.7 @@ -3201,6 +3207,12 @@ packages: '@types/react': 18.2.52 dev: true + /@types/react-scroll@1.8.10: + resolution: {integrity: sha512-RD4Z7grbdNGOKwKnUBKar6zNxqaW3n8m9QSrfvljW+gmkj1GArb8AFBomVr6xMOgHPD3v1uV3BrIf01py57daQ==} + dependencies: + '@types/react': 18.2.52 + dev: true + /@types/react-swipeable-views-utils@0.13.7: resolution: {integrity: sha512-ED8pf8dq3S79uWtP8EnSdrg7dUCrxyL9Uapq1dSA2mz+H83SjS8vsqmlFWmmBQoTuEHsQp5Ru9fxxsofQ+bI9Q==} dependencies: @@ -9609,6 +9621,18 @@ packages: - webpack-plugin-serve dev: false + /react-scroll@1.9.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-mamNcaX9Ng+JeSbBu97nWwRhYvL2oba+xR2GxvyXsbDeGP+gkYIKZ+aDMMj/n20TbV9SCWm/H7nyuNTSiXA6yA==} + peerDependencies: + react: ^15.5.4 || ^16.0.0 || ^17.0.0 || ^18.0.0 + react-dom: ^15.5.4 || ^16.0.0 || ^17.0.0 || ^18.0.0 + dependencies: + lodash.throttle: 4.1.1 + prop-types: 15.8.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + /react-slideshow-image@4.3.0(react@18.2.0): resolution: {integrity: sha512-SPiZtZRcBYAtin5Nva5ZgnLlMQHCcccBInkJ2Q8PEBBBMGhXZgSlAm+3VoMDjKUWYfNjTN3gEL6y+SrBzBeLXQ==} peerDependencies: diff --git a/Frontend/public/footerbg.png b/Frontend/public/footerbg.png new file mode 100644 index 0000000..d7eaa8a Binary files /dev/null and b/Frontend/public/footerbg.png differ diff --git a/Frontend/src/App.tsx b/Frontend/src/App.tsx index 66e1446..0ed8fbb 100644 --- a/Frontend/src/App.tsx +++ b/Frontend/src/App.tsx @@ -22,7 +22,6 @@ function App() { } /> - @@ -37,6 +36,8 @@ function App() { } /> + +