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

https://github.com/anwesha2002/quadb-tech-assignment

Welcome to the Movie Ticket Booking App! This React application, styled with Bootstrap, provides a glimpse into a ticket booking experience of movie by fetching and displaying movie data from a public API.
https://github.com/anwesha2002/quadb-tech-assignment

api bootstrap react react-bootstrap react-router-dom

Last synced: 2 months ago
JSON representation

Welcome to the Movie Ticket Booking App! This React application, styled with Bootstrap, provides a glimpse into a ticket booking experience of movie by fetching and displaying movie data from a public API.

Awesome Lists containing this project

README

          

# Movie Ticket Booking App - QuadB-Tech-assignment

Welcome to the Movie Ticket Booking App! This React application, styled with Bootstrap, provides a glimpse into a ticket booking experience of movie by fetching and displaying movie data from a public API.

![Screenshot 2024-02-01 095552](https://github.com/anwesha2002/QuadB-Tech-assignment/assets/116761608/013004d0-a91f-4470-be45-c1dbdf716e0a)

![Screenshot 2024-02-01 095627](https://github.com/anwesha2002/QuadB-Tech-assignment/assets/116761608/73a04725-0157-4f23-b2ba-0f55fadc5bd0)

## Features

- **Fetch Movie Data:** Retrieve information about various movies from the API.
- **Interactive Display:** Display fetched movie data in an interactive and visually appealing format.
- **Responsive Design:** Built with Bootstrap for a mobile-friendly and engaging user interface.

## Getting Started

### Prerequisites

- Node.js installed on your machine.

### Installation

1. Clone the repository:

```bash
git clone https://github.com/anwesha2002/QuadB-Tech-assignment.git

2. Navigate to the project directory:

```bash
cd QuadB-Tech-assignment

3. Install dependencies:

```bash
npm install

4. Start the application:

```bash
npm start

Open your browser and visit http://localhost:3000 to explore the Movie Ticket Booking App.

## Folder Structure

- src/UI - Contains all the UI related things of the application
- src/UI/Pages - Contains all pages of the application.
- src/UI/Component - Contains all components of the application.
- src/UI/Context - Contains a sharable context file.
- src/Data - Contains a function of the fetched data from the API.
- src/Model - Contains the model/interfaces.
- src/Style - Contains all external CSS file.