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

https://github.com/triple-ade/single-price-grid-component

Frontend mentor Single Price Grid Component landing page challenge
https://github.com/triple-ade/single-price-grid-component

Last synced: about 2 months ago
JSON representation

Frontend mentor Single Price Grid Component landing page challenge

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)
- [What I learned](#what-i-learned)
- [Continued development](#continued-development)
- [Author](#author)

## 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
![Desktop-design](./design/desktop-design.jpg)
![Mobile-design](./design/mobile-design.jpg)
### Links

- Solution URL: [Add solution URL here](https://github.com/TRIPLE-ADE/Single-Price-Grid-Component)
- Live Site URL: [Add live site URL here](https://triple-ade.github.io/Single-Price-Grid-Component/)

## My process
- Algorithm : Process and ways of arranging and solving the problem

- implementation : Coding and debugging
### Built with

- Semantic HTML5 markup
- CSS custom properties
- Css Grid

### What I learned

Use this section to recap over some of your major learnings while working through this project. Writing these out and providing code samples of areas you want to highlight is a great way to reinforce your own knowledge.

To see how you can add code snippets, see below:

```css
main{
display: grid;
place-items: center;
min-height: 100vh;
width: 100%;
}
section{
display: grid;
grid-template-columns:repeat(2, 1fr);
width: 49%;
border-radius: 0.6rem;
overflow: hidden;
}
```

### Continued development

Use this section to outline areas that you want to continue focusing on in future projects. These could be concepts you're still not completely comfortable with or techniques you found useful that you want to refine and perfect.

- css grid
- Clean Code
- code arrangement
- HTML5 semantics
- commenting

## Author

- Website - [TripleA](https://triple-ade.github.io/Single-Price-Grid-Component/)
- Frontend Mentor - [@TRIPLE-ADE](https://www.frontendmentor.io/profile/TRIPLE-ADE)
- Twitter - [@Triple123A](https://www.twitter.com/Triple123A)