From the course: Build Modern Web Apps with React, Hooks, State Management, and APIs Using Vite or Next.js

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Project overview and setup

Project overview and setup

Hello and welcome back. Now we are going to start off our blog manager project. Let's discuss the overview what we are going to do inside this project. We will build a blog manager application that will allow users to view all the posted blogs. We can create a new post or a new blog. We can edit an existing entry and we can delete an existing post as well. The text tag that we are going to use for this project is react with wheat using TypeScript. We will be having tailwind-css for styling our components. We will use the exeuse library for making HTTP requests. And we will have the tanstack query for mutations and queries. We are going to do the project setup first. In the project setup, we will have a new React Vite project using TypeScript. Then we'll install the tailwind css and the necessary packages that we need. That will include tanstec query, xeos. We also have to set up xeos as well using the API client. So we don't have to write down the URL and the HTTP methods on each of…

Contents