Skip to content

anoopcodehack/MovieNest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽฌ Movinest

A React-based movie website built to practice real-world frontend development โ€” from designing the UI to deploying a live project online.

๐Ÿ”— Live Site: movienest.vercel.app ย |ย  ๐Ÿ’ป Source Code: github.com/anoopcodehack/movienest


๐Ÿ™‹ About the Project

I built Movinest to understand how a real React project comes together โ€” from structuring components to shipping a live, usable website.

The focus wasn't just aesthetics. I wanted to get hands-on with:

  • How a React project is structured and organized
  • Building reusable, clean components
  • Making layouts responsive across screen sizes
  • Deploying a React app to production

This project also set the foundation for future improvements like API integration and performance optimization.


๐Ÿ› ๏ธ Tech Stack

Technology Usage
React (CRA) UI framework
JavaScript ES6+ App logic
HTML & CSS Markup & styling
Vercel Deployment

๐Ÿ“‚ Project Structure

src/ โ”œโ”€โ”€ components/ # Reusable UI components โ”œโ”€โ”€ pages/ # Page-level views โ”œโ”€โ”€ assets/ # Images and static files โ”œโ”€โ”€ App.js # Root component โ””โ”€โ”€ index.js # Entry point

๐Ÿš€ Run Locally

# 1. Clone the repository
git clone https://github.com/anoopcodehack/movienest.git

# 2. Install dependencies
npm install

# 3. Start the app
npm start

App runs at http://localhost:3000


๐Ÿ”ฎ What's Next

  • Fetch real movie data via a public API (TMDB)
  • Improve UI with smoother animations
  • Optimize performance and clean up code
  • Add search and filter functionality

๐Ÿ‘ค Author

Anoop A GitHub

About

๐ŸŽฌ Movinest A React-based movie website built to practice real-world frontend development โ€” from designing the UI to deploying a live project online.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors