yemretat / GetirClone

Getir mobile application clone for the youtube video

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LetgoClone

The open source Getir Clone which is created for educational purposes. Select the category you want to buy, find the product, add to cart and buy.
Built with React Native, Expo and AWS Amplify..

App

πŸ“² About

In this tutorial, you will learn React Native with Expo and AWS Amplify from scratch by building a cross-platform (ios and android), full-stack Getir clone. This project is a great way to get your foot in the door with hybrid, cross-platform mobile development with React Native and AWS Amplify with a real project example.

This is a beginner-friendly tutorial, and all the steps and concepts will be explained in detail.


βš’οΈ Core Tech Stack


πŸ’« Main Features

Mobil

  • βœ… How to start a React Native project from scratch using Expo
  • βœ… Render beautiful UI interfaces
  • βœ… Work with custom components (View, Text, Image, Flat list, etc.)
  • βœ… Built your own custom components and reuse them across the app
  • βœ… Install and work with 3rd party libraries
  • βœ… Navigate between screens using React Navigation
  • βœ… Writing unit tests with Jest and RNTL
  • βœ… Managing state management with Redux
  • βœ… Configuring the Hermes Engine
  • βœ… Implementing the Deep-linking
  • βœ… Building app binaries with EAS Build
  • βœ… Using Stripe's software to accept payments

AWS Amplify

  • βœ… Setup an Amplify Project in React Native
  • βœ… Add Authentication
  • βœ… Create a Graphql API to manage products, users, messages etc.
  • βœ… Offline data caching using Datastore
  • βœ… Setup storage layer for photos
  • βœ… Real-time Data Subscriptions
  • βœ… + Bonus features at the end

Install (dev)

To install the project, navigate to the directory and run:

  • yarn global add expo-cli
  • yarn install

Run

To run the project, run the following commands:

  • yarn android
  • yarn ios


🚨 Disclaimer

This build is for educational purposes only!! All views, opinions, technology choices expressed in this video are my own and do not represent the views, opinions, technology choices of any entity whatsoever with which I have been, am now, or will be affiliated

About

Getir mobile application clone for the youtube video


Languages

Language:TypeScript 99.8%Language:JavaScript 0.2%