`# Flix & Feast
A responsive website showcasing perfect movie and dessert pairings.`
- Responsive design (works on mobile, tablet, desktop)
- Interactive card components
- Mobile-friendly navigation with burger menu
- Clean, modern UI with hover effects
- HTML5
- CSS3 (Flexbox, Grid, Media Queries)
- JavaScript (for mobile menu)
- Clone this repository
- Open
index.htmlin any modern browser
flix-feast/
- ├── index.html # Main HTML file
- ├── README.md # Project documentation
- └── (future assets folder for ex: images, js, css styles etc)
-
git init
-
git add .
- git commit -m "Initial commit: Movie/Dessert pairing website"
- Go to GitHub.com → New Repository
- Name it "flix-feast" (or your preferred name)
- Don't initialize with README (if already created one)
- git remote add origin https://github.com/YOUR-USERNAME/flix-feast.git
- git push -u origin main
- Go to repository Settings → Pages
- Select "Deploy from main branch"
- Your site will be available at https://YOUR-USERNAME.github.io/flix-feast
- Replace placeholder images with actual movie/dessert photos
- Consider adding more pairings as you expand the project
- The responsive design ensures it looks good on all devices