Skip to content

Simple shopping system built using Next.js and state management with xState.

Notifications You must be signed in to change notification settings

energywraith/basket-cart

Repository files navigation

Basket Cart Application

This repository contains the frontend application for a simple shopping system built using React/Next.js and state management with xState.

Deployment

This application is deployed on Vercel. You can access the live deployment here.

Getting Started

To run this application locally, follow these steps:

  1. Clone this repository to your local machine:
  git clone https://github.com/energywraith/basket-cart.git
  1. Navigate to the project directory.
  2. Create a .env.local file in the root directory of the project.
  3. In the .env.local file, set the API_URL variable to the URL of your backend API. For example:
  API_URL=http://localhost:8000
  1. Install dependencies using npm:
  npm install
  1. Start the application:
  npm run dev

Open http://localhost:3000 with your browser to see the result.

Preview

Harmonia Logo

About

Simple shopping system built using Next.js and state management with xState.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages