Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/haquanq/fm-testimonials-grid-section
- Owner: haquanq
- License: mit
- Created: 2024-05-26T03:03:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-30T01:31:17.000Z (8 months ago)
- Last Synced: 2024-05-30T04:14:18.113Z (8 months ago)
- Topics: css, html
- Language: HTML
- Homepage: https://haquanq.github.io/frontendmentor-testimonials-grid-section/
- Size: 440 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.