daudi13 / Sinema-Mobile-app

Introducing Sinema, a cutting-edge mobile app that stands as a testament to my front-end development prowess. Crafted with React Native and TypeScript, this movie app seamlessly blends technology and aesthetics to deliver a captivating user experience. The fusion of TypeScript and carefully chosen React Native libraries ensures not just functionali

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sinema Mobile app v1.0

Introducing Sinema, a cutting-edge mobile app that stands as a testament to my front-end development prowess. Crafted with React Native and TypeScript, this movie app seamlessly blends technology and aesthetics to deliver a captivating user experience. The fusion of TypeScript and carefully chosen React Native libraries ensures not just functionality but an elegant and efficient execution. Explore the world of cinema through a lens of innovation, showcasing the power of React Native and my commitment to pushing the boundaries of front-end development.

Built With

  • React-Native
  • TypeScript
  • Various React Libraries

Getting Started

Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Step 1: Start the Metro Server

First, you will need to start Metro, the JavaScript bundler that ships with React Native.

To start Metro, run the following command from the root of your React Native project:

# using npm
npm start

# OR using Yarn
yarn start

Step 2: Start your Application

Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:

For Android

# using npm
npm run android

# OR using Yarn
yarn android

For iOS

# using npm
npm run ios

# OR using Yarn
yarn ios

If everything is set up correctly, you should see your new app running in your Android Emulator or iOS Simulator shortly provided you have set up your emulator/simulator correctly.

This is one way to run your app β€” you can also run it directly from within Android Studio and Xcode respectively.

Authors

πŸ‘€ Author 1

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

πŸ“ License

This project is MIT licensed.

About

Introducing Sinema, a cutting-edge mobile app that stands as a testament to my front-end development prowess. Crafted with React Native and TypeScript, this movie app seamlessly blends technology and aesthetics to deliver a captivating user experience. The fusion of TypeScript and carefully chosen React Native libraries ensures not just functionali

License:MIT License


Languages

Language:TypeScript 86.9%Language:Kotlin 4.1%Language:Objective-C 3.5%Language:Ruby 3.0%Language:JavaScript 1.4%Language:Objective-C++ 1.2%