Skip to content

It is a Movies app, calling an external API (OMDB) to fetch the movie or the TV series data and manipulate it inside our application

Notifications You must be signed in to change notification settings

RadimYassin/movie-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It is a Movies app, calling an external API (OMDB) to fetch the movie or the TV series data and manipulate it inside our application

styled-components

with npm

npm install --save styled-components

with yarn

yarn add styled-components

axios

npm i axios

react icons

npm install react-icons --save

Create an Axios Instance

const client = axios.create({ baseURL: "" });

About

It is a Movies app, calling an external API (OMDB) to fetch the movie or the TV series data and manipulate it inside our application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published