AAminatinaminat.hashnode.dev·Mar 3, 2023 · 2 min readCreate a drawing app using HTML, CSS and JavaScriptWelcome to the Codewithrandom blog. In this blog, We learn how to create a Drawing App. We use HTML, CSS, and JavaScript for this Drawing App. HTML Code For Drawing App <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="view...00
AAminatinaminat.hashnode.dev·Mar 3, 2023 · 4 min readMovie App using HTML, CSS, and JavascriptDear Reader, Let’s do some good exercises by building a Trending Movies app using HTML, CSS, and Javascript. The movie’s data used in the project are fetched from themoviebd. org API. Folder Structure of the project index.html — contains the HTML la...00
AAminatinaminat.hashnode.dev·Mar 2, 2023 · 3 min readCreate GitHub Username Search Using JavaScriptWelcome to Code With Random blog. In this blog, we learn how to create a GitHub Username Search We use HTML & CSS and javascript for this.GitHub Username Search. I am not going to be written much in this article but going to provide you with the code...00
AAminatinaminat.hashnode.dev·Feb 28, 2023 · 5 min readCreate A Notes App in HTML CSS & JavaScriptWelcome to todays blog. In this blog, we learn how to create a Notes App Using HTML, CSS, and JavaScript. In this Notes App, you can new Notes, Edit Notes and Delete it. In this note app, users can easily add, edit, or delete their notes. The notes u...00
AAminatinaminat.hashnode.dev·Feb 27, 2023 · 6 min readBuilding a Recipe Web AppIn this article, we would create a functional application that allows individuals to search for food recipes. To get these recipes, we have to make use of an external API. API stands for application programming interface, which is a set of definition...00