Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amitdeka/testimonials-grid-section-frontend-mentor


https://github.com/amitdeka/testimonials-grid-section-frontend-mentor

frontendmentor-challenge

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# Frontend Mentor - Testimonials grid section solution

This is a solution to the [Testimonials grid section challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/testimonials-grid-section-Nnw6J7Un7). 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)
- [Author](#author)

## Overview

### The challenge

Users should be able to:

- View the optimal layout for the site depending on their device's screen size

### Screenshot

![Desktop](./Desktop.png)
![Mobile](./Mobile.png)

### Links

- Solution URL: [Github](https://github.com/AmitDeka/testimonials-grid-section)
- Live Site URL: [Github Pages](https://amitdeka.github.io/testimonials-grid-section/)

### Built with

- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow

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

```html

Some HTML code I'm proud of


```

```css
.proud-of-this-css {
color: papayawhip;
}
```

```js
const proudOfThisFunc = () => {
console.log("🎉");
};
```

## Author

- Website - [Amit Deka](https://amitdeka.github.io/)
- Frontend Mentor - [@AmitDeka](https://www.frontendmentor.io/profile/AmitDeka)
- Twitter - [@AmitDeka10](https://twitter.com/AmitDeka10)