Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/furkan-dogu/tutorial-app
In this project created with React, I have implemented data insertion, data update, and data deletion operations on the API used
https://github.com/furkan-dogu/tutorial-app
axios bootstrap modal react useeffect
Last synced: about 6 hours ago
JSON representation
In this project created with React, I have implemented data insertion, data update, and data deletion operations on the API used
- Host: GitHub
- URL: https://github.com/furkan-dogu/tutorial-app
- Owner: furkan-dogu
- Created: 2023-12-15T15:28:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-15T16:38:08.000Z (11 months ago)
- Last Synced: 2023-12-15T17:37:51.209Z (11 months ago)
- Topics: axios, bootstrap, modal, react, useeffect
- Language: JavaScript
- Homepage: https://tutorial-app-seven.vercel.app
- Size: 469 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tutorial App
## About the Project
In this project created with React, I have implemented data insertion, data update, and data deletion operations on the API used
## Live Demo
[Tutorial App](https://tutorial-app-seven.vercel.app/)
## Features
- Data is retrieved from the API using the GET operation.
- Data is added to the API by performing a POST operation.
- Data can be deleted from the API by executing a DELETE operation.
- The data in the API can be modified by using the PUT operation.## Project Skeleton
```
Tutorial App(folder)
|
|----readme.md
SOLUTION
├── public
│ └── index.html
├── src
│ ├── assets
│ │ └── [images]
│ ├── components
│ │ ├── AddTutorial.jsx
│ │ ├── EditTutorial.jsx
│ │ └── TutorialList.jsx
│ ├── pages
│ │ └── Home.jsx
│ ├── App.js
│ └── index.js
├── package.json
└── yarn.lock
```## Screenshots
## Compatibility
The project is compatible with both wide-screen computers and mobile devices.
## Dependencies
- Bootstrap
- Axios
- React-Icons