I am Aman Tyagi,

a front-end developer

and blogger

Front-end Mentor Projects

Fylo landing page with two column layout

This project is great if you're starting to get confident with slightly more complex layouts. The second section with the testimonial area will provide a nice challenge. (by front-end mentor)

Huddle landing page with alternating feature blocks

This challenge is perfect if you're wanting to practice your layout skills. If you're starting to get a bit more confident laying out a web page, give this project a go. (by front-end mentor)

Intro component with sign-up form

Practice building out a sign-up form complete with client-side validation using JavaScript. (by front-end mentor)

Coding bootcamp testimonials Slider

This challenge will be a nice test if you're new to JavaScript. It's also a great opportunity to play around with content animations and transitions. (by front-end mentor)

Huddle landing page with a single introductory section

A perfect challenge for beginners, this project will get you working with a two column layout. (by front-end mentor)

Four card feature section

A nice layout-based challenge for beginners. This will test anyone who is new to multi-column and responsive layouts. (by front-end mentor)

Blog

Helloo World 👋!

16 Aug 2020

Welcome 🎀 I am Aman Tyagi, a front-end developer and this is my very first article in my life I am very excited to start my journey as a blogger, and I am going to start a new life as a new Aman Tyagi who will now Blog his journey to be a better person as well a better web developer,... read more

A shallow dive into CSS Grid Layout

17 Aug 2020

Hellooo and welcome to the Blog #2 In this article I am going to discuss about CSS Grid Layout System So let's get started :- Grid is a powerful layout tool in CSS, that let's you easily design a complex layout using "row and column approach". Brief... read more

Let's Flexbox it! ......part-1

31 Aug 2020

Other than Grid Layout System CSS has another layout system usually known as Flexbox. Flexbox is a one-dimensional Flexible box layout. Helloo and welcome to the article #3.1, part-1 of "Let's Flexbox it", In this article we are going to learn about ... read more

Let's Flexbox it ......part-2

31 Aug 2020

Helloo and welcome to the article #3.2, part-2 of "Let's Flexbox it", In this part we are going to talk about the flexbox properties to be applied on the child elements to the flex-container known as flex-items. So let's get started 🐱‍🏍 The very fi... read more

JavaScript Array Methods

9 Sep 2020

In this series, I am going to point out all the possible array methods and define their purpose, Syntax with examples... read more