This little website will show you a random dog picture every time you reload it.
You can try the website on this link.
You can try to make your own by follow the step below.
- clone this repository
git clone https://github.com/Chewrs/random_dog.git
- install all the library
pip -r requirements.txt
or
pip3 -r requirements.txt
-
you can adjust the API and Flask in flask_app.py, and the html in /templates/index.html
-
host the website, you can host on whatever you want. But I use pythonanywhere by follow the tutorial video on YouTube
!! More information about this project will come soon !!
Thanks to Dog API for the API, and Chat-GPT that helped me fix errors while coding.