rv-s project
Step into the world of RV Cars, where luxury meets mobility.
Our website is a gateway to exploring the epitome of sophisticated travel, offering an exclusive collection of state-of-the-art recreational vehicles that promise unparalleled comfort and performance.
Every model is a blend of modern design, innovative technology, and robust engineering - ensuring your journeys are not just traveled but experienced.
Navigate through our user-friendly interface, enriched with detailed imagery and comprehensive information that brings each model to life before your eyes. At RV Cars, we don’t just offer vehicles; we present moving masterpieces that redefine travel.
view project
tic-tac-toe project
Tic-tac-toe is a timeless paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game.
## Starting the Game - The game is played on a grid that's 3 squares by 3 squares. - Players decide who goes first. - One player chooses X and the other O.
## How to Win - The first player to get 3 of her marks in a row (up, down, across, or diagonally) is the winner. - When all 9 squares are full, the game is over. If no player has 3 marks in a row, the game ends in a tie.
Remember, tic-tac-toe is a solved game. With perfect play from both players, the game will always end in a tie.
play tic tac toeweather project
A responsive weather application that displays current conditions and a 6-day forecast for any city. Built with semantic HTML, custom CSS, and vanilla JavaScript, it integrates with the OpenWeather API to deliver real-time data and dynamic UI updates.
Tech stack: HTML5, CSS3, JavaScript (ES6+), Axios, OpenWeather API.
Features: - City-based search with live weather updates - Real-time temperature, humidity, wind speed, and weather description - Dynamic weather icons mapped to day/night conditions - Live clock with formatted time and date - 6-day forecast rendered dynamically with temperature ranges and weekday labels
Architecture: Modular JavaScript functions for API calls, DOM updates, and formatting logic. Uses Axios for efficient data fetching and error resilience. Clean separation of concerns between structure, styling, and behavior.
Developer: Created by Yevheniia Kovzikova.
Deployment: Hosted on Vercel and open-sourced on GitHub.
view project