😻Cute Cat Wearing Clothes😻
The Cat Randomizer application is a project that aims to display some information about cats using the REST API from TheCatAPI. This application allows users to get pictures and information about cats with one click.
- Displays random pictures of cute cats.
- Displays information about cats, such as name, breed and description based on the breed selected.
- There is a button to obtain complete cat data.
- There is a button to download cat pictures.
- Make sure you have a code editor such as Visual Studio Code installed on your computer.
- You can use
XAMPP
to run the project. But I suggest you to useLive Server
extension in Visual Studio Code. - Download the ZIP archive.
- Extract the file that you have downloaded.
- Open Visual Studio Code and navigate to the directory you downloaded.
- After the installation is complete, start the Live Server by typing
Go Live
in the status bar or right-clicking on the HTML Fileindex.html
and typingOpen with Live Server
in the Explorer Window. - Open a browser and access
http://127.0.0.1:5500
to view the application.