Urban Loom is a modern clothing store with a React-based online shopping website. Unfortunately, the development team left a few bugs in the application. Your mission is to dive into the code, find the issues, and fix them!
This challenge is designed to test your React skills, your debugging abilities, and your attention to detail.
-
Clone the repository.
-
Install dependencies:
$ npm install- Start the development server:
$ npm run dev