2
2
3
3
# Next.js Ecommerce site with Woocommerce backend
4
4
5
- ## This is still a work in progress
5
+ ## This is still a work in progress, but you can place orders and add products to cart.
6
6
7
7
Live url: <a href =" https://nextjs-woocommerce.now.sh/ " >https://nextjs-woocommerce.now.sh/ </a >
8
8
@@ -22,7 +22,8 @@ Start the server with ```npm run dev ```
22
22
## Features
23
23
24
24
- Connect to Woocommerce GraphQL API and list name, price and display image for products
25
- - Cart handling with createContext
25
+ - Cart handling with createContext and GraphQL mutations
26
+ - Able to place orders remotely with Woocommerce (bank transfers only for now)
26
27
- Algolia search (work in progress)
27
28
- Apollo Client with GraphQL
28
29
- Animations with React-Spring
@@ -34,15 +35,15 @@ Start the server with ```npm run dev ```
34
35
- Pretty URLs with builtin Nextjs functionality
35
36
- Tailwind CSS for styling
36
37
- Minimalistic and responsive design
37
- - JSDoc comments on all functions
38
- - Currently connected to live Woocommerce installation instead of using a local installation
38
+ - JSDoc comments
39
+ - Currently connected to a local installation
39
40
40
41
## TODO
41
42
42
43
- Add more cart functionality
43
44
- Add checkout functionality
44
45
- Hide products not in stock
45
46
- Add better SEO
46
- - Add price to Algolia search
47
+ - Add price to Algolia search (Wordpress plugin has been developed)
47
48
- Add a better README.md
48
49
- Implement https://github.com/cyrilwanner/next-optimized-images for production
0 commit comments