Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielcgilibert/challenges-frontendmentor
💪 Project with challenges from frontendmentor.io
https://github.com/danielcgilibert/challenges-frontendmentor
challenges css css-flexbox css-grid css3 frontend-mentor javascript js react turborepo vitejs
Last synced: 16 days ago
JSON representation
💪 Project with challenges from frontendmentor.io
- Host: GitHub
- URL: https://github.com/danielcgilibert/challenges-frontendmentor
- Owner: danielcgilibert
- Created: 2022-11-13T00:09:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T16:43:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-08T23:42:09.564Z (3 months ago)
- Topics: challenges, css, css-flexbox, css-grid, css3, frontend-mentor, javascript, js, react, turborepo, vitejs
- Language: JavaScript
- Homepage:
- Size: 4.69 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💻 Front-End Mentor Challenges
## 💪 Challenges
| Challenge | URL Challenge | website |
| :-------------------------------------- | :---------------------------------------------------------------------------------------- | :------------------------------------------------------------------- |
| ✅ **`Expenses chart component`** | [URL](https://www.frontendmentor.io/challenges/expenses-chart-component-e7yJBUdjwt) | [Web](https://challenges-fronted-mentor-chart-component.vercel.app/) |
| ✅ **`Crowdfunding product page`** | [URL](https://www.frontendmentor.io/challenges/crowdfunding-product-page-7uvcZe7ZR) | [Web](https://cfm-crowdfunding.vercel.app/) |
| ✅ **`Product preview card component`** | [URL](https://www.frontendmentor.io/challenges/product-preview-card-component-GO7UmttRfa) | [Web](https://cfm-productreview.vercel.app/) |
| ✅ **`QR code component`** | [URL](https://www.frontendmentor.io/challenges/qr-code-component-iux_sIO_H) | [Web](https://cfm-qr.netlify.app/) |
| ✅ **`Testimonials grid section`** | [URL](https://www.frontendmentor.io/challenges/testimonials-grid-section-Nnw6J7Un7) | [Web](https://cfm-grid.netlify.app/) |## 👨🚀 Getting Started
Install dependencies:
```bash
yarn install
```## 🛠 Build
### To build all apps , run the following command:
```
cd frontendmentor
yarn run build
```## ✍️ Develop
### To develop all apps, run the following command:
```
cd frontendmentor
yarn run dev
```### Filter by application
#### Examples :
```
yarn dev:qr
``````
yarn dev:chart
``````
yarn dev:product
```