Skip to content

JustWaveThings/shop

Repository files navigation

React Router Shopping Cart 👋

Documentation License: MIT

A web app that using many of the features of React Router v6, calls an API, display's the product and the information returned, and has a cart functionality.

  • Uses React functional components, React Router, and loaders
  • Reduced code complexity by eliminating excessive useEffect() calls
  • Implemented loaders to prevent a 'loading waterfall' effect commonly seen in less sophisticated implementations
  • Populated product data by making an asynchronous API call to a shopping products API

Demo

Screenshots

Shopping Cart Screenshot

Install

npm install

Usage

npm run start

Author

👤 Fred Love

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator