File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 26
26
## Features
27
27
28
28
- Connect to Woocommerce GraphQL API and list name, price and display image for products
29
- - Cart handling with createContext and GraphQL mutations
30
- - Able to place orders with WooCommerce (Cash On Delivery only for now)
29
+ - Support for simple products and variable products
30
+ - Cart handling and checkout with WooCommerce (Cash On Delivery only for now)
31
31
- Algolia search
32
32
- Apollo Client with GraphQL
33
33
- Animations with React-Spring and Animate.css
34
34
- Loading spinner created with Styled Components
35
35
- Shows page load progress with Nprogress during navigation
36
- - Mobile menu and cart slide-out with animations
37
- - List all product categories on a separate page
38
- - Link to individual product
36
+ - Fully responsive design
37
+ - Category and product listings
39
38
- Pretty URLs with builtin Nextjs functionality
40
39
- Tailwind CSS for styling
41
- - Minimalistic and responsive design
42
40
- JSDoc comments
43
41
44
42
## TODO
45
43
46
- - Add support for variable products / product variations
44
+ - Display product variation in cart / checkout
47
45
- Hide products not in stock
48
46
- Add better SEO
49
47
- Add a better README.md
You can’t perform that action at this time.
0 commit comments