Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashi-singh-9/order-summary-component
The Order Summary Card is a responsive web component displaying subscription details with modern HTML and CSS. It features clean design, interactive elements, and mobile-first responsiveness for a smooth user experience on any device.
https://github.com/yashi-singh-9/order-summary-component
css frontend frontend-mentor frontend-mentor-challenge frontendmentor-challenge html
Last synced: 3 days ago
JSON representation
The Order Summary Card is a responsive web component displaying subscription details with modern HTML and CSS. It features clean design, interactive elements, and mobile-first responsiveness for a smooth user experience on any device.
- Host: GitHub
- URL: https://github.com/yashi-singh-9/order-summary-component
- Owner: Yashi-Singh-9
- License: mit
- Created: 2024-09-15T04:32:55.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T04:43:30.000Z (2 months ago)
- Last Synced: 2024-09-15T09:10:57.354Z (2 months ago)
- Topics: css, frontend, frontend-mentor, frontend-mentor-challenge, frontendmentor-challenge, html
- Language: CSS
- Homepage: https://order-summary-component-solutions.netlify.app/
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Frontend Mentor - Order summary card solution
[![Netlify Status](https://api.netlify.com/api/v1/badges/52d66181-773b-4c2e-8c4f-dac4e9ac1dbe/deploy-status)](https://app.netlify.com/sites/order-summary-component-solutions/deploys)
[![Frontend Mentor](https://img.shields.io/badge/Frontend%20Mentor-Challenge%20Complete-brightblue)](https://www.frontendmentor.io/challenges/order-summary-component-QlPmajDUj)
[![Github](https://img.shields.io/badge/Repository-GitLab-blue)](https://github.com/Yashi-Singh-9/Order-Summary-Component.git)
[![Last Commit](https://img.shields.io/github/last-commit/Yashi-Singh-9/Order-Summary-Component/main?cacheSeconds=30)](https://github.com/Yashi-Singh-9/Order-Summary-Component/commits/main)
[![MIT License](https://img.shields.io/badge/license-MIT-green)](https://opensource.org/licenses/MIT)This is a solution to the [Order summary card challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/order-summary-component-QlPmajDUj). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [Style Guide](style-guide.md)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Useful resources](#useful-resources)
- [Contributing](#contributing)
- [Author](#author)
- [Acknowledgments](#acknowledgments)## Overview
### The challenge
Users should be able to:
- View an order summary card with a background image.
- See the order details and plan options.
- Interact with hover states for the "Change" link and buttons.
- Adjust to different screen sizes with responsive design.### Screenshot
![Order Summary Card](design/desktop-design.jpg)
### Links
- Solution URL: [Frontend Mentor Solution](https://www.frontendmentor.io/solutions/order-summary-component-zmVI8t1PSm)
- Live Site URL: [Order Summary Component Live](https://order-summary-component-solutions.netlify.app/)## Style Guide
For details on the style guide used in this project, please refer to the [Style Guide](styleguide.md) file.
## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow### What I learned
Through this project, I improved my skills in creating responsive layouts and managing hover states. Using CSS custom properties made it easier to manage colors and themes across the site.
### Useful resources
- [The Markdown Guide](https://www.markdownguide.org/) - A great resource for learning how to write effective markdown.
- [CSS Tricks: Flexbox Guide](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) - A helpful guide on using Flexbox for layout design.## Contributing
For Contribution please refer to [Contribution File](CONTRIBUTING.md)
## Author
- LinkedIn - [Yashi Singh](https://www.linkedin.com/in/yashi-singh-b4143a246)
- Frontend Mentor - [@Yashi-Singh-9](https://www.frontendmentor.io/profile/Yashi-Singh-9)## Acknowledgments
A special thanks to Frontend Mentor for the challenge and the community for the support and inspiration. This project was a great opportunity to practice and enhance my web development skills.