Hey there!

I am Chanchal Rajput

I am a front-end developer!

Technologies I Know

Below are the languages/frameworks I've worked on..

Projects

Some of my featured projects   see all

social

Vivid - Social Media App

  • React.js
  • React-router
  • Redux Toolkit
  • Tailwind css
  • Mockbee(mock backend)

A social media app with features such as create/edit/delete posts, follow users, like/comment on posts, view profiles, edit profile and save posts.

ecommerce

Ipops Eyewear - E-commerce App

  • React
  • React-router
  • Razorpay Integration
  • Breeze.css(Component library)
  • Mockbee(mock backend)

An E-commerce app for eyewear with features such as filter products, wishlist management, cart management, address management, payment integration, coupons and checkout

Blogs

I am also working on some technical and non techincal blogs. I like to document my journey of learning.

Promise.all() Vs Promise.allSettled() in JS

May 28, 2022

As a developer once in a while in your javascript journey you may have got confused between the promise methods. Today in this article, I am going to walk you through promise.all() and promise.allSettled() methods of promises.

Closures in JS

May 24, 2021

In this article I am going to walk you through Closures one of the important concept in JavaScript. By the end of this article you will get an idea about closures. What is closure? A function along with its lexical scope bundled together forms a closure.