This website is under construction. Please come back later to visit the full experience!
A modern portfolio and tools hub built with React.
Showcase your skills and use handy tools for images, videos, and PDFs—all in one place.
- 🛠️ Skill Showcase: Present your projects, experience, and expertise.
- 🖼️ Image Tools: Edit, convert, and optimize images.
- 🎬 Video Tools: Basic video utilities (coming soon).
- 📄 PDF Tools: Merge, split, and convert PDFs (coming soon).
- 🌗 Dark/Light Mode: Toggle between dark and light themes.
- 🪟 Transparency Toggle: Enable or disable UI transparency effects.
- 📱 Responsive Design: Works great on desktop and mobile.
npm installnpm startOpen http://localhost:3000 to view it in your browser.
This app can be deployed to GitHub Pages:
- Install the deploy tool:
npm install --save gh-pages
- Add this to your
package.json:"homepage": "https://your-username.github.io/your-repo"
- Add deploy scripts to
package.json:"predeploy": "npm run build", "deploy": "gh-pages -d build"
- Deploy:
npm run deploy
Your site will be live at https://your-username.github.io/your-repo.
MIT
**Made by Mahim Vyas