This is a ReactJS application that allows users to explore TV shows using the TV Maze API. It provides a simple and intuitive user interface with two screens. The first screen displays a list of TV shows along with some details, and the second screen shows the summary of a selected show. Additionally, the second screen allows users to book a movie ticket for the selected show.
To run this application locally, follow these steps:
- Clone the repository.
- Navigate to the project directory:
cd <repository-folder>
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit
http://localhost:3000
- ReactJS
- HTML
- CSS
Thank you for considering my application!