ecommerce-react-graphql icon indicating copy to clipboard operation
ecommerce-react-graphql copied to clipboard

Full-stack e-comm store made with React, Apollo Client, graphQL Yoga and Prisma.

Results 12 ecommerce-react-graphql issues
Sort by recently updated
recently updated
newest added

Currently, the quantity can only be changed by adding another item directly or removing one entirely.

See Chrome Dev Tools > Audit

See Chrome Dev Tools > Audits and fix issues pertaining to the PWA checklist.

I suspect this might be non-trivial, but adding taxes based on the entered address would be a nice feature to play around with. (Shipping is another thing that can be...

For added security, although it is not needed.

Little feedback is given to the user if they do not enter their credit card information correctly. See Stripe's list of credit card numbers that can be used for testing...

As of right now not much feedback is given to the user if a login is done incorrectly.

This would allow for speedier user feedback when adding items to the cart.

This would allow someone to ping the API to learn what kind of permissions are available from the backend. Currently, it is an array defined in `./backend/datamodel.graphql`: ``` enum Permission...

Currently in the 'edit product' page the picture cannot be changed.