A modern frontend project scaffold built with React and Vite, deployed on GitHub Pages.
This repository provides a clean React setup with essential configuration, ready for building interactive user interfaces — such as a movie‑themed app or other frontend experiences.
🔗 Live Demo: https://niwani.github.io/popcorn/
Screen.Recording.2026-01-27.at.11.05.13.AM.mov
Popcorn is a frontend project initialised with a React + Vite template. It includes:
- Fast development setup powered by Vite
- React components and routing (if added)
- Tailwind CSS configuration
- A styled landing page showing navigation UI
- GitHub Pages deployment
It acts as a foundation for building rich React applications and can be extended into a complete project such as:
- Movie discovery or movie search app
- Streaming UI demo
- UI component playground
This project uses:
- React — frontend UI components
- Vite — fast development and build tool
- JavaScript (ES6+)
- Tailwind CSS — utility‑first styling
- GitHub Pages — production deployment
These tools reflect modern frontend development practices widely used in industry.