Tag js

Weather app live on GitHub

I have created a React app “Weather App“, which allows user to chat with AI. It is a part if the udemy.com course: “React JS: Build 6 Real-World React Apps with AI Integration.” There are some differences compared to the…

Chat Bot with AI

Eva's Own Chat AI

I have created a React app “Chat Bot App“, which allows user to chat with AI. It is a part if the udemy.com course: “React JS: Build 6 Real-World React Apps with AI Integration.” With the help of great instructions…

React & Node & Express app

This is my Phonebook project. The app is not working any more, since I am not paying for the fly.io server now. It can be found on GitHub though: frontend and backend. an assignment of University of Helsinky’s Full Stack…

How to integrate Bootstrap with Worpress

I have tried several options of how to integrate Bootsrap with WordPress. According to Bootstrap guidelines, we need Bootstrap’s css to be loaded before all the other css files. The scripts for Bootstrap’s JavaScript should be loaded before the closing…

How to prevent right-click on images

This is a very simple code by @rickymccallum87 from wordpress.org support. It is JavaScript. I installed the plugin Insert Headers and Footers by WPBeginner and put the following code into “Scripts in the footer”: Wondering what the event => event.preventDefault()…