Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hendrixgotcodes/buy-sell

A moblie application that allows users to buy and sell used items. Cross-platform. Works well on android and iOS
https://github.com/hendrixgotcodes/buy-sell

ecommerce ecommerce-application expo firebase m-commerce mcommerce push-notifications react-native

Last synced: 15 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# **GUIDE**

Refactor-logo

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

*This project was bootstrapped with [Expo](https://expo.dev/).*


## 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.