Skip to content

agnivon/ecube-native

Repository files navigation

Building An Online Movie Ticket Booking Mobile Application Using React And React Native

Along with the Web Application we are also building a Mobile Application using React and React Native.

Goal:

The goal of this project is to build an online movie ticket booking mobile application which includes details of latest movies.

Mobile Application Requirement:

JavaScript, HTML, CSS, React, React Native, and Axios to call and consume API.

Mobile Application Implementation:

The Mobile Application should include following aspects:

  1. Latest Movies
  2. Latest Movie Details
  3. Ticket Booking Page

1. Latest Movies:

You must create a listing page which includes all the latest movies available.

"Mockup 1"

2. Latest Movie Details:

On clicking the “Details” users should be navigated to the movie details page, which should include the below options.

"Mockup 2"

3. Ticket Booking Page:

On clicking “Book Now” a new page with user booking details should be generated. On clicking the “Submit” button, ticket should be generated.

"Mockup 3"

4. Make use of the provided Node.js API to fetch the data from MongoDB database.

API’s to be used: