https://github.com/pappyjay23/the-movie-hub
https://github.com/pappyjay23/the-movie-hub
axios material-ui material-ui-icons netlify react-carousel react-router reactjs tailwindcss
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pappyjay23/the-movie-hub
- Owner: Pappyjay23
- Created: 2023-02-16T08:46:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T18:06:47.000Z (about 2 years ago)
- Last Synced: 2025-02-03T04:25:29.575Z (3 months ago)
- Topics: axios, material-ui, material-ui-icons, netlify, react-carousel, react-router, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://the-movie-hub-v1.netlify.app/
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The Movie Hub
## Snapshots 📸

## Tech Stack ✨
- [React.js](https://reactjs.org/) - UI Library
- [Tailwind CSS](https://tailwindcss.com/) - Styling and UI
- [Material UI](https://mui.com/) - UI Components
- [Create React App](https://create-react-app.dev/) - Build tool
- [Netlify](https://www.netlify.com/) - Hosting and Deployment## How to run locally 💻
Follow these steps to run The-Movie-Hub on your local machine.
### Clone this repository
```bash
git clone https://github.com/Pappyjay23/the-movie-hub.git
```### Navigate to directory
```bash
cd the-movie-hub
```### Install NPM
```bash
npm install
```### Run
Run the development server to view the app.
```bash
npm start
```Now, you can navigate to http://localhost:3000/ to view the app.
### Build
```bash
npm run build
```## Credits ✍
Implementation by [@Pappyjay23](https://github.com/Pappyjay23)