Your — Codes
#HTML ─ #CSS ─ #JavaScript3/5/2024

Build an Interactive Drawing Board with Downloadable .webp Art | HTML, CSS, JS Tutorial | canvas to webp in html

Dive into the world of creativity with our step-by-step guide on creating an HTML drawing board on your website. Learn the essentials of HTML, CSS, and JavaScript to enable users to draw and download their masterpieces. This post covers HTML and CSS setup, the magic of JavaScript for drawing, and simplifying your code for a more concise and modern approach. Discover why integrating a drawing board is not just fun but also a meaningful way to engage your audience. Explore the importance of learning canvas and related technologies in HTML, unlocking the potential for interactive and visually appealing web experiences. Join us on this journey and empower your users to become digital artists on your webpage!

@total-typescript/ts-reset with next.js app router v13+
#next.js ─ #typescript ─ #how to5/18/2024

Learn how to setup ts-reset with next.js (@total-typescript/ts-reset)

ts-reset is a free tool that improves TypeScript's default type definitions. It makes them stricter, more consistent, and easier to use. By using ts-reset, you can prevent bugs related to type errors and make your code easier to read and maintain. It's similar to how css-reset standardizes styles across different browsers. ts-reset was created by Matt Pocock, who also developed Total TypeScript, a series of workshops designed to help you become highly skilled in TypeScript. If you want to master TypeScript, these workshops are highly recommended!

hover able card component using html and css with source code
#HTML ─ #CSS ─ #User interface (UI)6/24/2024

Create a awesome and hover able card component using html & css only with source code

Learn how to create a awesome & beautiful card component with css hover effects using html and css only

How to setup VS code editor to work with next.js and supabase edge functions at the same time (Deno support for VS code)
#how to ─ #next.js ─ #supabase1/16/2024

How to setup VS code editor to work with next.js and supabase edge functions at the same time (Deno support for VS code)

Learn how to work with supabase edge functions & next.js application in the same working directory of VS Code editor using their multiple code workspaces.

image compressor and resizer using HTML,CSS,JS
#HTML ─ #CSS ─ #JavaScript1/9/2024

Effortless Image Compression and Conversion to .webp Format Using Pure HTML, CSS, and JavaScript 🚀

Learn the art of seamless image compression and transform any image into the efficient .webp format using only HTML, CSS, and JavaScript. Dive into this comprehensive guide for effortless image optimization and maximize your website's performance.

How to create diagram of your project's folder structure in 3 simple steps | convert your folder structure to diagram
#Diagram / flow chart ─ #how to ─ #ChatGPT6/29/2024

How to create diagram of your project's folder structure in 3 simple steps | convert your folder structure to diagram

Converting your project's folder structure to a diagram can be useful in case of presentation, teaching best practices for the folder structure or it can be a requirement for you to explain your code's structure.

get source code from GitHub repo link provided in last
#how to ─ #next.js ─ #typescript5/18/2024

How to create a click to copy functionality in react based applications like next.js, remix, CRA by creating useClickToCopy() hook

creating hooks like useClickToCopy() in React projects provides numerous benefits such as code reuse, abstraction, and separation of concerns, which ultimately lead to improved code quality and developer productivity.

Note application using HTML,CSS and javascript.
#HTML ─ #CSS ─ #JavaScript12/29/2023

Develop a Simple Note Application using HTML, CSS & JavaScript ✨ with some extra features 😍

Taking Notes Is An Essential Part Of Our Daily Lives, Whether It's For Work, School, Or Personal Reasons. With The Advancement In Technology, We Can Now Create Digital Notes That Are Easy To Access, Edit, And Share. In This Blog, We Will Discuss How To Create A Simple Note-Taking web app using html, CSS, JS

#Astro.js ─ #CSS ─ #how to2/27/2024

Creating Theme Toggling Functionality in astro.js using plain CSS with (source code)

In modern web development, providing users with the option to switch between different themes has become a popular feature. Whether it's a light mode for better readability during the day or a dark mode for reduced eye strain at night, offering theme toggling functionality can greatly enhance the user experience. In this article, we'll explore how to implement a simple theme toggling functionality using HTML, CSS, and JavaScript.

How to easily create folder structure in readme with two simple steps thumbnail
#markdown ─ #ChatGPT ─ #bash6/27/2024

How to easily create folder structure in readme with two simple steps

Learn how you can create a folder structure of your project in your readme file. creating folder structure of any of your project in the readme file can be very time taking & panful task for many of the developers.