Skip to content

MahimVyas/ShowLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShowLab

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.


Features

  • 🛠️ 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.

Getting Started

Install dependencies

npm install

Run locally

npm start

Open http://localhost:3000 to view it in your browser.


Deployment

This app can be deployed to GitHub Pages:

  1. Install the deploy tool:
    npm install --save gh-pages
  2. Add this to your package.json:
    "homepage": "https://your-username.github.io/your-repo"
  3. Add deploy scripts to package.json:
    "predeploy": "npm run build",
    "deploy": "gh-pages -d build"
  4. Deploy:
    npm run deploy

Your site will be live at https://your-username.github.io/your-repo.


Learn More


License

MIT


**Made by Mahim Vyas

About

Skill showcase site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors