Skip to content

DhanaBalan2001/React-Axios-Task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. React Axios CRUD Application :

    • This project is a React application that performs CRUD (Create, Read, Update, Delete) operations on user data using Axios to interact with a mock API.
  2. Features :

    • View Users: Display a list of users from the mock API.
    • Add User: Add a new user to the list.
    • Edit User: Update details of an existing user.
    • Delete User: Remove a user from the list.
    • Responsive Design: Clean and responsive user interface.
  3. Technologies Used :

    • React
    • Axios
    • CSS
    • Mock API: JSONPlaceholder
  4. The app will run at http://localhost:5173/.

  5. Usage :

    • View Users: Users are listed on the main page.
    • Add User: Click "Add User" and submit the form.
    • Edit User: Click "Edit" next to a user, modify the details, and save.
    • Delete User: Click "Delete" next to a user to remove them.
  6. License :

    • This project is licensed under the MIT License.

About

A simple React application to perform CRUD operations on user data using Axios with a mock API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors