Official website of Radiological Students' Association of Pakistan (RSAP)
- Light/Dark Mode with system preference detection and toggle button
- Global Progress Bar during link navigation
- Dynamic YouTube Videos fetched using YouTube Data API
- MDX-powered news pages for easy content management
- Responsive design for optimal viewing on all devices
- Social media integration with links to RSAP's profiles
- Next.js 14 (React framework)
- Tailwind CSS (Utility-first CSS framework)
- Shadcn UI (Accessible and customizable component library)
- YouTube Data API (For fetching channel videos)
- MDX (Markdown for the component era)
- TypeScript (For type-safe development)
- Clone the repository
- Install dependencies with
npm install
- Copy
.env.example
to.env
and fill in the required values - Run the development server with
npm run dev
See the LICENSE file for details.