A modern and responsive movie website built with Vite, React, and Tailwind CSS.
It fetches data from the Morana Backend API and provides a smooth user experience for browsing and discovering movies.
π Live Demo: https://morana.vercel.app
- π₯ Browse a collection of movies
- π Search functionality
- π± Fully responsive design
- β‘ Built with Vite for fast builds
- π¨ Styled using Tailwind CSS
- π Powered by custom Express + MongoDB backend API
Frontend:
Backend:
Deployment:
Clone the repository and install dependencies:
git clone https://github.com/pradeepx-dev/Morana.git
cd Morana/frontend
npm installRun the development server:
npm run devCreate a .env file in the frontend folder and add:
VITE_API_URL=https://morana.onrender.com/apiContributions are welcome!
Fork the repo
- Create your feature branch (git checkout -b feature/your-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push to the branch (git push origin feature/your-feature)
- Open a Pull Request