H-unique245 / React-Task

This is task provided on react after the interview from ANTPTL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Task :

Problem statement :

Create a simple react application that fetch product data and displays product list, Use the given api to fetch product list, Write a functionality of shopping cart so user can add or remove product from basket

Some Glipms of project

Homepage (products)

product page

Features of product page

  • on product page you can see products data
  • Here is option on each product to card to Add this products to Basket

Basket Page (cart)

cartpage

Features of basket page

  • On this page you can see cart data that user added from product page
  • Here is option on each product to card to Remove this products from Basket.

About

This is task provided on react after the interview from ANTPTL.


Languages

Language:JavaScript 82.5%Language:HTML 11.4%Language:CSS 6.1%