Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/incihuseynli/social-proof-section-master
Front End Mentors Newbie Level projects
https://github.com/incihuseynli/social-proof-section-master
Last synced: about 1 month ago
JSON representation
Front End Mentors Newbie Level projects
- Host: GitHub
- URL: https://github.com/incihuseynli/social-proof-section-master
- Owner: incihuseynli
- License: mit
- Created: 2023-08-24T13:24:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-24T13:31:08.000Z (over 1 year ago)
- Last Synced: 2023-08-24T15:29:47.576Z (over 1 year ago)
- Language: HTML
- Size: 2.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Frontend Mentor - Social proof section solution
This is a solution to the [Social proof section challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/social-proof-section-6e0qTv_bA).
## Table of contents- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Usage](#usage)
- [My process](#my-process)
- [Built with](#built-with)## Overview
### The challenge
Users should be able to:
- View the optimal layout for the section depending on their device's screen size
### Screenshot
![](./images/Screenshot.png)
## Usage
To be able to use or work with this project you should open Terminal inside this projects file. After that add the following line of code to the terminal(this way Tailwind CSS will work properly throughout the project):
npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch## My process
### Built with
- Semantic HTML5 markup
- Tailwind CSS
- Flexbox
- CSS Grid
- Mobile-first workflow