/Assignment

React.js app using TVMaze API for a two-screen experience exploring and booking TV show tickets. Features ShowList and ShowDetails screens with React Router for navigation and local storage for user data persistence.

Primary LanguageJavaScript

This React.js project utilizes the TVMaze API to showcase TV shows through a two-screen application. The ShowList screen displays a grid of show cards with details fetched from the API, while the ShowDetails screen provides in-depth information about a selected show. Technologies include React.js for the frontend, Axios for API handling, and React Router for navigation. Bootstrap is potentially employed for styling, and local storage ensures user details persist between screens and page refreshes. The application focuses on a user-friendly interface for exploring and booking tickets for TV shows.