https://github.com/sagnik-coder24/box-office
Box-Office build using react to show details about movies and shows.
https://github.com/sagnik-coder24/box-office
box-office-app gh-pages html react sass
Last synced: 2 months ago
JSON representation
Box-Office build using react to show details about movies and shows.
- Host: GitHub
- URL: https://github.com/sagnik-coder24/box-office
- Owner: Sagnik-Coder24
- Created: 2021-08-29T14:22:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T18:23:30.000Z (over 1 year ago)
- Last Synced: 2025-05-17T14:09:32.060Z (about 1 year ago)
- Topics: box-office-app, gh-pages, html, react, sass
- Language: JavaScript
- Homepage: https://sagnik-coder24.github.io/Box-Office/
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Box-Office Web App
The Box-Office Web App is a user-friendly platform for discovering movies, web series, and details about actors. Built with React.js the app allows users to search for titles, explore detailed information, including release dates, ratings, and actor profiles, all within a smooth, responsive interface. Using the TVmaze API, the app fetches real-time data to keep users updated on the latest films, series, and their stars.
## Features
- Search for movies by title
- View detailed movie information
- Responsive design
## Technologies
- React.js
- React Router
- Fetch
- CSS
## API Reference
#### Get all items
```http
GET https://api.tvmaze.com
```
#### Get item
```http
GET https://api.tvmaze.com/${queryString}
```
## Coantributing
Contributions are welcome! Feel free to submit a pull request or open an issue.