A modern web application for managing print orders and services. PixelPress is built with Next.js, React, and Tailwind CSS, providing a responsive and intuitive interface for both customers and vendors.
- User-friendly print upload and customization interface
- Comprehensive vendor dashboard for order management
- Responsive design that works on desktop and mobile devices
- Real-time order status updates
- Secure payment processing
- Frontend: Next.js, React, Tailwind CSS, shadcn/ui
- Styling: Tailwind CSS with custom theming
- State Management: React Hooks and Context
- Deployment: Vercel
- Node.js 16+ and npm/yarn/pnpm
-
Clone the repository:
git clone https://github.com/yourusername/pixelpress-print-service.git cd pixelpress-print-service -
Install dependencies:
npm install # or yarn install # or pnpm install
-
Run the development server:
npm run dev # or yarn dev # or pnpm dev
-
Open http://localhost:3000 in your browser to see the application.
/app: Application routes and pages (Next.js 13+ App Router)/components: Reusable UI components/lib: Utility functions and shared logic/hooks: Custom React hooks/public: Static assets