Skip to content

NeginSal/React-Hook-CRUD

Repository files navigation

About this project 🌿

This is a simple crud-react-app.

You can do crud operation (create,read,update,delete).

It has three default values with two fields : name & username. you can delete, edit each item or add a new one.

Tech 🛠️

This app uses:

  • React
  • Tailwind
  • axios
  • json-server

Scripts for running this project 📝

To the see the project in your browser you should run these two commands:

1. npm start

first you should use this command to runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

2. npx json-server --watch data/data.json --port 8000

open a new terminal and run this command to start json-server.

Learn More 📖

You can learn more about this project in this link Crud-react-app with json-server and axios.

Releases

No releases published

Packages

No packages published