Hi! I’m Dainy Jose, a Hybrid App & Full-Stack Developer specialized in React Native, React, and MERN Stack.
This portfolio showcases my projects, POCs, blogs, skills, and contact info in a modern and interactive interface.
- Frontend: React, TypeScript, Vite
- UI/Design: CSS, React Icons, SwiperJS
- Forms/Email: EmailJS
- Deployment: GitHub Pages
- Responsive design (desktop & mobile)
- Projects, POCs, and blog showcases
- Skills & experience sections
- Contact form integrated with EmailJS
- Smooth scroll navigation & animations
- GitHub Pages deployment ready
Check it out: https://dainyjose.github.io/my-portfolio/
Clone the repository:
git clone https://github.com/dainyjose/my-portfolio.git
cd my-portfolioInstall dependencies:
bun installRun the development server:
bun run devOpen in browser:
http://localhost:5173/Build for production:
bun run buildPreview production build locally:
bun run previewTo deploy on GitHub Pages:
bun run deploy