Skip to content

vn-vietnam/movie-booking

Repository files navigation

Logo

Ticket Movie · Build Status npm NTK

React Native Typescript EXPO clerk

Screenshots

View screenshots

Table of Contents

Introduction

  • Ticket Movie is a booking ticket platform for you so you buy ticket online and get the events and news movie.

Features

  • Book Movies Conveniently and Quickly:
    • Dark and Light Mode
    • Using database Movies from TMDB and fetch data
    • Choose movie and ticket
    • Select day, time of movie
    • Print QR code for ticket
    • Search movie
    • Login with Google

Technologies

React Native - TypeScript - Expo - Clerk

Installing

A quick introduction of the minimal setup you need to get a hello world up & running.

  • Create file .env.example to file .env
  • Register account Clerk add EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY to file .env
npm install
npm start

Demo

You can try it here

Prerequisites

Please check file .env.sample

Setting up Dev

Here's a brief intro about what a developer must do in order to start developing the project further:

git clone https://github.com/vn-vietnam/movie-booking.git
cd movie-booking/
npm install