Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jithin-b-p/testimonials-grid-section-main
- Owner: Jithin-b-p
- Created: 2024-01-10T12:37:26.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-12T19:57:33.000Z (10 months ago)
- Last Synced: 2024-04-18T14:12:49.435Z (7 months ago)
- Language: HTML
- Size: 592 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.