Welcome to the source code for my personal portfolio site, built with React and Tailwind CSS. This project showcases my journey, skills, and experience as a Full Stack Developer.
🌐 Live Demo: https://rahima-khatun.netlify.app
- ⚡ Lightning-fast development with Vite
- 🌙 Dark-themed modern UI with Tailwind CSS
- 🎨 Beautiful component design using DaisyUI
- ✨ Smooth animations using
tailwindcss-animate - 🎯 Responsive layout across all devices
- 🖋️ Typing animations and dynamic effects
- 💻 Scroll-to-top button + section-based navigation
- 📦 Modular codebase with reusable React components
| Category | Tools / Packages |
|---|---|
| Frontend | React 19, React DOM, Vite |
| Styling | Tailwind CSS 4, DaisyUI, Tailwind CSS Animate |
| Routing | React Router 7 |
| Icons | Lucide React, React Icons |
| Forms | React Hook Form |
| UX Utilities | Swiper.js (carousel), React Hot Toast (notifications) |
| Linting | ESLint with React Hooks and React Refresh plugins |
- Node.js ≥ 18
- npm or yarn
# 1. Clone the repository
git clone https://github.com/your-username/your-repo-name.git
# 2. Navigate into the project folder
cd your-repo-name
# 3. Install dependencies
npm install
# 4. Start the development server
npm run dev