This repository contains my solutions to various challenges from Frontend Mentor. Each solution is a separate component within this Astro project.
Here is a list of the challenges I have completed so far:
- Blog Preview Card
- Recipe Page
- Social Links Profile
- Astro - The web framework for building content-driven websites.
- CSS Custom Properties
- Flexbox
- Mobile-first workflow
To get a local copy up and running, follow these simple steps.
You need to have Bun installed.
- Clone the repo
git clone https://github.com/your_username/frontendmentor.git
- Install dependencies
bun install
- Start the development server
The application will be available at
bun dev
http://localhost:4321
.