Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/enriquedonaire/mytheresa-movie-app-test
- Owner: Enriquedonaire
- Created: 2024-12-05T20:32:59.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T09:12:09.000Z (about 1 month ago)
- Last Synced: 2024-12-18T10:23:40.405Z (about 1 month ago)
- Topics: babel, javascript, react, scss, serverside-rendering, tmdb-api, webpack
- Language: JavaScript
- Homepage: https://enriquedonaire.github.io/Mytheresa-movie-App-Test/
- Size: 5.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
````