Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jithin-b-p/testimonials-grid-section-main


https://github.com/jithin-b-p/testimonials-grid-section-main

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Frontend Mentor - Testimonials grid section solution

![](./assets/deskmain.png)
![](./assets/desk.png)
![](./assets/mobile.png)

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)
- [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 site depending on their device's screen size

### Links

- Solution URL: [click here](https://www.frontendmentor.io/solutions/testimonialsgridsection-with-sass-d_iGmIgGWg)
- Live Site URL: [click here](https://jithin-b-p-testimonial.netlify.app/)

## My process

### Built with

- Semantic HTML5 markup
- Grid Layout
- [SASS](https://sass-lang.com/documentation/modules) - Sass modules

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

## Acknowledgments

Every npm packages used for this project is provided in the package.json
(sass, prefixer and compress)

- Install them:

```bash
npm install
```

- For compiling and testing run this command from the command line inside the root folder:

```bash
npm run watch:sass
```

Scripts are provided along with the package.json do checkout and custom your own.