Passionate second-year Engineering student with a focus on Web Development technology and Competitive programming. Actively engaged in platforms like Leet Code and Geeks for Geeks to continuously improve skills in these areas. Eager to contribute knowledge and expertise to the field of Web Development.
HTML5
Classic tic-tac-toe game with 2 different gam modes: Single-Player & Multi-Player.
Single -Player mode: Play against an AI at different difficulties. Minimax Algorithm is used for AI logic
Multi-Player mode : Play against a peer locally.
Link: https://abdul8704.github.io/tic-tac-toe/
A simple website that helps users know about the weather at any city. Written in HTML, CSS &JavaScript.
With API from openweather.org, integrated with JavaScript's fetch method to retrieve real-time data.
Link: https://abdul8704.github.io/Weather/
Aimed to boost productivity by keeping up a to-do list. Simple design and interactive user-interface.
Each task is stored in browser's local storage to preserve data.
Link: https://abdul8704.github.io/to-do-list/