/PET-FIND

Primary LanguageJavaScript

TITLE

Petflix

  • Petflix is a web application that helps people find pets to adopt. The project uses data to display information about animals and organizations available for adoption.

Minimum Viable Product (MVP)

The MVP for the project includes the following features:

  • A home page that provides information about the purpose of the application The ability for users to view a list of random animals available for adoption The ability for users to view a list of organizations that offer animal adoption services The ability for users to search for animals by breed and type A details page for each animal that provides detailed information about the animal A details page for each organization that provides detailed information about the organization

LIVE LINK

Getting Started

In order for you to use the content on this repo ensure you have the following:

  • A computer that runs on either of the following; -(Windows 7+, Linux, Mac OS)
  • nodejs 9.0+

Installation

To use this repo on your machine requires some simple steps

Alternative One

  • Open a terminal / command line interface on your computer

  • Clone the repo by using the following:

      git clone git@github.com:Darylcosm0/petflix.git
    

Be patient as it creates a copy on your local machine for you.

  • Change directory to the repo folder:

      cd bot-battle
    
  • (Optional) Open it in Visual Studio Code

      code .
    
  • (Alternate Option) Open it in any editor of your choice.

Alternative Two

  • On the top right corner of this page there is a button labelled Fork.
  • Click on that button to fork the repo to your own account.
  • Take on the process in Alternative One above.
  • Remember to replace your username when cloning.

git@github.com:Darylcosm0/petflix.git

Running the application

You can use the following steps to run the app.

  • Install required dependencies from npm

    npm install
    
  • Run the application on the browser

    npm start
    

x button deleted the bot completely from the database

Authors

This project was contributed to by:

License

The project is licensed under ISC