Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felix221123/product-page-ecommerce
built an E-Commerce Product Page with ReactJS & Typescript
https://github.com/felix221123/product-page-ecommerce
reactjs saas tailwindcss typescript
Last synced: 1 day ago
JSON representation
built an E-Commerce Product Page with ReactJS & Typescript
- Host: GitHub
- URL: https://github.com/felix221123/product-page-ecommerce
- Owner: Felix221123
- Created: 2024-01-23T16:21:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-23T17:02:56.000Z (about 1 year ago)
- Last Synced: 2024-11-25T17:19:14.385Z (2 months ago)
- Topics: reactjs, saas, tailwindcss, typescript
- Language: CSS
- Homepage: https://product-page-ecommerce-kvfi.vercel.app
- Size: 883 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - E-commerce product page solution
This is a solution to the [E-commerce product page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/ecommerce-product-page-UPsZ9MJp6). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Continued development](#continued-development)
- [Useful resources](#useful-resources)## Overview
### The challenge
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
- See hover states for all interactive elements on the page
- Open a lightbox gallery by clicking on the large product image
- Switch the large product image by clicking on the small thumbnail images
- Add items to the cart
- View the cart and remove items from it### Links
- Solution URL: [Add solution URL here](https://your-solution-url.com)
- Live Site URL: [Add live site URL here](https://your-live-site-url.com)## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- [React](https://reactjs.org/) - JS library
- TailWind CSS
- SAAS(CSS PRE-PROCESSOR)
- Typescript### What I learned
I learnt how to manage components in react and and how to pass data from one component to another### Continued development
I will continue to use REACT JS in my upcoming projects### Useful resources
- [React beginner course](https://www.youtube.com/watch?v=SqcY0GlETPk&t=301s&ab_channel=ProgrammingwithMosh) - This helped me in learning react