Skip to content

Commit d13bd88

Browse files
authored
Update README and remove features no longer in use
1 parent 47794b6 commit d13bd88

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ Start the server with ```npm run dev ```
2828
- Apollo Client with GraphQL
2929
- Animations with React-Spring
3030
- Shows loading spinner created with Styled Components while loading data and error message if data can not be loaded
31-
- Default frontpage products loaded through a predefined JSON file with getStaticProps for preloading
32-
- Mobile menu and cart slide-out with animations
31+
- Mobile menu
3332
- List all product categories on a separate page
3433
- Link to individual product
3534
- Pretty URLs with builtin Nextjs functionality
@@ -40,11 +39,9 @@ Start the server with ```npm run dev ```
4039

4140
## TODO
4241

43-
- Add more cart functionality
44-
- Add checkout functionality
4542
- Validate remote Woocommerce session (or delete old session?)
4643
- Hide products not in stock
4744
- Add better SEO
48-
- Add price to Algolia search (Wordpress plugin has been developed)
45+
- Add price to Algolia search (Wordpress plugin has been developed, needs to be integrated)
4946
- Add a better README.md
5047
- Implement https://github.com/cyrilwanner/next-optimized-images for production

0 commit comments

Comments
 (0)