Skip to content

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.

Notifications You must be signed in to change notification settings

Shanmugamrskfamily/crud-axios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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: CRUD Using Axios 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 shanmugamrskfamily@gmail.com.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published