Live Site: profile-website-psi.vercel.app
Personal portfolio showcasing skills, projects, and achievements. Built with modern web technologies.
- Frontend: Next.js 14, TypeScript, Tailwind CSS, React
- Backend: Node.js, Express, Telegram Bot API
- Tools: ESLint, PostCSS, Vercel
- Responsive design
- Interactive UI with animations
- Telegram contact integration
- Skills & projects showcase
- Education timeline
- Node.js (v18+)
- npm or yarn
- Git
# Clone & install
git clone https://github.com/Mr-Rahul-Paul/profile-website.git
cd profile-website
npm install
# Set up environment
echo "TELEGRAM_BOT_TOKEN=your_token_here" > .env.local
echo "TELEGRAM_CHAT_ID=your_chat_id_here" >> .env.local
# Run development server
npm run devOpen localhost:3000 to view.
npm run build
npm start