Online furniture shop MEBL made on React framework as part of the training marathon taking place from 8 to 21 January.
Stars
3
Forks
2
Watchers
3
Open Issues
1
Overall repository health assessment
^2.1.1^2.8.2^11.11.3^11.11.0^2.0.1^10.18.0^2.4.0^8.0.1^18.2.0^18.2.0^9.1.0^6.21.2^11.0.5^18.2.43^18.2.17^3.5.0^8.55.0^7.33.2^4.6.0^0.4.5^1.69.7^5.0.8351
commits
fixed in Breadcrumbs.module: added flex-wrap: wrap to .list
0f051caView on GitHubupdated the OrderProducts component in the block where detailed information about products from the order is entered, changed design and styles
55a9aa0View on GitHubadded a notification for the user that appears after clicking on the Checkout button
8f99291View on GitHubcreated resetSuccess orderSlice to reset success to false and fixed bug with cart redirection after going from the /order page to the main page, and adding a product to cart with an attempt to place a new order
2c639e1View on GitHubupdated the Order component: integrated OrderProducts and added a button with more details about the order
33e3c88View on GitHubcreated the OrderProducts component to display information about products in an order
ff95d2dView on GitHubimproved check if the product is already in the cart for ButtonAddToCart
93f5dc1View on GitHubadded to Order component handling paymentTypeand deliveryType text value
0272c3aView on GitHubadded window.scrollTo(0, 0) to the Order component so that the user going to the successful order page will be focused on the beginning of the screen
5bab962View on GitHubUpdated the Order component: added rendering of dynamic data received from the server instead of static data.
24f2243View on GitHubupdated CartForm Component: fixed sending data and receiving orderId
1baea95View on GitHub