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

https://github.com/ompreetham/testimonials-grid-section

"Testimonials Grid Section" challenge from Frontend Mentor.io.
https://github.com/ompreetham/testimonials-grid-section

bem css front-end front-end-development frontend frontend-mentor frontendmentor-challenge html junior react render sass scss testimonials-grid testimonials-grid-section vite website

Last synced: 3 months ago
JSON representation

"Testimonials Grid Section" challenge from Frontend Mentor.io.

Awesome Lists containing this project

README

        

# Testimonials Grid Section Challenge

This repository contains my solution to the "Testimonials Grid Section" challenge from Frontend Mentor.io. The challenge is to build out a testimonials grid section according to the provided design and requirements.

## Challenge Description

The challenge is to create a testimonials grid section based on the provided design files. It should be responsive, meaning it should work well on desktops, tablets, and mobile devices. The design includes both desktop and mobile layouts.

## Features

- Responsive design that adapts to various screen sizes.
- Testimonials cards with appropriate styling.
- BEM naming convention for CSS classes.
- Utilization of SCSS for efficient styling and modularity.

### Previews

Desktop

![Desktop Preview](/public/preview-desktop.png)

Tablet

![Tablet Preview](/public/preview-tablet.png)

Mobile

![Mobile Preview](/public/preview-mobile.png)

## Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

Make sure you have Node.js and npm (or yarn) installed on your machine.

### Installation

1. Clone this repository to your local machine using the following command:

```
git clone https://github.com/OmPreetham/testimonials-grid-section.git
```

1. Navigate into the project directory:

```
cd testimonials-grid-section
```

1. Install dependencies using npm:

```
npm install
```

## Usage

To run the project, use the following command:

```
npm run dev
```

This will start a development server and open the project in your default web browser. Any changes you make to the source code will be hot-reloaded, meaning you can see the updates in real-time.

## Build

To build the project for production, use the following command:

```
npm run build
```

This will start a development server and open the project in your default web browser. Any changes you make to the source code will be hot-reloaded, meaning you can see the updates in real-time.

## Build

To build the project for production, use the following command:

This will create an optimized build of the project in the `dist` directory.

## Additional Information

- This project was scaffolded using Vite, a blazing fast frontend build tool.
- It uses React for building the user interface.
- Feel free to customize the project according to your needs.

## License

This project is licensed under the [MIT License](LICENSE).