An open API service indexing awesome lists of open source software.

https://github.com/dinataklit/react-moviedb

This is a react movie app build with react and use react hooks (useState, useEffect, useContext). The app consume themoviedb API using axios.
https://github.com/dinataklit/react-moviedb

axios bootstrap react react-icons reacthooks reactrouter sass

Last synced: about 2 months ago
JSON representation

This is a react movie app build with react and use react hooks (useState, useEffect, useContext). The app consume themoviedb API using axios.

Awesome Lists containing this project

README

          

# React Movie DB app

This is a React movie application.
- The app uses of react, react hooks (useState, useEffect, useContext)
- Tha app consume [themoviedb API](https://www.themoviedb.org/documentation/api)
- The API calls done by using `axios`

## Credits

This app got inspired from this [tuto](https://www.youtube.com/watch?v=XQ5bhrr8kRg&t=132s), the code was modified to follow the best practices of separation of concerns and DRY and other bast practices.