File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ You can also import default Woocommerce products that come with wooCommerce Plug
23
23
24
24
- Connect to Woocommerce GraphQL API and list name, price and display image for products
25
25
- Cart handling with createContext and GraphQL mutations
26
- - Able to place orders remotely with Woocommerce (bank transfers only for now)
27
- - Algolia search (work in progress)
26
+ - Able to place orders with WooCommerce (Cash On Delivery only for now)
27
+ - Algolia search
28
28
- Apollo Client with GraphQL
29
29
- Animations with React-Spring and Animate.css
30
- - Shows loading spinner created with Styled Components while loading data and error message if data can not be loaded
30
+ - Loading spinner created with Styled Components
31
31
- Shows page load progress with Nprogress during navigation
32
32
- Mobile menu and cart slide-out with animations
33
33
- List all product categories on a separate page
@@ -36,7 +36,6 @@ You can also import default Woocommerce products that come with wooCommerce Plug
36
36
- Tailwind CSS for styling
37
37
- Minimalistic and responsive design
38
38
- JSDoc comments
39
- - Currently connected to a local installation
40
39
41
40
## TODO
42
41
You can’t perform that action at this time.
0 commit comments