-
-### Remove git
-
-rm -rf .git
-
# Design Handoff Project
-Replace this readme with your own information about your project.
-
-Start by briefly describing the assignment in a sentence or two. Keep it short and to the point.
-
-## Getting Started with the Project
-
-### Dependency Installation & Startup Development Server
-
-Once cloned, navigate to the project's root directory and this project uses npm (Node Package Manager) to manage its dependencies.
-
-The command below is a combination of installing dependencies, opening up the project on VS Code and it will run a development server on your terminal.
-
-```bash
-npm i && code . && npm run dev
-```
+This project is a collaborative effort to design a hand-off from a UX design student and transform it into a landing page. It involves showcasing the use of React, incorporating reusable components, and leveraging Tailwind CSS for styling all while adhering to the design specifications.
+Additionally, it demonstrates the integration of npm packages for enhanced functionality, such as image carousels to enhance the user experience.
### The Problem
-Describe how you approached to problem, and what tools and techniques you used to solve it. How did you plan? What technologies did you use? If you had more time, what would be next?
+The UX design only had three responsive breakpoints, therefore I configured custom screen sizes to include more breakpoints and made the decisions for styling the additional breakpoints all while maintaining the original design.
### View it live
-Every project should be deployed somewhere. Be sure to include the link to the deployed project so that the viewer can click around and see what it's all about.
+https://clever-selkie-dfebb0.netlify.app/
+
+#### The UX Design
-## Instructions
+https://www.figma.com/file/xu73ZPWlDEfbnYmj1txyyn/%F0%9F%9F%A0-Team-Coral-Figma-%F0%9F%9F%A0?node-id=5259%3A1604&mode=dev
-
- See instructions of this project
-
diff --git a/index.html b/index.html
index a52ab900..31fff84c 100644
--- a/index.html
+++ b/index.html
@@ -1,10 +1,16 @@
-
+
- Music Releases - Project - Week 5
+ Design Handoff
+
+
+
diff --git a/package.json b/package.json
index 4ba5ff02..ab85dc11 100644
--- a/package.json
+++ b/package.json
@@ -10,17 +10,24 @@
"preview": "vite preview"
},
"dependencies": {
+ "@material-tailwind/react": "^2.1.9",
"react": "^18.2.0",
- "react-dom": "^18.2.0"
+ "react-dom": "^18.2.0",
+ "react-responsive-carousel": "^3.2.23"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
+ "autoprefixer": "^10.4.19",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
+ "postcss": "^8.4.38",
+ "prettier": "^3.2.5",
+ "prettier-plugin-tailwindcss": "^0.5.14",
+ "tailwindcss": "^3.4.3",
"vite": "^4.4.5"
}
}
diff --git a/postcss.config.js b/postcss.config.js
new file mode 100644
index 00000000..2e7af2b7
--- /dev/null
+++ b/postcss.config.js
@@ -0,0 +1,6 @@
+export default {
+ plugins: {
+ tailwindcss: {},
+ autoprefixer: {},
+ },
+}
diff --git a/public/Images/Rectangle 49 (1).svg b/public/Images/Rectangle 49 (1).svg
new file mode 100644
index 00000000..88d432a4
--- /dev/null
+++ b/public/Images/Rectangle 49 (1).svg
@@ -0,0 +1,18 @@
+
diff --git a/public/Images/arrow.svg b/public/Images/arrow.svg
new file mode 100644
index 00000000..c1452a7e
--- /dev/null
+++ b/public/Images/arrow.svg
@@ -0,0 +1,3 @@
+
diff --git a/public/Images/barbell.svg b/public/Images/barbell.svg
new file mode 100644
index 00000000..6116655e
--- /dev/null
+++ b/public/Images/barbell.svg
@@ -0,0 +1,9 @@
+