Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deepak356575/reactrouter

Updated the task with React Router
https://github.com/deepak356575/reactrouter

html javascript react-router tailwindcss

Last synced: 3 days ago
JSON representation

Updated the task with React Router

Awesome Lists containing this project

README

        

# Fake Store Cart Application

This is a ReactJS application that fetches product data from the Fake Store API and allows users to add products to a shopping cart. The cart can be viewed in a modal with options to remove items. The application implements client-side routing for seamless navigation between different views.

## Features
- Fetch and display products with image, title, and price
- Add to cart functionality with duplicate alert
- Cart modal view showing items with the option to remove
- Responsive design using Tailwind CSS
- Seamless page navigation using React Router
- Dynamic routing for product details
- Clean URL structure
- No page refreshes during navigation

## Tech Stack Used
- ReactJS
- React Router DOM for navigation
- Tailwind CSS for styling
- JavaScript