Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Shop React
## Progetto Corso Frontend Developer Tree_Opinno

Shop 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.