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.
- Host: GitHub
- URL: https://github.com/jithin-b-p/single-price-grid-component
- Owner: Jithin-b-p
- Created: 2024-06-03T17:52:51.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T17:51:44.000Z (almost 2 years ago)
- Last Synced: 2025-03-02T19:18:44.540Z (over 1 year ago)
- Topics: cssinjs, emotion, reactjs, vite
- Language: JavaScript
- Homepage:
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

### 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.