This is a simple CRUD-React-GraphQl app.
You can do crud operation (create, read, update, delete).
It has one field: title. You can delete, edit each item or add a new one.
This app uses:
- GraphQL
- Node.js
- Express
- React
- Tailwind
You have two main folder server and clients, to see the project in your browser, you should run these two commands:
First go to server folder and run this command.
Second go to the client folder and run this command, you should use this command to run 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.
You can learn more about this project in this link React + GraphQL CRUD.