A modern media and video production showcase platform built with React, Vite, and Tailwind CSS, deployed via Vercel. Designed for clean visuals, fast performance, and production-ready workflows.
- 🎬 Vite-powered React frontend with HMR & fast builds
- ⚡ Tailwind CSS for utility-first responsive design
- 🌐 Mobile-first layout with smooth transitions
- 🎥 Video gallery with play overlays/modals
- 🏗️ ESLint + Prettier for consistent code style
- 🔧 Easily deployable via Vercel
| Technology | Purpose |
|---|---|
| Vite + React | Frontend framework & bundler |
| Tailwind CSS | Styling and responsiveness |
| ESLint + Prettier | Code linting & formatting |
| Vercel | Continuous deployment |
-
Clone the repo
git clone https://github.com/AgrawalSujal/Hierr-Production.git cd Hierr-Production -
Install dependencies
npm install
-
Run development server
npm run dev
-
Live preview
Visit http://localhost:5173 in your browser
- This project is ready for deployment on Vercel:
- Create a new Vercel project and select this repo
- It auto-detects Vite — defaults are preconfigured
- Deploy your app — it’s live immediately!
Hierr-Production/
├── public/ # Static assets (images, icons, videos)
├── src/
│ ├── components/ # Reusable UI elements
│ ├── assets/ # Media files for production
│ ├── App.jsx # Main App with routes
│ ├── main.jsx # Entry point
│ └── index.css # Global styles/imports
├── .gitignore
├── postcss.config.js
├── tailwind.config.js
├── vite.config.js
└── README.md
- Contributions are welcome! To report bugs or request features, please open an issue. If you’d like to contribute:
- Fork the repo
- Create your feature branch (git checkout -b feature/my-feature)
- Commit your changes (git commit -m 'Add feature')
- Push (git push origin feature/my-feature)
- Create a Pull Request
🚀 Passionate full-stack developer crafting modern web apps using React, Node.js, and delivering clean, responsive user experiences.






