Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikSubocz committed May 17, 2024
2 parents 73cbdce + a45ce57 commit df5d79b
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<img width="300" height="300" src="https://github.com/DominikSubocz/Pawfectcare-Website/assets/121230993/cd3a0017-c2d6-480d-b06b-7b67440cb924">
</p>
<hr>

# Pawfect Care Veterinary Website

Welcome to Pawfect Care Veterinary Website! This repository contains the source code for my multiplatform website, developed as part of the Multiplatform Websites assessment for the HND Software Development (Year 2) course.
Expand All @@ -18,7 +19,16 @@ Pawfect Care is a comprehensive veterinary website aimed at providing pet owners
- **Contact Us Form**: Virtual consultation services for pet health concerns and queries.
- **Blog**: Access to articles, videos, and FAQs covering various aspects of pet care and health.
- **CRUD Operations**: Ability to add, update and remove pets from the adoption list.
- **Responsive Design**: Optimized for multiplatform use, including desktops, tablets, and smartphones.

## Responsive Design
Optimized for multiplatform use, including desktops, tablets, and smartphones.

<img width="1000" height="450" src="https://github.com/DominikSubocz/Pawfectcare-Website/assets/121230993/d7f79dd2-dee8-4390-92a8-1141a058833b">






## Getting Started

Expand All @@ -33,7 +43,12 @@ To run PawfectCare locally, follow these steps:

## Documentation

Documentation website for this project is currently under development and will be released soon. The documentation provides detailed information on how to use the PawfectCare website, including installation instructions, usage guidelines, and feature explanations. It also includes technical details for developers interested in contributing to the project or extending its functionality. Please refer to the documentation for any questions or assistance with using the application.
Documentation website provides detailed information on how to use the PawfectCare website, including installation instructions, usage guidelines, and feature explanations. It also includes technical details for developers interested in contributing to the project or extending its functionality. Please refer to the documentation for any questions or assistance with using the application.

Documentation website for this project is available on this <a href="https://pawfectcare-documentation.netlify.app/">website</a>.

![image](https://github.com/DominikSubocz/Pawfectcare-Website/assets/121230993/a01aa170-5d68-476e-beb5-e301f3097898)


## Contributing

Expand All @@ -52,3 +67,6 @@ This project is licensed under the [GNU Affero General Public License (AGPL)](LI
The GNU Affero General Public License is a copyleft license, meaning that any modification to the code must be released under the same license. This ensures that improvements to the software are shared back with the community, even if the software is used over the internet as a web service.

For more details, please use the [LICENSE](LICENSE.txt) file.

## Security Note
Please note that while this website has some security measures in place, it is not fully secured. Password encryption and input sanitization are implemented; however, code can still be executed through the developer console. I plan to implement more security measures in the future. In the meantime, if you intend to use this website extensively, I recommend implementing additional security measures yourself.

0 comments on commit df5d79b

Please sign in to comment.