Visit Awesome Code Snippets (Revamp)
OpenI recently gave the original Awesome Code Snippets a complete revamp — now it’s running on a modern Next.js + Django stack. I leaned on AI tools to handle repetitive bits and speed up code generation, and integrated NextAuth for smooth, secure user sign-ins. With the site up and running, I’m now deep into performance tuning — experimenting, tweaking, and learning how to make it faster, more scalable, and just feel better to use.
Visit Awesome Code Snippets
OpenDeveloped a full-stack Django web application for code snippet sharing with multiple language support, user authentication, commenting system, and rating functionality. Features include syntax highlighting, bookmark management, and responsive design. built with with modern web technologies including Python, Django, JavaScript, and Bulma CSS.inspiration was to create a website similar to https://carbon.now.sh/ but with some extended functionality.
Visit Todo with Drag and Drop
OpenA web app where i had tried to implement drag and drop functionality in react by creating Todo Application.i have not used any third party libraries for implementing drag and drop functionality.
Visit Ecommerce website
OpenA Web App where i had tried to implement Ecommerce website using React.I have tried to create replica of a website i came across while learning react and ui development.currently i dont remember the reference of the actual one but will add it if i found it out
Visit Pixel Art Canvas
OpenSimply Select a color and draw whatever you like in the canvas.
Visit Calendar Slot Booking
OpenI’ve built a frontend web application that allows users to select specific time slots. I created it as part of my practice with DOM manipulation.
Visit Credit Card Form
OpenHere I have tried to create an UI for Credit Card form.the goal here was to learn animations using react.inspiration is taken from codepen.io example which was created on VueJs(https://codepen.io/JavaScriptJunkie/pen/YzzNGeR)
Visit 3D Fan Animation
OpenA fun web application where I recreated the look and functionality of a real fan.
Visit Tic Tac Toe Game
OpenA small classical game that i created using react where the major focus was on game logic than UI.
Visit Scroll Animation with Intersection Observer
OpenA small web application that i created while practicing intersection observer. I was fascinated by how scroll animations work. It was a great experience while working on this project.
Visit 3D Transform Playground
OpenBasically a playground where i tested out css 3d-transforms and animations.
Visit Cart Functionality
OpenHere I have tried to create an UI for Cart Functionality.the goal here was to learn state management using react.
Actually this from what i can remember is the above ui was one of the task at frontend masters.Just Created it for fun and to learn more about react and UI development.