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.
- Host: GitHub
- URL: https://github.com/dinataklit/react-moviedb
- Owner: DinaTaklit
- Created: 2021-08-21T06:01:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T06:39:16.000Z (over 4 years ago)
- Last Synced: 2025-03-16T11:31:31.096Z (about 1 year ago)
- Topics: axios, bootstrap, react, react-icons, reacthooks, reactrouter, sass
- Language: JavaScript
- Homepage: https://dinataklit.github.io/React-MovieDb/
- Size: 3.25 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.