This project is an exploration of web API consumption, specifically utilizing the API provided by Dog CEO's Dog API. The primary technologies employed are JavaScript and TypeScript, offering a practical application for enhancing skills in interacting with web APIs.
To get started with local development, follow these steps:
- Clone the Repository: Clone the repository to your local machine to start development.
- Compile TypeScript: Use the command
tsc --watch
to compile TypeScript. Thewatch
argument ensures that TypeScript recompiles upon detecting any changes in the code. - Run the Website Locally: Utilize the
Live Server
extension in Visual Studio Code to run the website locally and view changes in real-time.
The live version of the website can be accessed at https://joeprogrammer88.github.io/DogAPIExample/.
Below is a screenshot demonstrating the functionality of the project: