https://github.com/dineshkumar-mb/reactaxios1crud
react crud operation using mock Api and axios
https://github.com/dineshkumar-mb/reactaxios1crud
axios bootstrap react react-hooks react-router-dom
Last synced: 3 months ago
JSON representation
react crud operation using mock Api and axios
- Host: GitHub
- URL: https://github.com/dineshkumar-mb/reactaxios1crud
- Owner: dineshkumar-mb
- Created: 2024-06-11T03:43:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T03:57:50.000Z (about 2 years ago)
- Last Synced: 2025-03-26T02:41:03.594Z (over 1 year ago)
- Topics: axios, bootstrap, react, react-hooks, react-router-dom
- Language: JavaScript
- Homepage: https://main--rococo-otter-44ed6e.netlify.app
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
Getting Started with Create React App
This project was bootstrapped with Create React App.
Available Scripts
In the project directory, you can run:
CRUD operations using react axios
npm create vite@latest
npx degit user/project#main my-project
cd my-project
npm install
npm run dev
npm i axios
npm i reacr router dom
http://localhost:5174/
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
npm run eject
Note: this is a one-way operation. Once you eject, you can't go back!
If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
Learn More
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
Code Splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
Analyzing the Bundle Size
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
Making a Progressive Web App
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
Advanced Configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
Deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
npm run build fails to minify
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify