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.
- Explore the codebase and identify the bugs.
- Solve each issue by fixing the provided components, contexts, or logic.
- Run the provided tests to verify your fixes.
- Push your working code once you have passed all tests.
Special Note: The api is from fakestoreapi.com. Check out the docs at https://fakestoreapi.com/docs
-
Clone the repository.
-
Install dependencies:
$ npm install- Start the development server:
$ npm run devThe api is from fakestoreapi.com. Check out the docs at
Note: If you see a blank screen when initially running the app, don't worry! This is expected. You will have to create a firebase app and add the configuration variables in the .env file. You can find the configuration variables in the src/firebase.js file.
