Skip to content

xcChinaxc/unique-nics

Repository files navigation

Unique-Nics Design & Events

Client site built for an event planner used to increase sales, generate leads, and rent decorative pieces. This is a Next.js project using create-next-app.

Links

Features

The event planner client wants to receive a wishlist or cart of items that the renter/user wants to rent so that the event planner can ensure date and item availability. The renter/user should have the ability to see items, add and remove items, and "checkout" items from the cart.

Future Developments

  • Add a chatbox to increase lead generation -- next steps

Built using

  • Next.js 13
  • Sanity.io
  • TailwindCSS
  • TypeScript
  • Vercel

Getting Started

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Author