Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leomssilva/storeinhands

:iphone: StoreInHands is a store listings app.
https://github.com/leomssilva/storeinhands

Last synced: about 6 hours ago
JSON representation

:iphone: StoreInHands is a store listings app.

Awesome Lists containing this project

README

        

storeInHands





[![Author](https://img.shields.io/badge/author-LeoMSSilva-blue?style=flat-square)](https://github.com/LeoMSSilva)
[![Version](https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000)](https://github.com/LeoMSSilva)
[![Languages](https://img.shields.io/github/languages/count/LeoMSSilva/storeInHands?color=blue&style=flat-square)](#)
[![Stars](https://img.shields.io/github/stars/LeoMSSilva/storeInHands?color=blue&style=flat-square)](https://github.com/LeoMSSilva/storeInHands/stargazers)
[![Forks](https://img.shields.io/github/forks/LeoMSSilva/storeInHands?color=blue&style=flat-square)](https://github.com/LeoMSSilva/storeInHands/network/members)
[![Contributors](https://img.shields.io/github/contributors/LeoMSSilva/storeInHands?color=blue&style=flat-square)](https://github.com/LeoMSSilva/storeInHands/graphs/contributors)

Access to layout on: [Figma](https://www.figma.com/file/hredFAOIsOIG230izOVNm8)

---

# :pushpin: Table of Contents

- :house: [About](#house-about)
- :dart: [Installation](#dart-installation)
- :gear: [Install dependencies](#hammer_and_wrench-install-dependencies)
- :rocket: [Getting started](#rocket-getting-started)
- :computer: [Techs](#computer-techs)
- :bust_in_silhouette: [Author](#bust_in_silhouette-author)
- :handshake: [Contributing](#handshake-contributing)
- :scroll: [License](#scroll-license)

---

# :house: About

This project was developed with **React Native** and using **Expo**.

The **React Navigator Stack** to build navigation between app screens.

**Stylized Components** to style the components.

**React Native Bouncy Checkbox** and **React Native Currency Input** for custom inputs.

I also used the **Expo Vector Icons** app icons.

**Firebase** for authentication.

The purpose of this app is to help with shopping, saving time and promoting greater control over your finances.
Users can create in their account as many lists as they want to be more organized, such as dividing by sectors: a list for production, another for butcher shop, market, among others. This way, they will be more focused regardless of the establishment they are in and will know exactly what to look for to complete the purchase. The application has a price calculator, which allows the user to track expenses by seeing whether they are within budget or not. Each item on the list can be easily deselected in this calculation, so you have control over how much you want to spend.

---

# :dart: Installation

**First you need to install:**

- [Node.js](https://pt-br.nodejs.org/) (required)
- [Yarn](https://yarnpkg.com/) (optional)
- [Expo](https://expo.io/) (required)

**Then in order, clone the project.**

By HTTPS, running this command:

```bash
git clone https://github.com/LeoMSSilva/storeInHands.git
```

Or by ssh, running this command:

```bash
git clone [email protected]:LeoMSSilva/storeInHands.git
```

SSH is a secure protocol, but you need to register a key ssh in your github before.

## :hammer_and_wrench: Install dependencies

```bash
yarn
```

or

```bash
yarn install
```

## :rocket: Getting Started

```bash
expo start
```

---

# :computer: Techs

- Expo
- Expo/vector-icons
- Firebase
- React
- React-native
- React-navigation/native
- React Native Bouncy Checkbox
- React Native Currency Input
- Styled-components
---

# :bust_in_silhouette: Author

**LeoMSSilva**

- Github: [@LeoMSSilva](https://github.com/LeoMSSilva)
- LinkedIn: [@LeoMSSilva](https://linkedin.com/in/LeoMSSilva)

---

# :handshake: Contributing

Contributions, issues and feature requests are welcome! Feel free to **file a new issue** on the [storeInHands](https://github.com/LeoMSSilva/storeInHands/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**!

---

# :scroll: License

Copyright :copyright: 2021 [LeoMSSilva](https://github.com/LeoMSSilva).


This project is [MIT](https://github.com/LeoMSSilva/storeInHands/blob/main/LICENSE) licensed.

---