Responsive multi-page website for showcasing a team. Features an expandable About page and a contact form with validation. Built to look great across desktop, tablet, and mobile.
🔗 Live Demo: https://myteam-multi-page-website.vercel.app/
- React 19
- TypeScript
- Vite
- TailwindCSS
- DaisyUI
- React Router DOM
- ESLint & Prettier
Desktop | Tablet | Phone |
---|---|---|
![]() |
![]() |
![]() |
- Fully responsive multi-page layout
- About page with expandable content sections
- Contact form with client-side validation
- Clean and modern design with accessibility in mind
- Code splitting and lazy loading for optimal performance
- Type-safe components with TypeScript
npm install
npm run dev
npm run build
npm run lint
npm run test
npm run commit