Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak

Orest D.

Offer Orest work on your next project.

Ukraine Lutsk, Ukraine
3 months 13 days back
A little busy a little busy
on the service 3 months 13 days

Rating

Successful projects
No data
Average rating
No data
Rating
3
HTML & CSS 3
5359 place out of 5609
Javascript and Typescript
3325 place out of 3449

Skills and abilities

Portfolio


  • 23 USD

    Weather

    Javascript and Typescript
    This application is a dynamic web interface that combines working with asynchronous requests and modern layout. The main logic is based on user interaction with the server through an API.

    How it works technically:
    Data Fetching: The application uses the JavaScript Fetch API to send asynchronous requests to the OpenWeatherMap servers. The user enters the name of the city, after which the code forms a URL request and receives a response in JSON format.

    Response Handling: The program checks the status of the response (for example, whether such a city exists). If the data is successfully retrieved, it is passed to the DOM tree for instant display without reloading the page.

    Dynamic UI Update: Depending on the received weather code (cloudy, rainy, clear), the application automatically changes icons and background images, providing visual feedback.