Skip to content

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

Notifications You must be signed in to change notification settings

hendrixgotcodes/BUY-SELL

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published