Tolga-Ozd / Tutorial-App

Tutorial App

Home Page:https://tutorial-app-orcin.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to My Project! 👋

Thank you for visiting my projects! I'm thrilled to have you here, and I hope you find it interesting and helpful.

Tutorial App

About Me

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.

Check Out My Other Projects

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.

tutorial-app

In this project;

  • HTML,
  • CSS Frameworks,
  • Redux,
  • Api
  • Data Fetched
  • Axios
  • useDispatch
  • Component structure,
  • useState and
  • React Component

API ENDPOINTS

  • 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

About

Tutorial App

https://tutorial-app-orcin.vercel.app


Languages

Language:JavaScript 79.8%Language:HTML 20.2%