AKSINIA RADAEVA

Front-End Developer based in Brisbane

Contact Me

Find my projects below

Workout Generator app preview

AI Workout Generator

I built this AI powered Workout Generator with CSS, HTML and JavaScript. I learnt how to send entered information from the input form to an AI, and display the answer on the webpage once the API call had been made. I learnt how to optimally set a prompt and context for an AI. I also learnt to use a typewriter plugin for added visual interest when displaying the AI response.

Learn more

World Clocks

I built this World Clock Display with CSS, HTML and JavaScript. I learnt how to create a dropdown menu and learnt how to call and display information on the webpage without refreshing. I set an interval of 1000 milliseconds for displaying each city's time. In this project I also learnt how simple it is to create navigation between multiple HTML pages.

Learn more
World Clocks app preview
Weather Forecast app preview

Weather Forecast

I built this Weather Forecast SPA with CSS, HTML and Javascript. I learnt how to use arrays and create objects. With API calls, I learnt how to send the value of the search input to a library containing cities’ weather information, to then return information specific to the entered value. I learnt how to write HTML code in a JS document to then be displayed on the HTML page with the API’s returned information organised by objects defined in JavaScript.

Learn more