Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/enriquedonaire/mytheresa-movie-app-test

Movie App
https://github.com/enriquedonaire/mytheresa-movie-app-test

babel javascript react scss serverside-rendering tmdb-api webpack

Last synced: about 1 month ago
JSON representation

Movie App

Awesome Lists containing this project

README

        

# Mytheresa Movie App 🎥

This project is a movie web application created with React, Webpack, Babel, Sass and SSR., and deployed using GitHub Pages.

## Features

- Browse movies by genre.
- View movie details.
- Add movies to your wishlist.
- Fully responsive design.

## Live Demo

You can access the live application here:
[Mytheresa Movie App](https://enriquedonaire.github.io/Mytheresa-movie-App-Test/)

---

## Installation

Follow the steps below to clone and set up the project locally.

### 1. Clone the Repository

```bash
git clone https://github.com/Enriquedonaire/Mytheresa-movie-App-Test.git
cd Mytheresa-movie-App-Test
npm install
npm run build
npm start
````