https://github.com/moisestech/vidflix-react
Vidflix - movie streaming application.
https://github.com/moisestech/vidflix-react
Last synced: 11 months ago
JSON representation
Vidflix - movie streaming application.
- Host: GitHub
- URL: https://github.com/moisestech/vidflix-react
- Owner: moisestech
- Created: 2020-08-31T08:44:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-19T20:32:51.000Z (over 5 years ago)
- Last Synced: 2025-04-09T19:51:37.303Z (about 1 year ago)
- Language: JavaScript
- Size: 81.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vidflix-react
Vidflix - movie streaming application.

## Application Tree
```bash
├── README.md
├── package.json
├── public
│ ├── VidFlix_Logo.png
│ └── _redirects
├── src
│ ├── components
│ │ ├── Banner
│ │ │ └── index.js
│ │ ├── Nav
│ │ │ └── index.js
│ │ └── Row
│ │ └── index.js
│ ├── contexts
│ ├── hooks
│ ├── index.css
│ ├── index.html
│ ├── index.js
│ └── utils
│ ├── axios.js
│ └── requests.js
└── webpack.config.js
```
## Features
Tmdb API
React Hooks
Flexbox
## Preview
Coming Soon!