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

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.

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.