hendrixgotcodes / BUY-SELL

A moblie application that allows users to buy and sell used items. Cross-platform. Works well on android and iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GUIDE

Refactor-logo

Official guide to enable developers understand the structure of this project.

This project was bootstrapped with Expo.


Project Architecture

.
├── .expo                 # Not really necessary. Generated dynamically.
├── app                   # Source code
    ├── api               # Files for API endpoints
    ├── assets            # Contains images, animations, etc.
    ├── auth              # Authentication and Authorization files
    ├── components        # UI files. Screens, Buttons, etc.
    ├── config            # Configuration files
    ├── hooks             # React hooks
    ├── utils             # Files containing useful functions.
├── App.js
├── app.json
├── babel.config.js
├── package.json
├── yarn.lock

Scripts

yarn start

Runs the app in the development mode. The page will reload when you make changes. You may also see any lint errors in the console.

yarn eject

Eject Expo SDK.

About

A moblie application that allows users to buy and sell used items. Cross-platform. Works well on android and iOS


Languages

Language:TypeScript 93.7%Language:JavaScript 6.3%Language:Shell 0.0%