https://github.com/harishforge/react-axios-task
🚀 A sleek React app demonstrating CRUD operations with Axios. Effortlessly add, view, update, and delete user data. Dive into the code, explore the live demo, and see how easy managing data can be! Perfect for learning and building robust web applications. 🌟
https://github.com/harishforge/react-axios-task
axios bootstrap react react-router
Last synced: 3 months ago
JSON representation
🚀 A sleek React app demonstrating CRUD operations with Axios. Effortlessly add, view, update, and delete user data. Dive into the code, explore the live demo, and see how easy managing data can be! Perfect for learning and building robust web applications. 🌟
- Host: GitHub
- URL: https://github.com/harishforge/react-axios-task
- Owner: harishforge
- Created: 2024-12-05T05:21:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-29T03:18:53.000Z (5 months ago)
- Last Synced: 2026-02-15T00:09:00.311Z (5 months ago)
- Topics: axios, bootstrap, react, react-router
- Language: JavaScript
- Homepage: https://react-axios-task-using-crud.netlify.app/
- Size: 17.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://react-axios-task-using-crud.netlify.app/)
## Screenshots

## Install dependencies:
```bash
npm install
```
Start the development server:
```bash
npm start
```
Open your browser and navigate to http://localhost:3000 to view the application.
## Technologies Used
- React
- Axios
- React Router
- Bootstrap