- React.js - UI Library
- Tailwind CSS - Styling and UI
- Material UI - UI Components
- Create React App - Build tool
- Netlify - Hosting and Deployment
Follow these steps to run The-Movie-Hub on your local machine.
git clone https://github.com/algofactor/the-movie-hub.git
cd the-movie-hub
npm install
Run the development server to view the app.
npm start
Now, you can navigate to http://localhost:3000/ to view the app.
npm run build
Implementation by @algofactor