An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        


The Movie Hub


## Snapshots 📸

![The Movie Hub](https://user-images.githubusercontent.com/60526129/220411598-dbc51236-d078-4781-80f7-82b30f456e22.png)

## 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)