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.
- Host: GitHub
- URL: https://github.com/anwesha2002/quadb-tech-assignment
- Owner: anwesha2002
- Created: 2024-02-01T14:29:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T09:07:37.000Z (over 2 years ago)
- Last Synced: 2025-07-01T01:42:27.047Z (about 1 year ago)
- Topics: api, bootstrap, react, react-bootstrap, react-router-dom
- Language: TypeScript
- Homepage: https://quad-b-tech-assignment-anwesha2002.vercel.app/
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.


## 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.