This project demonstrates how to:
- Queue API requests when the concurrency limit is reached.
- Cache responses to prevent redundant network calls.
- Manage loading states when opening all items simultaneously.
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the dependencies using npm:
npm install- Start the development server:
npm run dev- Open your web browser and go to http://localhost:5173 to view the application.