Skip to content

bluuweb/example-react-simple-crud-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example CRUD React with fetch

This is a simple example of a CRUD React application using fetch.

Installation

npm i

Usage

this project uses Vite JS, so you can use the following commands:

npm run dev

Configuration

in the file src\services\postService.js you can change the API URL

const URL_API = "http://localhost:3000/posts";

External libraries

Version History

"dependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-toastify": "^9.1.1"
},
"devDependencies": {
    "@types/react": "^18.0.27",
    "@types/react-dom": "^18.0.10",
    "@vitejs/plugin-react": "^3.1.0",
    "vite": "^4.1.0"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published