A fully responsive React.js frontend for managing users with CRUD functionality. Built using React Hooks, Axios, Bootstrap, and connected to a Spring Boot backend.
- Add new users
- Edit user details
- View individual user info
- Delete users
- Responsive UI (mobile-friendly)
- Axios-based API calls
- Clean component structure
React.js
JavaScript (ES6)
Axios
Bootstrap 5
HTML5 & CSS3
git clone https://github.com/codeganesh452/user-management-frontend.git
cd user-management-frontend
npm install
npm startFrontend runs on:
http://localhost:3000
http://localhost:8080
Backend repo: https://github.com/codeganesh452/user-management-backend
src/
│── pages/
│── users/
│── layout/
│── App.js
│── index.js
- Add toast alerts
- Add pagination & search
- Add dark mode
MIT License
You can copy the respective section into each repo's README.md file.