Skip to content

amintasvrp/plantinhas

Repository files navigation



A mobile app to manage your plants easily.

Node.js React Native Expo

Plantinhas is a mobile app that reminds you to water your plants.

Demo

Getting Started

Architecture

  1. SERVER: the server;
  2. MOBILE: the native interfaces for Android and iOS.

Prerequisites

  • It is necessary to have Node.js installed on the machine;
  • Also, it is necessary to have a package manager either NPM or Yarn;
  • Finally, it is essential to have Expo installed globally on the machine.
  1. Make a clone:
   git clone https://github.com/amintasvrp/plantinhas.git
  1. Running the Application:
  # Install dependencies
  npm install --legacy-peer-deps
  
  # Launch the test server
  # Remember set host/port in .env file
  json-server ./src/services/server.json  --port 3333

  # Launch the mobile application
  npm start

Contributing

Make a pull request and make clear what changes have been made and which bugs persist. Do not introduce bugs, be proactive!

Licenses

About

A mobile app that reminds you to water your plants.

Topics

Resources

License

Stars

Watchers

Forks