https://github.com/kaichuuu/les-chaises
Shopify Chair Store made with Next.js and Tailwind CSS
https://github.com/kaichuuu/les-chaises
css eslint html nextjs project react shopify tailwindcss typescript
Last synced: 2 months ago
JSON representation
Shopify Chair Store made with Next.js and Tailwind CSS
- Host: GitHub
- URL: https://github.com/kaichuuu/les-chaises
- Owner: KaiChuuu
- Created: 2025-04-27T18:49:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T11:56:43.000Z (about 1 year ago)
- Last Synced: 2025-05-07T02:07:02.889Z (about 1 year ago)
- Topics: css, eslint, html, nextjs, project, react, shopify, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://les-chaises.vercel.app
- Size: 337 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Les Chaises
Les Chaises is an online chair store that simulates a real e-commerce website utilizing Shopify. The project integrates with Shopify's storefront API to display and sell chairs. It allows users to browse different types of chairs, add them to their cart, and complete a simulated purchase.
Visit the live website: [Les Chaises](https://les-chaises.vercel.app/)
## Features
- **Shopify Storefront API Integration**:
- Utilized Shopify's Storefront API to create, view, and order products.
- The store displays products based on different categories, each separated by Shopify tags (e.g., types of chairs).
- **Shopping Cart**:
- Created a shopping cart feature that stores user purchases while browsing.
- The cart allows users to add and remove items, and view the total cost.
- **Checkout Page**:
- Developed a checkout page that simulates completing a purchase.
- Users can review their cart, confirm items, and proceed to finalize the order.
- **Password Protection for Store Simulation**:
- The store is password-protected for simulation purposes.
- To simulate a purchase through the bogus API, users can use the password **"chair-store"**.
## Screenshots