https://github.com/tedjenkler/ecommerce-react-tailwind
Challenge by frontend mentor made by Teodor Jenkler. In this project, i used these skills , Reducer hook, Context hook, Responsive Design, Conditional render, React router, Problem Solving(When I made an e-commerce from scratch), Form Validation, React reusable components, mapping out content and tailwind.
https://github.com/tedjenkler/ecommerce-react-tailwind
Last synced: about 1 year ago
JSON representation
Challenge by frontend mentor made by Teodor Jenkler. In this project, i used these skills , Reducer hook, Context hook, Responsive Design, Conditional render, React router, Problem Solving(When I made an e-commerce from scratch), Form Validation, React reusable components, mapping out content and tailwind.
- Host: GitHub
- URL: https://github.com/tedjenkler/ecommerce-react-tailwind
- Owner: TedJenkler
- Created: 2023-12-10T02:03:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T13:34:28.000Z (over 2 years ago)
- Last Synced: 2025-01-22T02:32:30.772Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://tedjenkler.github.io/ecommerce-react-tailwind/
- Size: 3.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Audiophile e-commerce website solution
This is a solution to the [Audiophile e-commerce website challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/audiophile-ecommerce-website-C8cuSd_wx). 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)
- [My process](#my-process)
- [Built with](#built-with)
- [Author](#author)
## Overview
### The challenge
Users should be able to:
- View the optimal layout for the app depending on their device's screen size
- See hover states for all interactive elements on the page
- Add/Remove products from the cart
- Edit product quantities in the cart
- Fill in all fields in the checkout
- Receive form validations if fields are missed or incorrect during checkout
- See correct checkout totals depending on the products in the cart
- Shipping always adds $50 to the order
- VAT is calculated as 20% of the product total, excluding shipping
- See an order confirmation modal after checking out with an order summary
### Screenshot

### Links
- Solution URL: [https://github.com/TedJenkler/ecommerce-react-tailwind]
- Live Site URL: [https://tedjenkler.github.io/ecommerce-react-tailwind/]
## My process
I built this project from scratch and you can follow my process here [commits](https://github.com/TedJenkler/ecommerce-react-tailwind/commits/main/)
### Built with
- Semantic HTML5 markup
- Tailwind.css
- Flexbox
- Mobile-first workflow
- [React](https://reactjs.org/) - JS library
## Author
- Website - [TeodorJenkler](https://www.linkedin.com/in/tedjenklerwebdeveloper/)
- Frontend Mentor - [@TedJenkler](https://www.frontendmentor.io/profile/TedJenkler)