This project is a card listing application built with React.js.
- Fetches card data from a mock API with pagination.
- Displays cards categorized by tabs ('Your', 'All', 'Blocked').
- Implements infinite scroll to load more data.
- Implements search by card name.
- Filters cards by card type.
- Optional filter dropdown.
- Uses CSS for styling.
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd card-listing
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit:
http://localhost:3000
API: https://volopay-server.vercel.app/data