- Building a Complete Project From The Ground Up
- Building & Configuring Components
- Using State & Context
- Managing HTTP Requests & Side Effects
To run the application, follow these steps:
git clone https://github.com/ThomasCode92/react-complete-guide
cd complete-path/practice-project-3 # navigate to project folder
npm install # install dependencies
npm run dev # start development serverOpen http://localhost:5173 in a browser to view the application.
To start the frontend application in debug mode when encountering a bug, follow these steps. First, execute the debug script by running the command npm run debug. Then, initiate the VS Code debugger by clicking the green play icon in the debug panel and select the Practice Project 3 configuration. This will open a Chrome browser connected to the debugger, enabling inspection and troubleshooting of the application with ease.