An app that allows a zookeeper of a cryptid zoo track animals as well as their proper care and upkeep.
- Clone this repository at github.com/MacKLess/Crypto-Keeper.git
- Install npm and bower.
- Run
gulp build
. - Run
gulp serve
/ - Navigate to
localhost:3000
in your preferred browser.
- App displays a list of current animals in the zoo.
- A keeper (user) can access information about each animal: species common name, individual name, age, diet, location, sex, likes, and dislikes.
- Example Output: species common name: Fiji Mermaid, individual name: Doug, age: 32, diet: omnivore, location: tropical pools, sex: female, likes: mangoes and 80s Pop, dislikes: local politics.
- A keeper can add newly-admitted animals to the app.
- A keeper can view only young animals (less than 2 years of age).
- A keeper can view only old animals (more than 2 years of age).
- A keeper can edit the name, age, and number of required caretakers for a selected animal.
- Additional functionality that I'd like to include with more time:
- Detailed backstories on each member of the zoo, including binomial scientific names.
- More information about each creature's natural habitat.
- A way to sort each animal by shared habitat.
There are no known bugs.
Please contact ldmackrell@gmail.com with questions, comments, or issues, or if you would like to contribute to the code.
- JavaScript
- jQuery
- Jasmine
- Karma
- Angular2
- Typescript
Copyright (c) 2017 L. Devin MacKrell
*Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*