22
33# Next.js Ecommerce site with Woocommerce backend
44
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.
66
77Live url: <a href =" https://nextjs-woocommerce.now.sh/ " >https://nextjs-woocommerce.now.sh/ </a >
88
@@ -22,7 +22,8 @@ Start the server with ```npm run dev ```
2222## Features
2323
2424- 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)
2627- Algolia search (work in progress)
2728- Apollo Client with GraphQL
2829- Animations with React-Spring
@@ -34,15 +35,15 @@ Start the server with ```npm run dev ```
3435- Pretty URLs with builtin Nextjs functionality
3536- Tailwind CSS for styling
3637- 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
3940
4041## TODO
4142
4243- Add more cart functionality
4344- Add checkout functionality
4445- Hide products not in stock
4546- Add better SEO
46- - Add price to Algolia search
47+ - Add price to Algolia search (Wordpress plugin has been developed)
4748- Add a better README.md
4849- Implement https://github.com/cyrilwanner/next-optimized-images for production
0 commit comments