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

https://github.com/rafacdomin/gomarketplace

React Native App based on a marketplace with products list and cart management
https://github.com/rafacdomin/gomarketplace

android context-api marketplace react react-native

Last synced: 3 months ago
JSON representation

React Native App based on a marketplace with products list and cart management

Awesome Lists containing this project

README

          


GoMarketplace



GitHub top language

GitHub language count


GitHub last commit

GitHub


About   |   
Technologies   |   
How To Use   |   
License   |   
Author


Run in Appetize.io

## About

React Native project developed on [RocketSeat GoStack 13.0](https://rocketseat.com.br/). This project is based on an simple marketplace.


List
Cart

## Technologies

This project was developed with the following technologies:

- [React Native](https://reactnative.dev/)
- [Typescript](https://www.typescriptlang.org/)
- [React Navigation v5](https://reactnavigation.org/)
- [styled-components](https://styled-components.com/)
- [Axios](https://github.com/axios/axios)
- [Intl](https://www.npmjs.com/package/intl)

## How To Use

You can test the app on Appetize.io clicking this button:

Run in Appetize.io

To clone and run this application, you'll need installed on your computer:
- [Git](https://git-scm.com)
- [Node.js](https://nodejs.org/)
- [Yarn v1](https://classic.yarnpkg.com/)
- Android device or emulator configured to run the project

To run the App:

```bash
# Clone the repository
$ git clone https://github.com/rafacdomin/GoMarketplace

# Go into the repository folder
$ cd GoMarketplace

# Install dependencies
$ yarn

# Start the MetroBundler
$ yarn start

# Run the app on your emulator or device
$ yarn android
```

## License

This project is under the MIT license. See the [LICENSE](https://github.com/rafacdomin/GoMarketplace/blob/master/LICENSE) for more information.

---

## Author

Author

Made with :purple_heart: by Rafael Domingues :wave: [Get in touch!](https://www.linkedin.com/in/rafaelcodomingues/)

[![Linkedin Badge](https://img.shields.io/badge/-Rafael_Domingues-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/rafaelcodomingues/)](https://www.linkedin.com/in/rafaelcodomingues/)
[![Gmail Badge](https://img.shields.io/badge/-rafaelcodomingues@gmail.com-c14438?style=flat-square&logo=Gmail&logoColor=white&link=mailto:rafaelcodomingues@gmail.com)](mailto:rafaelcodomingues@gmail.com)
[![DEV.to Badge](https://img.shields.io/badge/DEV.to-rafacdomin-black)](https://dev.to/rafacdomin)
[![GitHub followers](https://img.shields.io/github/followers/rafacdomin?label=Follow&style=social)](https://github.com/rafacdomin/?tab=follow)