yemretat / LetgoClone

Letgo mobile application clone for my youtube tutorial series https://www.youtube.com/watch?v=GS2095yocNA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LetgoClone

The open source Letgo Clone which is created for educational purposes. Snap a photo of something you'd like to sell, post it to the app, and chat with potential buyers.
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 Letgo 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

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

Letgo mobile application clone for my youtube tutorial series https://www.youtube.com/watch?v=GS2095yocNA


Languages

Language:TypeScript 86.1%Language:JavaScript 13.9%