An open API service indexing awesome lists of open source software.

https://github.com/parimal-paramanik/leadzen

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.
https://github.com/parimal-paramanik/leadzen

api backend expressjs material-ui nodejs reactjs

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# Leadzen

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.

## Features :=>

- 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.

## Screenshots

![Screenshot 1](./client/screenshots/Screenshot%20_1.png)
![Screenshot 2](./client/screenshots/Screenshot%20_2.png)
![Screenshot 3](./client/screenshots/Screenshot%20_3.png)
![Screenshot 4](./client/screenshots/Screenshot%20_4.png)

## Live Demo

- [Frontend Deployment](https://leadzean.netlify.app/)
- [Backend Deployment](https://leadzen-v4p0.onrender.com/)

## Getting Started

Follow these instructions to set up and run the project on your local machine.

### Prerequisites

- Node.js and npm installed.
- Clone this repository to your local machine.

### Installation

1. Open a terminal and navigate to the project directory.
2. Install frontend dependencies:

```bash
cd client
npm install