Ganeshshinde-2003 / React-Curd-Operations

React-based web application that enables users to interaction with user data through comprehensive CRUD (Create, Read, Update, Delete) operations. It provides users with the ability to view, edit, add, and delete user records, facilitating seamless administration of user information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Curd-Operations

A user management system built with React and Axios that allows users to view, edit, and delete user information fetched from a RESTful API.

Features ✨

  • Fetches user data from an API endpoint.
  • Displays user information in a table format.
  • Provides options to view, edit, and delete user records.
  • Implements client-side routing using React Router.
  • Uses Axios library for making HTTP requests.
  • Responsive design for optimal viewing on different devices.

Screenshot πŸ“·

Screenshot (177)

Screenshot (178)

Screenshot (179)

Getting Started πŸ› οΈ

To get a local copy of the project up and running on your machine, follow the instructions below.

Prerequisites πŸ“‹

  • Node.js (version 12 or higher)
  • npm (version 6 or higher)

API Configuration πŸ”§

The project relies on a RESTful API for fetching user data. Ensure that the API is properly configured and running on http://localhost:3003/users. You can modify the API endpoint in the code if necessary.

Contributing 🀝

Contributions are welcome! If you find any issues or want to enhance the project, feel free to open a pull request.

cknowledgements πŸ‘

  • React
  • Axios
  • React Router

About

React-based web application that enables users to interaction with user data through comprehensive CRUD (Create, Read, Update, Delete) operations. It provides users with the ability to view, edit, add, and delete user records, facilitating seamless administration of user information.


Languages

Language:TypeScript 91.3%Language:JavaScript 5.3%Language:HTML 3.0%Language:CSS 0.5%