Welcome to the official repository of my personal website, built to showcase my work in Biomedical Engineering, Health Informatics, and Machine Learning.
🔗 Live site: https://anik1495.github.io/personal-website
This website includes:
- Project highlights
- Research areas and publications
- Blog-style updates and thoughts
- Contact information
This project is built with:
- React + TypeScript
- Vite
- Tailwind CSS
- shadcn/ui
- Hosted on GitHub Pages
If you want to run or edit this project locally:
- Node.js & npm installed (Install with nvm)
# Clone the repository
git clone https://github.com/Anik1495/personal-website.git
# Navigate into the project directory
cd personal-website
# Install dependencies
npm install
# Start development server
npm run dev