Skip to content

yashdagar/tech-atriocare

Repository files navigation

Tech Atriocare Website

A modern healthcare website built with cutting-edge web technologies to provide an exceptional user experience.

Technologies Used

  • Next.js - React framework with TypeScript support
  • TypeScript - Type-safe JavaScript development
  • Tailwind CSS - Utility-first CSS framework
  • Poppins Font - Google Font integration

Project Structure

This project uses Next.js recommended settings with the modern App Router architecture (/app directory).

Installation & Setup

Prerequisites

  • Node.js (version 16 or higher)
  • npm or yarn or pnpm package manager

Install Dependencies

npm install
# or
yarn install
# or
pnpm install

Build the Project

npm run build
# or
yarn build
# or
pnpm build

Run Development Server

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 in your browser to view the website.

Run Production Server

npm run start
# or
yarn start
# or
pnpm start

Features

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published