Skip to content

thinakaran123/database-application-using-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Management React App

output

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.

Features

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

Technologies Used

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

Getting Started

Prerequisites

Make sure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/user-management-app.git

About

This is a react application get data from fake API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors