Game Of War is a card game web application built using HTML, CSS, and JavaScript, powered by the Deck of Cards API. The game, inspired by the classic "War" card game, allows players to draw cards from a shuffled deck and compete against the computer. The game keeps track of scores, declares a winner when all cards are drawn, and displays real-time updates using intuitive UI elements. The design is user-friendly with a sleek interface, responsive layout, and engaging visuals. The code efficiently handles asynchronous operations using async/await for improved readability and performance. This project showcases solid API integration, effective DOM manipulation, and structured logic for determining game outcomes.