Angel Koradiya logo

My Projects

A collection of my projects showcasing full-stack development, AI/ML, and web applications. Each includes links to live demos and source code.

Wanderlogue logo

Wanderlogue

A full-stack travel logging application built with the MERN stack. Features include infinite scrolling, post uploads, and a seamless user experience for documenting and sharing travel adventures.

Black Water - Stock Analysis and Prediction Model logo

Black Water - Stock Analysis and Prediction Model

Inspired by the 1930 helpline project, I developed an automated stock analysis and prediction model. Uses historical data to provide insights and forecast market trends, helping to automate investment decisions.

QuizMaster logo

QuizMaster

My first web project where I learned Express.js, Node.js, and MongoDB. A simple yet functional quiz application.

ForgeOAgent logo

ForgeOAgent

An advanced generative AI platform for creating and managing intelligent agents. Includes a sophisticated prompt processor that enables agents to handle real-world tasks. It's like having AI on your computer, basically executing Python code autonomously.

Zen Light - AI-Powered Extension logo

Zen Light - AI-Powered Extension

ZenLight is a browser extension that brings AI to your fingertips — select any text on any webpage to instantly get explanations, translations, and visual context without leaving the page. Highlight a question and ZenLight automatically finds and marks the answer on the page. Plus, a distraction-free Spotlight Mode and YouTube productivity tools help you stay focused and in the zone.

C

Code Every Where

Codeseverywhere is a Spring Boot application for uploading and sharing code snippets, backed by PostgreSQL. Runs on single Docker Compose command and deploys effortlessly to the cloud via Render.

S

Schedulling Algorithm with Visualizing Gantt Chart for Operating Systems

A C program built during college that visualizes CPU scheduling algorithms — FCFS, SJF, SRTN, Priority (preemptive & non-preemptive), and Round Robin — using the graphics.h library. Enter your processes and instantly see a Gantt chart along with turnaround and waiting time stats. Note: Round Robin was implemented based on college-level understanding and may not cover all edge cases perfectly.

1

1930 Helpline Improvement

A machine learning project built at the Rajasthan Police Hackathon to detect fake complaints on the 1930 helpline. Uses scikit-learn to analyze and classify police complaint data. Not fully completed, but a great hands-on introduction to ML concepts.

P

Public Library Management

A comprehensive management system for public libraries that streamlines book lending and user registrations. Dropped idea after hackathon.

A

Astroid Game

A browser-based Asteroids-inspired arcade shooter built with JavaScript and HTML5 Only. Features ship physics, power-ups, UFO enemies, combo scoring, procedural music, and particle effects — all running in the browser with no dependencies.

Polylex logo

Polylex

A dynamic database application with advanced search capabilities and real-time definitions. Currently under development with enhanced linguistic features planned.

Regex Studio logo

Regex Studio

An interactive tool for testing and generating regular expressions with real-time examples and pattern matching. Currently under development with enhanced linguistic features planned.