justoneye / PortalMovies

A web catalog based on TheMoviedb.org API's movie to show the complete information of the latest movies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portal Movies

Welcome to the PortalMovies archive, a web catalog based on TheMovieDB API movie created to display the complete information of movies according to their movie genre.

Created by: Pilar Camargo Márquez
Website | GitHub | LinkedIn

Tech Stack

  • HTML 5
  • CSS 3
  • React 0.0.0
  • Material UI 5.0

Technical Requirements

  • React and MUI (Material UI)
  • No using any low/no-code builders for this example.
  • (Optional) The use of Storybook

Characteristics:

  • Responsive design.

Instalation

Use the package manager npm to install this project.

$ git clone https://github.com/justoneye/PortalMovies
$ cd ../portalmovies/
$ npm install
$ npm run dev

File Structure

After installation, the following files will be displayed:

PortalMovies/
├── components/
|       ... 
├── multimedia/
|   └── images, icons, logos, photos, etc.
├── public/
|   └── index.html
|       ...
├── pages/
|   ...
├── src/
|   └── App.css
|   └── App.js 
|   └── index.css  
|   └── index.js
|   └── logo.svg
└── node_modules/
|   ... 
└── README.md
└── package.json   

Multimedia Content

To finish this test the content of the page (images, icons, logos, etc.) were taken from the following free resources:

Repositorio GitHub

https://github.com/justoneye/PortalMovies

About

A web catalog based on TheMoviedb.org API's movie to show the complete information of the latest movies.


Languages

Language:JavaScript 65.3%Language:CSS 24.4%Language:HTML 10.3%