- Ticket Movie is a booking ticket platform for you so you buy ticket online and get the events and news movie.
- 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
React Native - TypeScript - Expo - Clerk
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
You can try it here
Please check file .env.sample
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