Skip to content

myrddral/ux-studio-challenge

Repository files navigation

UX Studio Challenge

Getting Started

  1. Clone the repository
  2. Run bun install
  3. Run bun run dev

Note: If you don't have Bun installed, you can use npm as an alternative.

Project Structure

  • app/page.tsx: The index page
  • app/component-list/page.tsx: Rendered list of components used throughout the app
  • components/previews/*: Categorized preview renders of components
  • components/ui/*: Reusable primitive components
  • lib: Library of utils, hooks, fonts, etc.
  • components.json: shadcn-ui config file

Notes

This project uses: