mjeammet / DAPY-P6_juststreamit

OpenClassrooms student project. Simple front end project connecting to a public API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JustStreamIt

Description

A front end project written in HTML, CSS and Javascript, without any bootstrap. Connects to the OC MOvies Database API, available at https://github.com/OpenClassrooms-Student-Center/OCMovies-API-EN-FR .

How to Clone

In the directory of your choice : git clone https://github.com/mjeammet/OCP6_juststreamit.git

Installation

Run

Simple html file

  • Open just_stream_it.html in your favorite web browser

Using python HTTP Servers

If you Python installed, you can also preview the website through an HTTP server by typing python3 -m http.server 8001 before opening http://127.0.0.1:8001/just_stream_it.html

About

OpenClassrooms student project. Simple front end project connecting to a public API.


Languages

Language:JavaScript 52.3%Language:CSS 28.4%Language:HTML 19.3%