Internship task submission for QuadB Tech
This is a 2-screen React JS application that allows users to explore TV shows using the TVmaze API. The application displays a list of show names along with some details on the first screen and provides a summary of a selected show on the second screen. Additionally, users can book a movie ticket for the selected show on the second screen.
check this live demo : https://quadbtechmoviticket.netlify.app/
- Retrieve TV show data from the TVmaze API in real-time
- Two screens:
- Show List: Displays a list of show names and additional details
- Show Summary: Shows a summary of the selected show and allows users to book a movie ticket
- User-friendly UI/UX design with basic HTML and CSS styling
- Uses React JS framework
-
Clone the repository:
git clone https://github.com/Muhammedijas981/quadb.git
-
Install the dependencies:
npm install
-
Start the React development server:
npm start
-
Open your web browser and navigate to
http://localhost:3000
to access the application.
- TVmaze API for providing the TV show data.
- React for the JavaScript library.
If you have any questions, suggestions, or feedback, please feel free to contact me at [email protected].