Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/melvinaguilar/single-price-grid-component

This is a solution to the "Single Price Grid Component" challenge on Frontend Mentor challenges.
https://github.com/melvinaguilar/single-price-grid-component

css fronetend-mentor-challenge tailwind tailwindcss

Last synced: 2 days ago
JSON representation

This is a solution to the "Single Price Grid Component" challenge on Frontend Mentor challenges.

Awesome Lists containing this project

README

        

frontendmentor

Single price grid component solution



Frontend Mentor Challenge




View Demo
·
Report Bug
·
Request Feature





Melvin Profile



Status Completed

#

![](./design/desktop-preview.jpg)

This is a solution to the [Single price grid component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/single-price-grid-component-5ce41129d0ff452fec5abbbc). Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Links

- Solution URL: [Single price grid component (Tailwind CSS) | Frontend Mentor](https://www.frontendmentor.io/solutions/single-price-grid-component-tailwind-css-q8vKg0vRi-)
- Live Site URL: [https://github.com/MelvinAguilar/single-price-grid-component](https://github.com/MelvinAguilar/single-price-grid-component)


## Table of contents

- [Overview](#overview)
- [The challenge](#the-challenge)
- [My process](#my-process)
- [Built with](#built-with)
- [Author](#author)
- [Acknowledgments](#acknowledgments)

## Overview

### The challenge

Users should be able to:

- View the optimal layout depending on their device's screen size
- See hover states for interactive elements

## My process

### Built with

![](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![](https://img.shields.io/badge/Tailwind%20CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)
![](https://img.shields.io/badge/Git-F05032?style=for-the-badge&logo=git&logoColor=white)

- Tailwind CSS
- Semantic HTML5 markup

### Useful resources

- [Tailwind CSS](https://tailwindcss.com/)

## Author

- Frontend Mentor - [@melvinaguilar](https://www.frontendmentor.io/profile/melvinaguilar)

## Acknowledgments

### Run the project

To run the client, you need to run the following command:

```bash
npm install
npm run dev
```