codingcss.hashnode.devFace Hop animation using CSS and JsHere is the cool Face Hop animation using CSS and Js. HTML Here is the HTML part <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet"...Jan 7, 2024ยท6 min read
codingcss.hashnode.devArithmetic Operators in JavaScripthttps://www.youtube.com/channel/UC2ePmMbkHo_xi7RWmWmvdVADec 29, 2023ยท1 min read
codingcss.hashnode.devBuilding an AI Image Classification Tool with Next.jsIntroduction In today's digital age, artificial intelligence (AI) has become an integral part of various industries. One area where AI has made significant strides is in image classification. With the help of pre-trained machine learning models, deve...Dec 26, 2023ยท4 min read
codingcss.hashnode.devTips for styling React apps in JavaScriptWhile many developers still use CSS to style their React apps, writing styles in JavaScript has become an increasingly popular practice as it gives all of the conveniences of CSS preprocessors without the need to learn a new language. Most CSS-in-JS ...Dec 22, 2023ยท2 min read
codingcss.hashnode.devWho's That Pokรฉmon? | JavaScript ProjectHey everyone. Welcome to todayโs tutorial. In todayโs tutorial, we will learn how to create a Pokรฉmon quiz game called โWhoโs the Pokรฉmon?โ. To build this project we would need HTML, CSS, and JavaScript. Letโs discover how to build this project in a ...Dec 21, 2023ยท6 min read