All Projects → LauraBeatris → marketplace-rn

LauraBeatris / marketplace-rn

Licence: MIT license
Concept of a mobile market application - Built with React Native and Styled Components

Programming Languages

typescript
32286 projects
java
68154 projects - #9 most used programming language
ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
Starlark
911 projects

Marketplace

Author Languages Stars Forks Contributors

Explore the products available in the marketplace and add your favorite one to the cart


📌 Table of Contents

Whats-App-Image-2020-01-01-at-15-34-08       Whats-App-Image-2020-01-01-at-15-38-09

🚀 Features

  • Explore products
  • Add products to cart

It's important to mention that the products data are retrieved from a fake API using a package called JSON Server.

👷 Installation

You need to install Node.js, Yarn, Android SDK first and then, in order to clone the project via HTTPS, run this command:

git clone https://github.com/LauraBeatris/marketplace-rn.git

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:

git clone [email protected]:LauraBeatris/marketplace-rn.git

Install dependencies

yarn install

Install IOS native dependencies

cd ios && pod install

🏃 Getting Started

Run the following command in order to start the application in a development environment:

  // Install the application in a Android device
  react-native run-android

  // Install the application in a IOS device
  react-native run-ios

  // Start the mobile application as well the fake server to retrieve products data
  yarn dev

📮 Faq

Question: What are the tecnologies used in this project?

Answer: The tecnologies used in this project are React Native + Styled Components to handle scoped CSS.

🐛 Issues

Feel free to file a new issue with a respective title and description on the the Marketplace RN repository. If you already found a solution to your problem, i would love to review your pull request! Have a look at our contribution guidelines to find out about the coding standards.

🎉 Contributing

Check out the contributing page to see the best places to file issues, start discussions and begin contributing.

📕 License

Released in 2019. This project is under the MIT license.

Made with love by Laura Beatris 💜🚀

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].