Skip to content

Releases: Juanmalopezg/angular-store-frontend

v1.0.0

28 Mar 07:06
c33aaeb
Compare
Choose a tag to compare

This release includes the minimum requirements to accomplish the frontend side of the following:

"Create a simple & responsive e-commerce app using Rust and Angular (TypeScript).
Product List

  • Have 4 columns of product list for WEB and 2 columns for Mobile.
  • Use https://api.escuelajs.co/api/v1/products as a data source.
  • Feel free to use CSS frameworks such as Tailwinds.
  • Allow sorting by price
  • Price low to high
  • Price high to low
  • Have an add-to-cart button for each product card.
    Shopping Cart
  • List items which are added to the cart.
  • Add the ability to change the quantity of each item with (+) and (-) icons.
  • Show the total price of the shopping cart
    Payment
  • Add Stripe payment integration
  • Have a success/error screen after paying with Stripe Test Cards.

All color palettes and animations are acceptable and left to the creativity of the developer.
Use GitHub (private repository) to submit your assessment. Git history will be considered for
scoring."