+ Click on the Vite and TypeScript logos to learn more
+
+
+`
+
+setupCounter(document.querySelector('#counter')!)
diff --git a/product-preview-card-component/src/style.css b/product-preview-card-component/src/style.css
new file mode 100644
index 0000000..b528b6c
--- /dev/null
+++ b/product-preview-card-component/src/style.css
@@ -0,0 +1,97 @@
+:root {
+ font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
+ line-height: 1.5;
+ font-weight: 400;
+
+ color-scheme: light dark;
+ color: rgba(255, 255, 255, 0.87);
+ background-color: #242424;
+
+ font-synthesis: none;
+ text-rendering: optimizeLegibility;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+ -webkit-text-size-adjust: 100%;
+}
+
+a {
+ font-weight: 500;
+ color: #646cff;
+ text-decoration: inherit;
+}
+a:hover {
+ color: #535bf2;
+}
+
+body {
+ margin: 0;
+ display: flex;
+ place-items: center;
+ min-width: 320px;
+ min-height: 100vh;
+}
+
+h1 {
+ font-size: 3.2em;
+ line-height: 1.1;
+}
+
+#app {
+ max-width: 1280px;
+ margin: 0 auto;
+ padding: 2rem;
+ text-align: center;
+}
+
+.logo {
+ height: 6em;
+ padding: 1.5em;
+ will-change: filter;
+ transition: filter 300ms;
+}
+.logo:hover {
+ filter: drop-shadow(0 0 2em #646cffaa);
+}
+.logo.vanilla:hover {
+ filter: drop-shadow(0 0 2em #3178c6aa);
+}
+
+.card {
+ padding: 2em;
+}
+
+.read-the-docs {
+ color: #888;
+}
+
+button {
+ border-radius: 8px;
+ border: 1px solid transparent;
+ padding: 0.6em 1.2em;
+ font-size: 1em;
+ font-weight: 500;
+ font-family: inherit;
+ background-color: #1a1a1a;
+ cursor: pointer;
+ transition: border-color 0.25s;
+}
+button:hover {
+ border-color: #646cff;
+}
+button:focus,
+button:focus-visible {
+ outline: 4px auto -webkit-focus-ring-color;
+}
+
+@media (prefers-color-scheme: light) {
+ :root {
+ color: #213547;
+ background-color: #ffffff;
+ }
+ a:hover {
+ color: #747bff;
+ }
+ button {
+ background-color: #f9f9f9;
+ }
+}
diff --git a/product-preview-card-component/src/typescript.svg b/product-preview-card-component/src/typescript.svg
new file mode 100644
index 0000000..d91c910
--- /dev/null
+++ b/product-preview-card-component/src/typescript.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/product-preview-card-component/src/vite-env.d.ts b/product-preview-card-component/src/vite-env.d.ts
new file mode 100644
index 0000000..11f02fe
--- /dev/null
+++ b/product-preview-card-component/src/vite-env.d.ts
@@ -0,0 +1 @@
+///
diff --git a/product-preview-card-component/starter/README.md b/product-preview-card-component/starter/README.md
index 7f11de5..163f8be 100644
--- a/product-preview-card-component/starter/README.md
+++ b/product-preview-card-component/starter/README.md
@@ -1,50 +1,67 @@
# Frontend Mentor - Product preview card component
-![Design preview for the Product preview card component coding challenge](./design/desktop-preview.jpg)
+![Design preview for the Product preview card component coding challenge](design/desktop-preview.jpg)
## Welcome! 👋
Thanks for checking out this front-end coding challenge.
-[Frontend Mentor](https://www.frontendmentor.io) challenges help you improve your coding skills by building realistic projects.
+[Frontend Mentor](https://www.frontendmentor.io) challenges help you improve your coding skills by
+building realistic projects.
**To do this challenge, you need a basic understanding of HTML and CSS.**
## The challenge
-Your challenge is to build out this product preview card component and get it looking as close to the design as possible.
+Your challenge is to build out this product preview card component and get it looking as close to
+the design as possible.
-You can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go.
+You can use any tools you like to help you complete the challenge. So if you've got something you'd
+like to practice, feel free to give it a go.
Your users should be able to:
- View the optimal layout depending on their device's screen size
- See hover and focus states for interactive elements
-Want some support on the challenge? [Join our Slack community](https://www.frontendmentor.io/slack) and ask questions in the **#help** channel.
+Want some support on the challenge? [Join our Slack community](https://www.frontendmentor.io/slack)
+and ask questions in the **#help** channel.
## Where to find everything
-Your task is to build out the project to the designs inside the `/design` folder. You will find both a mobile and a desktop version of the design.
+Your task is to build out the project to the designs inside the `/design` folder. You will find both
+a mobile and a desktop version of the design.
-The designs are in JPG static format. Using JPGs will mean that you'll need to use your best judgment for styles such as `font-size`, `padding` and `margin`.
+The designs are in JPG static format. Using JPGs will mean that you'll need to use your best
+judgment for styles such as `font-size`, `padding` and `margin`.
-If you would like the design files (we provide Sketch & Figma versions) to inspect the design in more detail, you can [subscribe as a PRO member](https://www.frontendmentor.io/pro).
+If you would like the design files (we provide Sketch & Figma versions) to inspect the design in
+more detail, you can [subscribe as a PRO member](https://www.frontendmentor.io/pro).
You will find all the required assets in the `/images` folder. The assets are already optimized.
-There is also a `style-guide.md` file containing the information you'll need, such as color palette and fonts.
+There is also a `style-guide.md` file containing the information you'll need, such as color palette
+and fonts.
## Building your project
-Feel free to use any workflow that you feel comfortable with. Below is a suggested process, but do not feel like you need to follow these steps:
+Feel free to use any workflow that you feel comfortable with. Below is a suggested process, but do
+not feel like you need to follow these steps:
-1. Initialize your project as a public repository on [GitHub](https://github.com/). Creating a repo will make it easier to share your code with the community if you need help. If you're not sure how to do this, [have a read-through of this Try Git resource](https://try.github.io/).
-2. Configure your repository to publish your code to a web address. This will also be useful if you need some help during a challenge as you can share the URL for your project with your repo URL. There are a number of ways to do this, and we provide some recommendations below.
-3. Look through the designs to start planning out how you'll tackle the project. This step is crucial to help you think ahead for CSS classes to create reusable styles.
-4. Before adding any styles, structure your content with HTML. Writing your HTML first can help focus your attention on creating well-structured content.
-5. Write out the base styles for your project, including general content styles, such as `font-family` and `font-size`.
-6. Start adding styles to the top of the page and work down. Only move on to the next section once you're happy you've completed the area you're working on.
+1. Initialize your project as a public repository on [GitHub](https://github.com/). Creating a repo
+ will make it easier to share your code with the community if you need help. If you're not sure
+ how to do this, [have a read-through of this Try Git resource](https://try.github.io/).
+2. Configure your repository to publish your code to a web address. This will also be useful if you
+ need some help during a challenge as you can share the URL for your project with your repo URL.
+ There are a number of ways to do this, and we provide some recommendations below.
+3. Look through the designs to start planning out how you'll tackle the project. This step is
+ crucial to help you think ahead for CSS classes to create reusable styles.
+4. Before adding any styles, structure your content with HTML. Writing your HTML first can help
+ focus your attention on creating well-structured content.
+5. Write out the base styles for your project, including general content styles, such
+ as `font-family` and `font-size`.
+6. Start adding styles to the top of the page and work down. Only move on to the next section once
+ you're happy you've completed the area you're working on.
## Deploying your project
@@ -54,38 +71,56 @@ As mentioned above, there are many ways to host your project for free. Our recom
- [Vercel](https://vercel.com/)
- [Netlify](https://www.netlify.com/)
-You can host your site using one of these solutions or any of our other trusted providers. [Read more about our recommended and trusted hosts](https://medium.com/frontend-mentor/frontend-mentor-trusted-hosting-providers-bf000dfebe).
+You can host your site using one of these solutions or any of our other trusted
+providers. [Read more about our recommended and trusted hosts](https://medium.com/frontend-mentor/frontend-mentor-trusted-hosting-providers-bf000dfebe).
## Create a custom `README.md`
-We strongly recommend overwriting this `README.md` with a custom one. We've provided a template inside the [`README-template.md`](./README-template.md) file in this starter code.
+We strongly recommend overwriting this `README.md` with a custom one. We've provided a template
+inside the [`README-template.md`](README-template.md) file in this starter code.
-The template provides a guide for what to add. A custom `README` will help you explain your project and reflect on your learnings. Please feel free to edit our template as much as you like.
+The template provides a guide for what to add. A custom `README` will help you explain your project
+and reflect on your learnings. Please feel free to edit our template as much as you like.
-Once you've added your information to the template, delete this file and rename the `README-template.md` file to `README.md`. That will make it show up as your repository's README file.
+Once you've added your information to the template, delete this file and rename
+the `README-template.md` file to `README.md`. That will make it show up as your repository's README
+file.
## Submitting your solution
-Submit your solution on the platform for the rest of the community to see. Follow our ["Complete guide to submitting solutions"](https://medium.com/frontend-mentor/a-complete-guide-to-submitting-solutions-on-frontend-mentor-ac6384162248) for tips on how to do this.
+Submit your solution on the platform for the rest of the community to see. Follow
+our ["Complete guide to submitting solutions"](https://medium.com/frontend-mentor/a-complete-guide-to-submitting-solutions-on-frontend-mentor-ac6384162248)
+for tips on how to do this.
-Remember, if you're looking for feedback on your solution, be sure to ask questions when submitting it. The more specific and detailed you are with your questions, the higher the chance you'll get valuable feedback from the community.
+Remember, if you're looking for feedback on your solution, be sure to ask questions when submitting
+it. The more specific and detailed you are with your questions, the higher the chance you'll get
+valuable feedback from the community.
## Sharing your solution
There are multiple places you can share your solution:
-1. Share your solution page in the **#finished-projects** channel of the [Slack community](https://www.frontendmentor.io/slack).
-2. Tweet [@frontendmentor](https://twitter.com/frontendmentor) and mention **@frontendmentor**, including the repo and live URLs in the tweet. We'd love to take a look at what you've built and help share it around.
+1. Share your solution page in the **#finished-projects** channel of
+ the [Slack community](https://www.frontendmentor.io/slack).
+2. Tweet [@frontendmentor](https://twitter.com/frontendmentor) and mention **@frontendmentor**,
+ including the repo and live URLs in the tweet. We'd love to take a look at what you've built and
+ help share it around.
3. Share your solution on other social channels like LinkedIn.
-4. Blog about your experience building your project. Writing about your workflow, technical choices, and talking through your code is a brilliant way to reinforce what you've learned. Great platforms to write on are [dev.to](https://dev.to/), [Hashnode](https://hashnode.com/), and [CodeNewbie](https://community.codenewbie.org/).
+4. Blog about your experience building your project. Writing about your workflow, technical choices,
+ and talking through your code is a brilliant way to reinforce what you've learned. Great
+ platforms to write on are [dev.to](https://dev.to/), [Hashnode](https://hashnode.com/),
+ and [CodeNewbie](https://community.codenewbie.org/).
-We provide templates to help you share your solution once you've submitted it on the platform. Please do edit them and include specific questions when you're looking for feedback.
+We provide templates to help you share your solution once you've submitted it on the platform.
+Please do edit them and include specific questions when you're looking for feedback.
-The more specific you are with your questions the more likely it is that another member of the community will give you feedback.
+The more specific you are with your questions the more likely it is that another member of the
+community will give you feedback.
## Got feedback for us?
-We love receiving feedback! We're always looking to improve our challenges and our platform. So if you have anything you'd like to mention, please email hi[at]frontendmentor[dot]io.
+We love receiving feedback! We're always looking to improve our challenges and our platform. So if
+you have anything you'd like to mention, please email hi[at]frontendmentor[dot]io.
This challenge is completely free. Please share it with anyone who will find it useful for practice.
diff --git a/product-preview-card-component/starter/index.html b/product-preview-card-component/starter/index.html
index c6c5f03..029b44e 100644
--- a/product-preview-card-component/starter/index.html
+++ b/product-preview-card-component/starter/index.html
@@ -2,35 +2,38 @@
-
+
+
+
+
-
-
Frontend Mentor | Product preview card component
- Preview
+Preview
- Gabrielle Essence Eau De Parfum
+Gabrielle Essence Eau De Parfum
- A floral, solar and voluptuous interpretation composed by Olivier Polge,
- Perfumer-Creator for the House of CHANEL.
+A floral, solar and voluptuous interpretation composed by Olivier Polge,
+Perfumer-Creator for the House of CHANEL.
- $149.99
- $169.99
+$149.99
+$169.99
- Add to Cart
-
-