https://github.com/dilanrojas/product-preview-card-component
Frontend Mentor Challenge
https://github.com/dilanrojas/product-preview-card-component
website
Last synced: 3 months ago
JSON representation
Frontend Mentor Challenge
- Host: GitHub
- URL: https://github.com/dilanrojas/product-preview-card-component
- Owner: dilanrojas
- Created: 2024-09-07T01:47:28.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T01:59:31.000Z (9 months ago)
- Last Synced: 2025-01-11T21:11:22.519Z (4 months ago)
- Topics: website
- Language: CSS
- Homepage: https://product-preview-card-dilan.pages.dev/
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Demo
You can view a live demo [here](https://product-preview-card-component-3gx.pages.dev/)
## Installation
To run the project locally, follow these steps:
1. Clone the repository to your local machine
```bash
git clone https://github.com/dilanrojas/product-preview-card-component.git
```2. Install dependencies using NPM
```bash
npm install
```3. Initialize the project
```bash
npm run dev
```