/plantz

🌱 Application to help and notify users to take care of their plants.

Primary LanguageTypeScript

go move

🌱 plantz

πŸ”— Application to help and notify users to take care of their plants.

πŸ“¦ Components

πŸš€ Getting Started

These instructions will get you a copy of the full project up and running on your local machine for development and testing purposes.

The project can be built with npm or yarn, so choose one of the approach bellow in case you don't have any installed on your system.

  • Npm is distributed with Node.js which means that when you download Node.js, you automatically get npm installed on your computer. Download Node.js

  • Yarn is a package manager built by Facebook Team and seems to be faster than npm in general. Download Yarn

  • React Native CLI is a package that contains tools and helpers for React Native projects in form of a command line tool. Download React Native CLI

  • Expo CLI is a command line app that is the main interface between a developer and Expo tools. Download Expo CLI

βš’οΈ How to Install

⬇ To download the project follow the instructions bellow

1. git clone https://github.com/YuriPerro/plantz.git
2. cd plantz

🎯 Install the dependencies and start the server

3. yarn install
4. expo start

or

3. npm install
4. expo start

πŸ’» Starting fake server api

  1. Open Prompt command (CMD) in administration mode
  2. Run ipconfig /all
  3. Copy the IPV4 number
  4. Open file ./src/services/api.ts and replace all "XX" on baseURL:http://XXXXXXXXXXXXX:3333/ to YOUR_IPV4
  5. Paste your IPV4 in code below and run
json-server ./src/services/server.json --host <YOUR_IPV4_HERE> --port 3333 --delay 700

πŸ“ƒLicense

  • Licensed for users and contributors under MIT license.
  • M.I.T

πŸ’‘ PS: Feel free to send any ideas or modifications to the project


Developed with πŸ’œ by Yuri Baumgartner