This is a simple User Management application built using React. It fetches a list of users from an API, displays them in a table, and allows you to add new users and delete existing ones.
- Fetch Users: Automatically fetches users from a placeholder API and displays them in a table.
- Add User: Users can be added with a name, username, and email. The new user will be added to the API and displayed immediately in the table.
- Delete User: Users can be deleted by clicking the "Delete" button next to each user.
- Styled Buttons and Table: The app includes custom CSS for a clean and user-friendly design.
- React: For building the user interface.
- JavaScript (ES6): For handling component logic.
- CSS: For styling the app.
- Fetch API: To retrieve and send data from/to the placeholder API.
Make sure you have the following installed:
- Node.js (which includes npm)
-
Clone the repository:
git clone https://github.com/yourusername/user-management-app.git
.png)