Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haquanq/fm-order-summary-component
Solution for frontendmentor.io challenge: order-summary-component
https://github.com/haquanq/fm-order-summary-component
css html
Last synced: 14 days ago
JSON representation
Solution for frontendmentor.io challenge: order-summary-component
- Host: GitHub
- URL: https://github.com/haquanq/fm-order-summary-component
- Owner: haquanq
- License: mit
- Created: 2024-05-27T12:54:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-01T05:27:21.000Z (7 months ago)
- Last Synced: 2024-11-07T02:24:09.195Z (2 months ago)
- Topics: css, html
- Language: CSS
- Homepage: https://haquanq.github.io/fm-order-summary-component/
- Size: 136 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 - Order summary card solution
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.### The challenge
- No access to design files :expressionless:
Users should be able to:
- See hover states for interactive elements :yum:
### Solution
- Built with: `HTML` `CSS`
- Mobile first workflow:link: [`Solution Link`](https://www.frontendmentor.io/solutions/only-html-and-css-p3jxyggcid) :link: [`Live Site Link`](https://haquanq.github.io/fm-order-summary-component/)
![](./.docs/design/desktop-design.jpg)
## Working in `fm-order-summary-component` repository
### Packages being used
- [`browser-sync`](https://github.com/BrowserSync/browser-sync)
### Clone this project to your machine
Make sure you have Git installed in your system, open new terminal, run the following command:
```
git clone https://github.com/haquanq/fm-order-summary-component.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
```