
Landing page for reconstruction company in Canada
This website is fully-responsive landing page belongs to a reconstruction company in Canada. Crafted using React and Tailwind, it's hosted on Netlify.

A custom mouse cursor component with flexible settings
The FollowMouse component is a React component that tracks the mouse cursor position and renders a customizable mouse follower element. It allows you to add interactive and visually appealing mouse effects to your web applications. Also, it understands which element it's hovering and apply the different related impacts on the component (e.g. button, a, img, span, p, etc...)

This is my app on React where you can: Create employees, Delete Employees, Select employees for award, Select employees for promotion, Filter employees, and Search Employees.
This is project deployed on the GitHub pages. Also, it uses CI/CD(GitHub Actions) for running tests from the Tests branch(webdriverIO) and deploys the build on the GitHub Pages.

This is the app on Python for calculating the amount of fuel or oil that is left onboard.
In this app, you can specify the fuel/oil tank, enter the measurements(sounding) of the selected tank, and receive the amount of fuel/oil left on the vessel in the m3 and tonnes. Also you can generate the summary report(xlsx) for all ship's tanks.

This is a dashboard created with Syncfusion. This dashboard has different apps: Calendar, Kanban, Editor, Color-Picker; Chart: Line, Area;

This is project with automation tests based on the webdriverIO for the Magento 2 site and project works with the Allure reporter;
You can specify the Product Listing page from the CL. For that enter a value into the ListingPage variable(package.json > scripts > wdio > ListingPage). For example: ListingPage=women_Jackets then the page: https://magento.softwaretestingboard.com/women/tops-women/jackets-women.html will be opened. By default is the "women_HoodiesAndSweatshirts"(if you left the ListingPage empty). For specifing Hoodies & Sweatshirts use "HoodiesAndSweatshirts"; For Fitness Equipment: "gear_FitnessEquipment"

This app uses Dockerizing a Python Django app with React, serving from the same host;
Music Room is a web application that allows users to create a room and play music from Spotify. Other users who have access to the room can vote to skip songs, pause or start the music, and view the song queue.