/feline-fun

Discover as many cat breeds as you can before time runs out!

Primary LanguageJavaScript

This project was bootstrapped with Create React App and has been hosted on netlify. Netlify Status


Feline Fun Game 😸

After an intensive few days learning the basics of React, Reggie and I were tasked with building a small project to exhibit everything we had learned thus far. This repo is forked from our original project, I hope you enjoy what we came up with!


Available Scripts

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.


User Journey

Our user would:

  • Have the option to view a 'how-to play' section via the landing page before starting the game
  • Select an option from a drop-down list populated with cat breeds
  • View a description and picture of the cat chosen whilst the cat is 'alive'
  • Increase the life span of the cat by feeding it, playing with it or taking it to the vet
  • Select another cat or quit the game if the life span of the currently selected cat is above 0
  • Select another cat or go to the landing page/home if they lose the game

Accessibility


Testing


Api Calls

  • getAllCatBreeds
  • getCatInfo

Thanks for reading!