Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dianaberna/shop-corso-frontend
Shop with React Router and cookies for cart
https://github.com/dianaberna/shop-corso-frontend
cookie react-router reactjs
Last synced: 8 days ago
JSON representation
Shop with React Router and cookies for cart
- Host: GitHub
- URL: https://github.com/dianaberna/shop-corso-frontend
- Owner: dianaberna
- Created: 2022-09-29T07:05:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T09:01:03.000Z (almost 2 years ago)
- Last Synced: 2024-11-21T13:51:54.818Z (2 months ago)
- Topics: cookie, react-router, reactjs
- Language: JavaScript
- Homepage:
- Size: 811 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shop React
## Progetto Corso Frontend Developer Tree_OpinnoShop realizzato durante il corso frontend developer tree_opinno per visionare e studiare un piccolo ma reale progetto di shop online.
La WebApp realizzata in React utilizza i function component e React Router per simulare una navigazione su più pagine come una Single Page Application.
Per lo stile si sono utilizzati dei semplici fogli di stile CSS senza framework o librerie.
I prodotti non vengono caricati da un json bensì da una chiamata API a [https://fakestoreapi.com/products](https://fakestoreapi.com/products).
Il carrello è salvato nei cookie con funzioni Javascript pure.