https://github.com/adamdawi/happy-tails-adopt
Dog adoption responsive website built as part of my university project. The site features HTML, CSS, and JavaScript, with Bootstrap for responsive design.
https://github.com/adamdawi/happy-tails-adopt
bootstrap css dog-adoption dog-images-api html javascript localstorage responsive-design web-application
Last synced: 2 months ago
JSON representation
Dog adoption responsive website built as part of my university project. The site features HTML, CSS, and JavaScript, with Bootstrap for responsive design.
- Host: GitHub
- URL: https://github.com/adamdawi/happy-tails-adopt
- Owner: AdamDawi
- Created: 2024-05-17T07:42:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T22:40:30.000Z (over 1 year ago)
- Last Synced: 2025-06-05T09:40:40.147Z (about 1 year ago)
- Topics: bootstrap, css, dog-adoption, dog-images-api, html, javascript, localstorage, responsive-design, web-application
- Language: HTML
- Homepage: https://adamdawi.github.io/Happy-tails-adopt/
- Size: 287 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
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.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/AdamDawi/Happy-tails-adopt
```
2. Open the project in your code editor.
3. Open index.html in your web browser to view the application.
## Here are some overview pictures:




## Author
Adam Dawidziuk🧑💻