- You can search for various furnitures for your home
- You can filter our products based on your needs
- Login and logout functionalities are included(implemented using auth0).
- And, lastly You can test actual payment for the products you've chosen with demo bank cards(implemented using stripe).
pnpm install
// you need to setup your own environment variables for auth0 and stripe before running the project
pnpm run dev
pnpm run build