Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zlhshn/shopping-card-router

This project is a multi-page web application. Addition and editing operations between pages were managed with react router.
https://github.com/zlhshn/shopping-card-router

axios crud react-router react-router-hooks

Last synced: about 1 month ago
JSON representation

This project is a multi-page web application. Addition and editing operations between pages were managed with react router.

Awesome Lists containing this project

README

        

## Description

This project is a multi-page web application. Addition and editing operations between pages were managed with react router. Additionally, operations such as deleting, increasing and decreasing products on the product list page were also worked on.

## Live Link of the Project

[shop](https://shopping-card-router-zlh.vercel.app/)

## How does my project look
![shop](./shopping.gif)

## API Reference

Created Mock APi
https://mockapi.io

## How to use?

🛒 Users can add products on the new product page

🛒 Users can view the product on the product list page

🛒 Users can click on the image of the product and edit it.

🛒 Users can increase, decrease and delete the product card.

## Tech/framework/method used

🚀 React

🚀 React - Router

🚀 React - Router - Hooks (useLocation/useNavigate)

🚀 Bootstrap

🚀 Axios

🚀 Sweetalert2

🚀 CRUD

🚀 CSS3