In this project created with React, I have implemented data insertion, data update, and data deletion operations on the API used
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.
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
What things you need to install the software and how to install them:
- Node.js
- npm or yarn
A step by step series of examples that tell you how to get a development environment running:
- Clone the repo
git clone [your-repo-link]
- Install NPM packages
yarn install
- To run the project locally:
yarn start
Mehmet Doğan: mehmetseymen91@gmail.com
Project Link: https://react-appointment-doctor-app.netlify.app/
To see my other projects 🗂
⏫ Go Top ⏫



