This README file provides a brief overview of the web app and instructions for installation, configuration, and usage.
The web app is a sample application built using Next.js and TypeScript. The app is designed to to display the user data and show the inventory items.
To install and configure the web app, follow these steps:
- Clone the repository to your local machine.
- Install Node.js and NPM if they are not already installed on your machine.
- Install the dependencies by running npm install in the project directory.
To use the web app, follow these steps:
- Start the app by running npm run dev in the project directory.
- Open your web browser and navigate to http://localhost:3000