Skip to content

Commit 6ed97e0

Browse files
committed
Update README with new features and TODO
1 parent 03bf6f7 commit 6ed97e0

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,22 @@
2626
## Features
2727

2828
- 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)
3131
- Algolia search
3232
- Apollo Client with GraphQL
3333
- Animations with React-Spring and Animate.css
3434
- Loading spinner created with Styled Components
3535
- 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
3938
- Pretty URLs with builtin Nextjs functionality
4039
- Tailwind CSS for styling
41-
- Minimalistic and responsive design
4240
- JSDoc comments
4341

4442
## TODO
4543

46-
- Add support for variable products / product variations
44+
- Display product variation in cart / checkout
4745
- Hide products not in stock
4846
- Add better SEO
4947
- Add a better README.md

0 commit comments

Comments
 (0)