-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
81 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,81 @@ | ||
# Results-Summary-Component | ||
# Results Summary Component | ||
|
||
![Results Summary Component](https://res.cloudinary.com/dz209s6jk/image/upload/f_auto,q_auto,w_900/Screenshots/wlin5nxmir5qfd4xw7lp.jpg) | ||
|
||
|
||
## Overview | ||
|
||
This repository contains my solution to the [Results Summary Component Challenge](https://www.frontendmentor.io/challenges/results-summary-component-CE_K6s0maV) from Frontend Mentor. The challenge involves creating a responsive and visually appealing recipe page using HTML and CSS. | ||
|
||
|
||
## Table of Contents | ||
|
||
- [Overview](#overview) | ||
- [Features](#features) | ||
- [Demo](#demo) | ||
- [Installation](#installation) | ||
- [Usage](#usage) | ||
- [Technologies Used](#technologies-used) | ||
- [Acknowledgements](#acknowledgements) | ||
- [Contact](#contact) | ||
|
||
|
||
## Features | ||
|
||
- Responsive design that works on various screen sizes | ||
- Clean and modern layout | ||
- Use of CSS for styling and layout | ||
- Accessibility considerations | ||
|
||
|
||
## Demo | ||
|
||
Check out the live demo of the project [here](https://pr0g-alt.github.io/Results-Summary-Component/). | ||
|
||
|
||
## Installation | ||
|
||
To run this project locally, follow these steps: | ||
|
||
1. **Clone the repository:** | ||
|
||
```sh | ||
git clone https://github.com/pr0G-alt/Results-Summary-Component.git | ||
``` | ||
|
||
2. **Navigate to the project directory:** | ||
|
||
```sh | ||
cd Results-Summary-Component | ||
``` | ||
|
||
3. **Open `index.html` in your browser:** | ||
|
||
```sh | ||
open index.html | ||
``` | ||
|
||
|
||
## Usage | ||
|
||
You can use this project as a starting point for your own results summary component or for learning HTML and CSS. Feel free to modify the code to suit your needs. | ||
|
||
|
||
## Technologies Used | ||
|
||
- HTML5 | ||
- CSS3 | ||
|
||
|
||
## Acknowledgements | ||
|
||
- [Frontend Mentor](https://www.frontendmentor.io) for providing the challenge | ||
- Any tutorials, articles, or other resources you found helpful | ||
|
||
|
||
## Contact | ||
|
||
Feel free to reach out to me if you have any questions or suggestions: | ||
|
||
- GitHub: [pr0G-alt](https://github.com/pr0G-alt) | ||
- Email: [email protected] |