Build Amazing Projects
Learn by Doing
Transform your coding skills with curated, real-world projects. Build your portfolio while mastering cutting-edge technologies.
A simple unit converter in html,CSS and JavaScript
An unit converter that supports multiple categories like length, weight, temperature, area, volume, speed, time, and digital storage.
Currency converter python's tkinter
A simple currency converter using Python and Tkinter. It fetches exchange rates from an API and performs real-time currency conversions.
A simple to do app using Html, CSS and JavaScript
A simple to-do list app that allows users to add, complete, and delete tasks. Tasks are saved to local storage for persistence.
Weather App using Html, CSS and JavaScript
A simple weather application that fetches real-time weather data from the OpenWeatherMap API.
Password Generator App using python's Tkinter module
A simple password generator built using Python's Tkinter module. It allows users to generate secure random passwords with a combination of l...
Create a Calculator App using Python's Tkinter module
A basic calculator application developed using Python's Tkinter module. It supports arithmetic operations such as addition, subtraction, mul...
Create a Snake Game using Turtle in Python
A classic Snake game built using Python's Turtle module. The player controls the snake to eat food and grow, while avoiding collisions with ...
Classic Pong Game in Python
A simple Pong game in Python featuring classic paddle and ball mechanics. The game allows two players to compete, bouncing the ball between ...
Rain alert through mail in python
A simple Rain Alert project in Python that notifies users via email when rain is expected in their area. It uses a weather API to check the ...
A simple todo application using React and Redux
In this tutorial, you'll learn how to build a simple to-do application using React and Redux. This project covers essential concepts like st...
Expense Tracker with localStorage
A personal expense tracking application that allows users to add, categorize, and manage their expenses with data persistence using browser'...
Blog Application with CRUD using React.js
A modern blog application built with React that allows users to create, read, update, and delete blog posts using a dummy JSON API for data ...
REST API for Notes App
A complete RESTful API for managing personal notes with full CRUD operations, category filtering, search functionality, and user authenticat...
Simple MERN Task Manager
A complete MERN (MongoDB, Express, React, Node.js) stack application for task management. Features user authentication (register/login) and ...
Kanban Board with Drag and Drop
A project management tool inspired by Trello with drag-and-drop functionality for organizing tasks across different columns (To Do, In Progr...
Personal Blog with Markdown Posts in next.js
A modern personal blog built with Next.js that supports markdown-based posts, static generation, and dynamic routing. Perfect for developers...
JWT Authentication System with Role based Access
A comprehensive authentication system featuring JWT access and refresh tokens, role-based authorization, password security, account lockout ...
Data Analysis & Interactive Dashboards
This project covers the end-to-end process of data analysis, from foundational data wrangling in a Jupyter Notebook to building a fully inte...
Predict Student Performance
An introductory project to supervised machine learning focusing on a classic regression problem. Using a student performance dataset from Ka...
Credit Card Fraud Detection ML Classification
An intermediate project tackling a real-world classification problem: identifying fraudulent credit card transactions. This project focuses ...
Social Media App in MERN stack
An intermediate full-stack social media application built with the MERN stack. It features a complete user authentication system, the abilit...
Inventory Management System API
A comprehensive backend API for an Inventory Management System. This project provides RESTful endpoints to perform full CRUD operations on p...
Web Application Hosting
A comprehensive project covering the deployment of modern web applications. It starts with the basics of hosting a static portfolio and scal...
Applied Statistics & Financial Analysis
A project focused on applying core statistical concepts to real-world problems. The journey starts by building an A/B testing simulator from...