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.
- Host: GitHub
- URL: https://github.com/parimal-paramanik/leadzen
- Owner: parimal-paramanik
- Created: 2023-10-10T18:08:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T13:31:27.000Z (over 2 years ago)
- Last Synced: 2024-12-27T05:08:41.571Z (over 1 year ago)
- Topics: api, backend, expressjs, material-ui, nodejs, reactjs
- Language: JavaScript
- Homepage: https://leadzean.netlify.app/
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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




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