Skip to content

elvisonob/Animal-test-Simulation-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

Animal Zoo Simulator

Project Description

This Application displays three types of Animals in a zoo.

Each zoo compartment contains five of each type of animal.

Each animal starts with an health status of 100%.

After each hour, a random figure between 0 and 20 is generated, and this figure's percentage of the current Animal's health reduces their health status.

When a monkey has a health status below 30%, it is proclaimed 'Dead'.
When a Giraffe has a health status below 50%, it is proclaimed 'Dead'.
When an Elephant has a health status below 70%, it either 'Can't walk' or 'Dead'

Each Animal's health status can also be fed/increased when a User queries the Feed button.

I used create-react-app to execute the project.

Setup

Please Fork this repository
Clone the forked repository onto your local machine
In the root directory, type `npm install`, which installs dependencies for the project
Finally, type `npm start`, which starts a development server that runs the webpage in your browser.

Project Usage

User experience is optimized as they can easily navigate between each page and seamlessly interact with the application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published