Hellew 👋🏻 , I'am Sourabh Kheraliya an aspiring full stack developer and tech enthusiast. When I'am not coding you can find me playing PC games 🎮 and listening to music 🎵.

Featured Projects

🌈 ShareMoment,(social media app)

source code

features-

  • Create a Post (text-based post), Edit Post, Delete Post
  • User and Explore feed
  • Sort by - trending, oldest and latest
  • Follow/Unfollow users
  • Bookmark Post(Save Post) and Delete Bookmark
  • Like/Unlike and Comments
  • Authentication (Sign-up, Login & Logout)
  • Edit User Profile (Bio, Portfolio URL, Profile Pic)

tech stack - ReactJS, Redux-Toolkit, Chakra-UI, Mock-backend

📺 Focus TV,(video library app)

source code

features-

  • Homepage with featured categories, Video Listing Page & Single
  • Video Page
  • History, Playlists, Likes & Watch Later Management
  • Authentication (Sign-up, Login & Logout)
  • Search Video
  • Filter Videos with Category
  • Fully Responsive

tech stack - ReactJS, Context-API, React-router-v6, Mock-backend

🛒 Focus Store,(e-commerce app)

source code

features-

  • Homepage, Product listing page, Single Product Page
  • Filters by - Price, Category & Ratings
  • Cart Management
  • Wishlist Management
  • Authentication (Sign-up, Login & Logout)
  • User Profile Page
  • Fully Responsive

tech stack - ReactJS, Context-API, React-router-v6, Mock-backend

Featured Blogs

Understanding how map, filter and reduce works
Aug 2, 20217 min read

Introduction In development, we daily face situations in which we have to make calculations based on the content of an array or object in javascript....

Code splitting in your vanillaJS app
Aug 7, 20214 min read

ES6 introduced a way to easily share code among multiple javascript files. This involves - Exporting parts of a javascript file for use in other one...