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 setup and installations

Project setup and installations

Hello and welcome back. We are going to start our shopping cart application project now. For this project, I have created a simple empty application with tailwind support. This is an empty application and I have already set up and installed the tailwind css inside Since we have a lot of work to do, so this initial setup has been already done. For this project, I have created a mock API which is being self-hosted on this URL and it is going to give us the product information. This will include the product ID, image, its price, description, quantity available, its name and when it was created. Since we need to learn the front-end concepts, so that's why I've created and used a mock API and you can use this URL in your project implementation as well. So let's start our project now. We first have to install the packages and libraries that we need to continue with. The first package we are going to install is exeos. Exeos is an API client which we have used in the previous lessons as well.…

Contents