About me
Tools I use
HTML
CSS
Java Script
VSC
Bootstrap
GitHub
API
Flexbox
Hosting
Responsive
SEO
React
My Projects
A very simple Rock, Paper, Scissors game created in HTML, CSS and JS, with a focus on implementing DOM methods. In the UI, the player is able to play against the computer. After 5 successfull rounds, the game announces the winner.
An app showing current and forecasted weather, both for users' location as well as any other city in the world. Created with HTML, CSS and JavaScript, using Bootstrap, API and AJAX technologies as well as DevOps practices. Fully responsive for different screen sizes.
Dictionary app built in ReactJS. The app uses two separate APIs for rendering pictures and definitions. Uses such functionalities as carousel display gallery, audio play buttons and collapsable elements. Fully responsive for different screen sizes.
A weather application built in ReactJS, with the styling usage of CSS and Bootstrap. Functional search engine using Open Weather Map APIs for current and forecasted weather, also including user's geolocation. Having such extras as conversion from Celsius to Fahrenheit, changing background and color palette depending on the weather and day time, as well as a carousel used to present a 6-day forecast.
Fully functional calculator. The content and interface were created in HTML and CSS (using FlexBox) but the real magic happend 'under the hood'. Calculator's engine was created in Vanilla JavaScript, allowing to store the data input by the user, present them on two screens and make requested calculations.