Assignment-5 for review #1

Merged
sumitdml123 merged 3 commits from assignment-5 into main 2025-01-14 11:33:12 +00:00
Owner
No description provided.
eknoor547 added 1 commit 2025-01-07 06:13:23 +00:00
Author
Owner

Used contextAPI for state management and took a little reference for the cart and filter implementation.

Used contextAPI for state management and took a little reference for the cart and filter implementation.
eknoor547 reviewed 2025-01-08 07:04:52 +00:00
@ -0,0 +1,7 @@
export const fetchProducts = async () => {
const response = await fetch("https://fakestoreapi.com/products");
if (!response?.ok) {
Author
Owner

add try catch error handling

add try catch error handling
eknoor547 reviewed 2025-01-08 07:07:32 +00:00
@ -0,0 +12,4 @@
<h1 className="flex text-2xl font-bold items-center">Cart</h1>
<div className="absolute right-16 top-10">
<button className="px-4 py-2 text-xl" onClick={toggle}>
Author
Owner

Add svg instead

Add svg instead
eknoor547 added 1 commit 2025-01-09 05:32:27 +00:00
Author
Owner
  1. Worked on the UI and made some changes in the cart.
  2. Added svg icons instead of direct icons.
  3. Made positioning changes for better experience.
  4. Implemented Error handling in the API calling.
  5. Fixed the total decimal place issue.
1. Worked on the UI and made some changes in the cart. 2. Added svg icons instead of direct icons. 3. Made positioning changes for better experience. 4. Implemented Error handling in the API calling. 5. Fixed the total decimal place issue.
eknoor547 added 1 commit 2025-01-10 04:58:48 +00:00
eknoor547 changed title from Assignment-5 for review to WIP: Assignment-5 for review 2025-01-14 11:07:53 +00:00
eknoor547 changed title from WIP: Assignment-5 for review to Assignment-5 for review 2025-01-14 11:07:56 +00:00
eknoor547 requested review from sumitdml123 2025-01-14 11:19:12 +00:00
sumitdml123 merged commit 79746cf234 into main 2025-01-14 11:33:12 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: eknoor547/Assignment-5#1
No description provided.