The application itself takes the shape of a webshop SPA (Single Page Application) with a list of products and a checkout flow in which the user can place an order on selected products in their basket. The products themselves are fetched from a simple JSON document and the orders are posted to a RequestBin.
- React
- Vite
- TypeScript
- Clone the repository: https://github.com/DTUSoftware/02363-Frontend-F23/tree/dev-useState
- Install dependencies: 'npm install'
- Run the development server: 'npm run dev'
- Open your browser and navigate to: http://localhost:3000