Shelter is a website consisting of two pages, made adaptive and interactive. Data about pets is taken from a json file, which is similar to working with data from a server.
- HTML
- CSS
- JavaScript
You can see the live demo of the project at https://slavr7.github.io/shelter/main.html
To run this project locally, follow these steps:
- Clone this repository.
- Open the
main.html
orpets.html
file in your web browser.
- Responsive layout for different screen sizes.
- Burger menu implemented with JavaScript.
- A pop-up for animal cards on both pages.
- Endless carousel slider on the main page.
- Pagination on the pets page.