Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/haquanq/fm-testimonials-grid-section

Solution for frontendmentor.io challenge: testimonials-grid-section
https://github.com/haquanq/fm-testimonials-grid-section

css html

Last synced: 14 days ago
JSON representation

Solution for frontendmentor.io challenge: testimonials-grid-section

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

- [Project overview](#rocket-project-overview)
- [My workflow](#boat-my-workflow)
- [How to work in this repository](#astronaut-how-to-work-in-this-repository)
- [License](#page_with_curl-license)

## :rocket: Project overview

### Challenge requirements

Users should be able to:

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

### Implemented features

Accessibility features:

| Feature | Progress |
| ---------------------------------------------- | ---------------------- |
| Reponse optimally across different screen size | [ :white_check_mark: ] |

### Screenshots

![](./.docs/design/desktop-design.jpg)

## :boat: My workflow

### Approach

Developed with mobile-first workflow.

### Built with

| Tool | Note |
| ------------ | ------------------------ |
| `JavaScript` | Programming language |
| `HTML` | Standard markup language |
| `CSS` | Style sheet language |

## :astronaut: Working in `fm-testimonials-grid-section` repository

### Presequisites

Having these tools installed:

- Git (prefer lastest LTS version)
- NodeJS (prefer latest LTS version)

### Clone this project to your machine

Open new terminal, run the following command:

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

Then, run `npm install` to install all dependencies.

```
npm install
```

### Development workflow

In terminal, run `npm run dev` to start development server:

```
npm run dev
```

## :page_with_curl: License

This project follows [MIT License](./LICENSE). **Do not** use this project as your solution on [Frontend mentor](https://www.frontendmentor.io/solutions) as this will prove you are too lazy to complete anything in your life and you are a moron.