https://github.com/williamnovak/happypaws
:dog: Front-end university project for a fictitious pet shop
https://github.com/williamnovak/happypaws
bootstrap css html5 javascript jquery
Last synced: 6 months ago
JSON representation
:dog: Front-end university project for a fictitious pet shop
- Host: GitHub
- URL: https://github.com/williamnovak/happypaws
- Owner: WilliamNovak
- Created: 2024-08-28T23:56:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T02:45:28.000Z (almost 2 years ago)
- Last Synced: 2025-02-11T09:49:19.769Z (over 1 year ago)
- Topics: bootstrap, css, html5, javascript, jquery
- Language: HTML
- Homepage: https://williamnovak.github.io/HappyPaws/
- Size: 2.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :dog: HappyPaws
Front-end university project for a fictitious pet shop
:computer: [Demo Page](https://williamnovak.github.io/HappyPaws/)
## Description
This project presents the user interface (frontend) for an online pet shop. The application allows users to:
* **View information about the pet shop:** Contact information, services offered, etc.
* **Manage account:** Registration, login, edit personal data.
* **Manage pets:** Register and edit information about pets.
* **Buy products:** Select products (wet food, dry food, for dogs or cats, small or large) and add them to the cart.
* **Hire services:** Schedule services such as bathing and grooming.
* **View shopping cart:** View added items and finalize the purchase (simulated).
* **Finalize order:** Confirm order items and make payment (simulated).
**Important:** This project is focused exclusively on the user interface. Backend functionalities, such as connecting to a database, business rules, manage shopping cart and payment processing are not implemented in this project.
## Technologies
* **HTML:** Basic structure of the pages.
* **CSS:** Styling of the pages.
* **JavaScript:** Interactive logic of the pages.
* **Bootstrap:** CSS framework to facilitate responsive development and the creation of predefined components.
* **jQuery:** JavaScript library for DOM manipulation and creating effects.
* **Font Awesome:** Icon library to enrich the interface.