A mobile iOS app for plant lovers who need some inspiration when it comes to their next plant purchase.
As a User,
So I can create my own account,
I would like to be able to sign up to the app.
As a User,
So I can access my account,
I would like to be able to login to the app.
As a User,
So that I can get inspiration to buy my next plant,
I would like a button that generates a random selection.
As a User,
So that I can remember my recommended plants,
I would like to be able to save each recommendation to my wishlist.
As a User,
So that I can remove plants I no longer like,
I would like to be able to delete plants from my wishlist.
As a Developer,
So that only signed up users can use the app,
I would like an error message to show if incorrect login details are entered.
As a Developer,
So that each account has sufficient security,
I would like passwords to be a minimum of 8 characters (incl. a special character and a number).
All User Stories were broken down into smaller tickets and tracked using Trello.
N.B: A Mac computer is required to run this app
Run the following commands in your termminal to clone the project and install all dependencies:
$ git clone https://github.com/katieljones/FinalProject_CMP.git
$ cd FinalProject_CMP
$ sudo gem install cocoapods (enter computer password when prompted)
$ pod install
To open the project:
1. Open Xcode application (download from Apple App Store if not already installed on Mac)
2. Select 'Open new project'
3. Navigate to ChooseMyPlant project folder and open the 'Choose My Plant.xcworkspace' file
4. Press the 'Play' button in the top left-hand corner of Xcode to run the build
5. An iOS simulator will open once the build is complete and you will be able to interact with the app.


