Projects Built by Krishna Mohan Kumar | Full Stack Developer

Published: (January 15, 2026 at 11:17 PM EST)
2 min read
Source: Dev.to

Source: Dev.to

Introduction 👋

Hi, I’m Krishna Mohan Kumar, a Full Stack Developer and B.Tech Computer Science student from India. In this post, I’d like to share some of the projects I’ve worked on as part of my learning journey in full stack development.

Each project helped me understand real‑world problem solving, improve my technical depth, and apply concepts beyond theory.

🛠️ Tech Stack I Commonly Use

  • Frontend: HTML, CSS, JavaScript
  • Backend: Node.js, Express
  • Database: MongoDB
  • Tools & Concepts: REST APIs, authentication, CRUD operations, basic system design

1. Med AI Bot (Web + Telegram Bot)

Problem:
Finding reliable information about medicines is difficult for many users.

Solution:
A web application and Telegram bot where users can search for medicines. The system fetches verified information using APIs and presents it in a user‑friendly way.

What I learned:

  • API integration
  • Backend logic with Node.js
  • Handling user queries efficiently
  • Building bots alongside web apps

2. Smart Attendance Web Application

Problem:
Traditional attendance systems don’t reflect real student engagement.

Solution:
An application that tracks student interaction with learning tasks. After task completion, an AI‑generated quiz evaluates understanding, and teachers receive feedback on whether a student truly completed the task.

What I learned:

  • Designing logic‑based workflows
  • User interaction tracking
  • Basic analytics for feedback systems

3. Portfolio Website

Purpose:
Create a central identity hub for my work, skills, and achievements.

Features:

  • Clean UI
  • Project showcase
  • SEO‑friendly structure

Portfolio:
https://krishnamohandeo.framer.website

🏆 Achievement Highlight

Smart India Hackathon (SIH) 2025 – Winner
This experience strengthened my ability to work in team‑based, problem‑driven environments and deliver solutions under real constraints.

📚 What I’m Learning Next

  • Backend optimization
  • Data structures and algorithms
  • Writing cleaner, scalable code
  • Understanding system design basics

🤝 Let’s Connect

🚀 Final Thoughts

Building projects has been the most effective way for me to grow as a developer. I plan to keep learning, building, and sharing my journey here on DEV Community.

Thanks for reading! 😊

Back to Blog

Related posts

Read more »

Kicking Off a New Full-Stack Project

This week, I’m starting a small full‑stack project to sharpen my frontend and backend skills. I’ll be working with JavaScript, Node.js, and a simple frontend st...