Skip to content

Latest commit

 

History

History
75 lines (40 loc) · 1.43 KB

File metadata and controls

75 lines (40 loc) · 1.43 KB

🎬 Movinest

Movinest is a simple React-based movie website that I built to practice real frontend development — from designing the UI to deploying a working project online.

🔗 Live site: https://movienest-git-master-anoop-as-projects.vercel.app/

💻 Source code: https://github.com/anoopcodehack/movienest

🚀About the project

I created this project to understand how a real React project is structured and how ideas turn into an actual, usable website. The focus was mainly on component structure, layout, and responsiveness, rather than just making something that “looks good”.

This project also helped me get comfortable with deploying a React app and preparing the codebase for future improvements.

🛠️What’s inside

Built using React (Create React App)

Clean and reusable components

Responsive layout for different screen sizes

Simple and readable folder structure

Deployed and publicly accessible

Tech used

React

JavaScript (ES6+)

HTML & CSS

Netlify (for deployment)

📂Project structure src/

  • components/
  • pages/
  • assets/
  • App.js
  • index.js

Running the project locally

⚙️Clone the repository:

git clone https://github.com/anoopcodehack/movienest.git

Install dependencies:

npm install

🧪Start the app:

npm start

👉The app will run on http://localhost:3000

What I want to improve next

Add real movie data using an API

Improve UI and animations

Optimize performance and code quality

Author

Anoop A