Leadzen is a web application that fetches user data from a Node.js backend API and displays it in the browser using React as the frontend. The project provides pagination functionality and allows users to search for specific users.
- Fetches user data from a Node.js backend API.
- Displays user information in a responsive user interface built with React.
- Supports pagination to browse through multiple pages of user data.
- Allows users to search for specific users based on their attributes.
- Deployed frontend and backend for easy access.
Follow these instructions to set up and run the project on your local machine.
- Node.js and npm installed.
- Clone this repository to your local machine.
-
Open a terminal and navigate to the project directory.
-
Install frontend dependencies:
cd client npm install