Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.92 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.92 KB

Happy Tails Adopt

Happy Tails Adopt is a web application that allows users to browse and adopt dogs. Users can add dogs to their favorites and fill out an adoption form. The application utilizes two APIs to fetch random dog images and user names.

⭐️Features

Main Page

  • Dog Cards: Displays dogs available for adoption in cards with a picture and the dog's name.

  • Adoption Option: Clicking on "Adopt" opens a modal with form to fill out and submit to save it in local storage.

  • Favorites: Add dogs to your favorites list, saved in local storage.

Favorites Page

  • Favorite Dogs: Displays only the dogs that have been added to favorites.

Adoption Forms Page

  • View Forms: Displays submitted adoption forms.

  • Edit Forms: Allows users to edit their submitted adoption forms.

  • Delete Forms: Allows users to delete their submitted adoption forms.

⚙️Technologies

Frontend:

  • HTML

  • CSS

  • JavaScript

  • Bootstrap: Used for responsive design, styling and components like modals or toasts.

Storage:

  • Local Storage: Used to store favorite dogs and submitted adoption forms.

APIs:

Installation

  1. Clone the repository:
git clone https://github.com/AdamDawi/Happy-tails-adopt
  1. Open the project in your code editor.
  2. Open index.html in your web browser to view the application.

Here are some overview pictures:

1 2 3 4

Author

Adam Dawidziuk🧑‍💻