A modern healthcare website built with cutting-edge web technologies to provide an exceptional user experience.
- Next.js - React framework with TypeScript support
- TypeScript - Type-safe JavaScript development
- Tailwind CSS - Utility-first CSS framework
- Poppins Font - Google Font integration
This project uses Next.js recommended settings with the modern App Router architecture (/app directory).
- Node.js (version 16 or higher)
- npm or yarn or pnpm package manager
npm install
# or
yarn install
# or
pnpm installnpm run build
# or
yarn build
# or
pnpm buildnpm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 in your browser to view the website.
npm run start
# or
yarn start
# or
pnpm start- Modern responsive design with Tailwind CSS
- Custom color scheme with primary (#328c98) and secondary (#88cbd4) branding
- Poppins font family integration
- Component-based architecture
- TypeScript for enhanced code quality and maintainability
- Optimized for performance with Next.js App Router