This is a web application built with React, Vite, Tailwind and Daisyui
The application is deployed with Render and it can be accessed directly @ https://wbs-fake-e-commerce-react.onrender.com/
- multi-page application fetching data from https://fakestoreapi.com/
- implements a local storage for saving products
- uses routing and dynamic routing for product items
- renders pages with useState and useEffect
- clone the repository
- run `npm install` to install all the dependencies
- run `npm run dev` to create the local environment
- access the local environment at `http://localhost:5173/`