Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

modalImg

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
    git clone [your-repo-link]
  2. Install NPM packages
    yarn install
  3. To run the project locally:
    yarn start

(This command will start the development server)

Responsive Looks

modalImg

modalImg

Contact

Mehmet Doğan: mehmetseymen91@gmail.com
Project Link: https://react-appointment-doctor-app.netlify.app/

To see my other projects 🗂

⏫ Go Top ⏫

About

In this project created with React, I have implemented data insertion, data update, and data deletion operations on the API used

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages