Thank you for visiting my projects! I'm thrilled to have you here, and I hope you find it interesting and helpful.
All the project=> https://tutorial-app-orcin.vercel.app/
I can quickly grasp new technologies and concepts to develop innovative and creative solutions to problems. I am always ready to learn about various technologies, tools and libraries.
If you enjoyed exploring this project, I invite you to check out my other projects as well. I am passionate about programming and have worked on a variety of exciting projects.
Tutorial App: In this project, the data was drawn from the API and written as a list, and the data was sent to the API again.
In this project;
- HTML,
- CSS Frameworks,
- Redux,
- Api
- Data Fetched
- Axios
- useDispatch
- Component structure,
- useState and
- React Component
- GET
tutorials/
get all Tutorials - GET
tutorials/:id/
get Tutorial by id - POST
tutorials/
add new Tutorial - PUT
tutorials/:id/
update Tutorial by id - PATCH
tutorials/:id/
patch Tutorial by id - DELETE
tutorials/:id/
remove Tutorial by id - DELETE
tutorials/
remove all Tutorials