/Zoo

Tracks animals admitted to zoo, sorts by age

Primary LanguageTypeScript

Zoo Animal Tracker

This is an app designed to add, edit, and view new animals admitted to a zoo - Version 1: 23/02/2018

By: Danyel Murray

Dependencies/Set Up

npm, gulp, and bower

Specifications

Behavior Input Output
User adds information about new animals that is stored in a list "Species", "Name", "Age", "Diet", "Location", "Caretakers", "Sex", "Likes", "Dislikes" Program displays all categories for each animal
User can view all animals "All Animals" Returns a complete list of all animals and their descriptions
User can view all juvenile or mature animals Mature = > 2 years, Juvenile = < 2 years Returns list of each with full descriptions of animals
User can edit all animal descriptions "Age: 3" "Age: 4"

Technologies used:

-javascript

-node

-gulp

-bower

Known bugs:

Please alert to any bugs in my program

Contact Details:

License

Copyright (C) 2017 Danyel Murray

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.