Kritika Pattalam Bharathkumar
Kritika's Blog

Kritika's Blog

Follow
homeHTMLJavaScriptCSSWeb DevelopmentSponsornewsletter
Tag

Web Development

#web-development

More content

Read more stories on Hashnode


Articles with this tag

HTML Roadmap

Jan 5, 20222 min read 4.7K views

Are you planning to start your coding journey?. Then this is for you - a roadmap to help you achieve your goals. · Here is a list of things one should...

HTML Roadmap

Do you use git? Then this is for you...

Dec 6, 20212 min read 449 views

7 ways in which you can add files to your commit using git add · For anyone who uses git, git add is the most commonly used terminal command to add...

Do you use git? Then this is for you...

Create a DOWNLOAD link in a single line of HTML

Oct 19, 20212 min read 1.3K views

As a website user, one would have come across links or buttons which say "Click to download" or "Download" on a website. Have you ever wondered how...

Create a DOWNLOAD link in a single line of HTML

First Step to Learning Vue JS - 3

Sep 26, 20214 min read 763 views

Display Hello World and custom message using two-way data binding · As part of this blog, let's see how to get started with Vue JS -3. Just like any...

First Step to Learning Vue JS - 3

Display random quotes from Chuck Norris API

Sep 14, 20217 min read 1.3K views

Build a random quote generator using an API - JavaScript · What a fun way to learn JavaScript than by building projects. In my previous blog post, I...

Display random quotes from Chuck Norris API

Build a Random Quote Generator using JavaScript

Sep 1, 20217 min read 6.3K views

Learn JavaScript by building a random quote generator - designed for beginners. · The best way to learn to code is by practice and by building small...

Build a Random Quote Generator using JavaScript