igorovisk / TMDB-VanillaJs

Simple website developed to reinforce Vanilla JS concepts and API consuming using fetch API.

Home Page:tmdb-vanilla-js.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TMDB-VanillaJs

Simple website developed to reinforce Vanilla JS concepts and API consuming using fetch API.

An API key from TMDB is needed to corretly use the website.

Steps:

Create a javascript file (.js) in the root directory named apiKey.js and add the following line:

const API_KEY = insert your api key here;

About

Simple website developed to reinforce Vanilla JS concepts and API consuming using fetch API.

tmdb-vanilla-js.vercel.app


Languages

Language:JavaScript 54.3%Language:CSS 34.1%Language:HTML 11.6%