This is the official website for PosterPals - the neighbourhood advertising network connecting local businesses with student homes.
- Framework: Next.js 14 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS
- Icons: Lucide React
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 with your browser to see the result.
src/components: Reusable UI components (Navbar, Hero, Features, Footer)src/app: App Router pages and layouttailwind.config.ts: Custom design system and colors
- Brand Orange: #F97316 (Warmth, Energy)
- Brand Green: #10B981 (Local, Growth)
- Brand Blue: #3B82F6 (Trust, Professionalism)