Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arrudadev/plantmanager

Mobile application with React Native produced during Next Level Week #05.
https://github.com/arrudadev/plantmanager

expo json-server react-native rocketseat typescript

Last synced: 25 days ago
JSON representation

Mobile application with React Native produced during Next Level Week #05.

Awesome Lists containing this project

README

        


plantmanager

[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

> Mobile application with React Native produced during Next Level Week #05.

Application to help you remember to take care of your plants easily according to each type of plant.

PlantManager

# :pushpin: Table of Contents

* [Technologies](#-technologies)
* [Installation](#construction_worker-installation)
* [Getting Started](#runner-getting-started)
* [Found a bug? Missing a specific feature?](#bug-issues)
* [Contributing](#tada-contributing)
* [License](#closed_book-license)

## 💻 Technologies

This project was developed with the following technologies:

- [Typescript](https://www.typescriptlang.org/)
- [React Native](https://reactnative.dev/)
- [Expo](https://expo.dev/)
- [Expo Notifications](https://docs.expo.dev/versions/latest/sdk/notifications/)

# :construction_worker: Installation

**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) first, then in order to clone the project via HTTPS, run this command:**

```
git clone https://github.com/monteiro-alexandre/plantmanager.git
```

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

```
git clone [email protected]:monteiro-alexandre/plantmanager.git
```

**Install dependencies**

```
yarn install
```

Or

```
npm install
```

# :runner: Getting Started

Run the following command to start Expo DevTools:

```yarn start```

Than you can open the app in your cell phone using the Expo client app for IOS and Android, see:

[Expo Documentation](https://docs.expo.dev/get-started/installation/#2-expo-client-app-for-ios-and).

Start fake api with:

```json-server server.json --host 192.168.1.15 --port 3333 --delay 700```

Replace the host with your local IP address. Do the same for the API file inside services.

# :bug: Issues

Feel free to **file a new issue** with a respective title and description on the the [PlantManager](https://github.com/monteiro-alexandre/plantmanager/issues) 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](https://github.com/monteiro-alexandre/plantmanager/blob/main/CONTRIBUTING.md) to find out about the coding standards.

# :tada: Contributing

Check out the [contributing](https://github.com/monteiro-alexandre/plantmanager/blob/main/CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.

# :closed_book: License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.