https://github.com/mehmet-github06/react-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/mehmet-github06/react-tutorial-app
axios bootstrap5 env html-css-javascript modal react useeffect
Last synced: 8 months 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/mehmet-github06/react-tutorial-app
- Owner: Mehmet-github06
- Created: 2023-12-15T14:31:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T20:39:55.000Z (about 2 years ago)
- Last Synced: 2025-03-05T17:27:22.526Z (about 1 year ago)
- Topics: axios, bootstrap5, env, html-css-javascript, modal, react, useeffect
- Language: JavaScript
- Homepage: https://react-tutorial-app-iota.vercel.app
- Size: 448 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tutorial App

## Description
In this project created with React, I have implemented data insertion, data update, and data deletion operations on the API used
## 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.
## Screenshots

## 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
### Prerequisites
What things you need to install the software and how to install them:
- Node.js
- npm or yarn
### Installing
A step by step series of examples that tell you how to get a development environment running:
1. Clone the repo
```sh
git clone [your-repo-link]
```
2. Install NPM packages
```sh
yarn install
```
3. To run the project locally:
```sh
yarn start
```
### (This command will start the development server)
## Responsive Looks

## Contact
Mehmet DoΔan: mehmetseymen91@gmail.com
Project Link: https://react-appointment-doctor-app.netlify.app/
[To see my other projects π](https://github.com/Mehmet-github06)
β« Go Top β«