Skip to content

This React App that allows for CRUD operations with user data using React and Axios fetch to interact with a mock API.

Notifications You must be signed in to change notification settings

SwasticKumar/React-Axios-using-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Using Axios

A simple CRUD (Create, Read, Update, Delete) application built using React and Axios. This project demonstrates how to perform basic CRUD operations on user data.

Features

  • Add new user data to the list
  • View a list of users with their details
  • Update user data
  • Delete user data from the list

Live Demo

Check out the live demo of the project: Axios using CRUD demo

Screenshots

Installation and Setup

  1. Clone the repository:

    git clone https://github.com/your-username/your-repo-name.git
    cd your-repo-name

Install dependencies:

npm install

Start the development server:

npm start

Open your browser and navigate to http://localhost:3000 to view the application.

Technologies Used

  • React
  • Axios
  • React Router
  • Bootstrap
  • Contributing

Contributions are welcome! If you find any issues or want to add new features, feel free to open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

If you have any questions or feedback, feel free to contact me at kswastic@gmail.com.

About

This React App that allows for CRUD operations with user data using React and Axios fetch to interact with a mock API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published