Sarah Chen
Sarah Chen1
Sarah Chen2
Sarah Chen3
Sarah Chen4
MY DIGITAL WORKBENCH
Hi, I'm Arti Gaund
I’m a full-stack web and Android developer passionate about building modern, scalable applications. I typically work on frontend, backend, and mobile projects.
Contact me:
DummyComponent.jsx
1const DummyComponent = () => { 2 const [count, setCount] = React.useState(0); 3 4 const handleClick = () => { 5 setCount(prev => prev + 1); 6 }; 7 8 return ( 9 <div className="p-4 border rounded-lg"> 10 <h2 className="text-xl font-bold mb-4">Fights Counter</h2> 11 <p className="mb-2">Fight Club Fights Count: {count}</p> 12 <button 13 onClick={handleClick} 14 className="px-4 py-2 bg-blue-500 text-white rounded hover:bg-blue-600" 15 > 16 Increment 17 </button> 18 </div> 19 ); 20 }; 21
Recent Projects
Portfolio
Portfolio

Artigaund Portfolio is a dynamic and responsive portfolio application that integrates with the Notion API to showcase projects with detailed descriptions, live links, and visually engaging designs.

StudySprout
StudySprout

StudySprout is a scalable web application built with Next.js and TypeScript, designed for modern UI development and seamless integrations.

Translator
Translator

Tubers
Tubers

Tubers is a Django-based web application designed to connect users with YouTubers for hiring. It features user authentication, YouTuber management, team showcases, a contact form, and an admin panel, all wrapped in a responsive design for seamless user experience.

Youtube Backend
Youtube Backend

A robust Node.js backend for video-sharing and social media platforms, featuring user authentication, video management, playlists, and social interactions. Built with MongoDB, JWT, and Cloudinary for scalability and seamless media handling.

TshirtExpress
TshirtExpress

TshirtExpress is a full-stack e-commerce application designed for selling T-shirts. (You have to login to see the card)

PersonaBlog
PersonaBlog

PersonaBlog is a personal blogging platform built with ReactJS, designed for users to share thoughts, stories, and ideas. It features a clean, responsive UI and supports creating, editing, and viewing blog posts with ease

What Services I Offer ?
Full-Stack Web Development

Building responsive, scalable, and secure web apps using modern frameworks like React, Next.js, and Node.js.

Android App Development

Crafting intuitive and performant Android apps with Kotlin, Jetpack Compose, and modern architecture.

UI/UX Implementation

Translating designs into smooth, pixel-perfect interfaces that elevate user experience.

API Design & Integration

Creating and integrating RESTful APIs and third-party services to power robust app functionality.

Real-time Features

Implementing real-time updates using sockets or Firebase to enhance collaboration and interactivity.

Database & Backend

Designing efficient data models and backend logic using MongoDB, PostgreSQL, Firebase, or Supabase.

Project Collaboration

Working seamlessly with teams using Git, CI/CD, and Agile practices for efficient delivery.

Clean, Maintainable Code

Writing modular, reusable, and well-documented code that scales with your application.

Technologies I Work With —

A versatile skill set spanning frontend, backend, databases, and mobile development — enabling me to build full-featured, modern apps.

History & Experience

Experience

Gssoc'24 & Ssoc'24

May 2024 - Aug 2024

Work as a Contributor for Gssoc'24 for Open Source Program

Freelancing

2020 - Present

Work as a Full Stack Developer

Education

National Institute of Technology, Warangal (NITW)

2017 - 2020

Master Of Computer Applications (MCA)

Bundelkhand University

2014 - 2017

Bachelor Of Science in Information Technology ( Bsc(I.T.) )

About Me

I'm a developer passionate about building clean, efficient, and user-focused digital experiences. Whether it's crafting full-stack web apps with React and Next.js or building intuitive Android apps using Kotlin and Jetpack Compose, I love bringing ideas to life through code.

With a strong foundation in both frontend and backend development, I focus on writing scalable, maintainable solutions that balance functionality and design.

Beyond building, I enjoy learning and contributing to open-source, constantly evolving my skills to stay in sync with modern development trends.