Take a look at what I've been working on!
My Applications
Vanilla Weather
This is a weather application interface. It displays basic weather information for an input city, including the current temperature in celsius or fahrenheit and a 5-day weather forecast.
Built with HTML, CSS, JavaScript, Bootstrap & uses the Axios library to make API requests to retrieve weather data from OpenWeather API.
Weather
This is a weather application interface. It displays the current weather conditions for an input city, along with hourly and weekly forecasts. It also displays the air conditions, including wind and humidity.
Built with HTML, CSS, JavaScript, Bootstrap & uses the Axios library to make API requests to retrieve weather data from OpenWeather API.
Dictionary
This is an English dictionary application interface. Users can search for any word in the search engine and receive accurate meanings, examples, pronunciation and synonyms of that typed word.
Built with HTML, CSS, JavaScript & uses the Axios library to make API requests to retrieve definitions from Dictionary API.
Calculator
This is a calculator application interface. It has a display area where the entered numbers and calculation results are shown, and several buttons that perform arithmetic operations such as addition, subtraction, multiplication, and division.
Built with HTML, CSS & JavaScript.
Translator
This is a language translator application interface. Users can translate any text into multiple languages, copy translated text, and convert text to speech.
Built with HTML, CSS, JavaScript & uses the Axios library to make API requests to retrieve language translations from MyMemory API.
Currency Exchange
This is a currency exchange application interface. It allows users to convert one currency to another by providing the exchange rate between them.
Built with HTML, CSS, JavaScript & uses the Axios library to make API requests to retrieve country flags & exchange rates from Flags Api & Exchange-Rate API.
My Game Applications
Memory Card
This is a game application interface. It consists of cards with a question mark on one side and an image of a gem on the other. The goal of the game is to find the matching pairs of gems by flipping over two cards at a time.
Built with HTML, CSS & JavaScript.
Sudoku
This is a game application interface. It consists of a 9×9 grid with numbers appearing in some of the squares. The goal of the puzzle is to fill the remaining squares, using the numbers 1–9 exactly once in each row, column, and the nine 3×3 subgrids.
Built with HTML, CSS & JavaScript.
Tic Tac Toe
This is a application interface for a two player game in which one player draws X’s and another player draws O’s. The players alternatively attempt to be the first to fill a row with three X’s or O’s.
Built with HTML, CSS & JavaScript.
My Websites
Restaurant
This is a website for 'The Cheesecake Factory'. User's can explore the restaurant's history and menu options, read reviews and reserve tables.
Built with HTML, CSS, Bootstrap & JavaScript.