Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hendrixgotcodes/buy-sell
- Owner: hendrixgotcodes
- Created: 2021-06-25T00:12:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T04:57:28.000Z (almost 2 years ago)
- Last Synced: 2024-11-21T13:53:03.199Z (3 months ago)
- Topics: ecommerce, ecommerce-application, expo, firebase, m-commerce, mcommerce, push-notifications, react-native
- Language: TypeScript
- Homepage:
- Size: 4.36 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **GUIDE**
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.