This app asks the user for facts about themselves, then compares them against indivdual fact-sets across 9 different dinosaurs. With each refresh, the species name, species pic, and a new, randomly selected, fact about each dinosaur is displayed. Some of these facts are about the dinosaur itself, and some come as the result of methods that compare facts about the dinosaur to facts input by the user (namely height, weight, and diet).
This app runs in a development environment. To get it up and running, follow steps below.
-
In the terminal run "npm i". Then to start the dev server, "npm run dev"
-
With the dev server running, in the browser navigate to "http://localhost:5000/"
-
After filling out the form and clicking submit you'll see the form disappear and the grid appear