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

https://github.com/jithin-b-p/single-price-grid-component

This is a frontend mentor project solution for single price grid component.
https://github.com/jithin-b-p/single-price-grid-component

cssinjs emotion reactjs vite

Last synced: about 1 month ago
JSON representation

This is a frontend mentor project solution for single price grid component.

Awesome Lists containing this project

README

          

# Frontend Mentor - Single price grid component solution

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.

## Table of contents

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

## Overview

### The challenge

Users should be able to:

- View the optimal layout for the component depending on their device's screen size
- See a hover state on desktop for the Sign Up call-to-action

### Screenshot

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

### Links

- Solution URL: [click here](https://your-solution-url.com)
- Live Site URL: [click here](https://jithin-b-p-single-price-component.netlify.app/)

## My process

### Built with

- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- [React](https://reactjs.org/) - JS library
- [emotion](https://emotion.sh/docs/introduction) - For styles

## Author

- [Jithin B P]()
- Frontend Mentor - [@Jithin-b-p](https://www.frontendmentor.io/profile/Jithin-b-p)
- twitter - [@b_p_jithin](https://twitter.com/b_p_jithin)
- linkedIn - [@jithinbp](https://www.linkedin.com/in/jithinbp/)

## Acknowledgments

- Install dependencies:

```bash
npm install
```

- run in development mode:

```bash
npm run dev
```

Open http://localhost:5173 to view it in your browser.