An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by Akarshjha03

A curated list of projects in awesome lists by Akarshjha03 .

https://github.com/Akarshjha03/Javaccino

Welcome to the Javatopia repository! This project aims to help beginners learn the fundamentals of Java programming, covering essential topics such as basic syntax, variables, data types, type casting, operators,, control flow statements, methods, loops, strings, arrays, functions, and basic I/O operations with OOPS concept & exception handling

basicsofjava comparable comparator exception-handling generic java oops-in-java wrapperclass

Last synced: 19 Aug 2025

https://github.com/akarshjha03/indranav-btech-finalyear-project

A fully functional self-driving car simulation built using vanilla JavaScript, featuring a neural network for autonomous navigation.

Last synced: 15 Sep 2025

https://github.com/akarshjha03/proximitylocksystem

Proximity Lock System is a Python CLI tool that automatically locks your system when your paired Bluetooth device (like your phone) goes out of range. It continuously monitors nearby devices, ensuring your computer stays secure when you step away.

bluetooth buildinpublic opensource pybluez pypi-package

Last synced: 15 Oct 2025

https://github.com/akarshjha03/react-school-website

A modern, visually stunning, and fully responsive school website frontend designed for Projections 2025 - Web Wizards event.

css html javascript typescript

Last synced: 10 Jun 2025

https://github.com/akarshjha03/indranav-visualize

A fully functional self-driving car simulation built using vanilla JavaScript, featuring a neural network for autonomous navigation.

Last synced: 06 Mar 2025

https://github.com/akarshjha03/akarshjha03

Config files for my GitHub profile.

config github-config

Last synced: 05 Apr 2025

https://github.com/akarshjha03/portalpatterns

Welcome to the Portal Patterns repository! This collection showcases a variety of innovative and responsive login page designs created using HTML, CSS, JavaScript, Bootstrap, Tailwind, React.

bootstrap css html javascript reactjs tailwindcss

Last synced: 03 Aug 2025

https://github.com/akarshjha03/dataanalytics-visuals

This repository explores various data science practices like Exploratory Data Analysis, statistical analysis (mean, median, mode, regressions), machine learning (K-means clustering, decision trees), and data visualization with Power BI (data import/transformation, creating graphs/charts, building interactive dashboards).

Last synced: 10 Apr 2025

https://github.com/akarshjha03/machine-learning-algorithms

Comprehensive collection of machine learning algorithms covering Supervised and Unsupervised Learning, Artificial Neural Networks, Genetic Algorithms, Bayesian Learning, Fuzzy Logic, and Optimization Techniques. Ideal for beginners and enthusiasts!

artificial-neural-networks bayesian-optimization fuzzy-logic genetic-algorithm optimization-algorithms supervised-learning unsupervised-learning

Last synced: 19 Aug 2025

https://github.com/akarshjha03/pocketprojects

Collection of small projects built with HTML, CSS, and JavaScript. Includes a calculator, a versatile weather app, and many more. Explore these hands-on examples to understand the basics of web development and see practical implementations of core concepts.

css html javascript

Last synced: 10 Apr 2025

https://github.com/akarshjha03/llama3.1-chatbot.

Create a Python AI chatbot using the Llama 3 model, running entirely on your local machine for privacy and control. With Ollama for managing the model locally and LangChain for prompt templates, this chatbot engages in contextual, memory-based conversations. Follow step-by-step instructions to set up, customize, and interact with your AI.

chatbot llama3 machine-learning ollama python3

Last synced: 30 Oct 2025

https://github.com/akarshjha03/mediconnect-ai-triage-system

MediConnect is a smart healthcare solution designed to make patient triaging faster, reliable, and more accessible.

Last synced: 24 Oct 2025

https://github.com/akarshjha03/dsaplaybook

Explore essential data structures and algorithms implemented in Java, aimed at mastering core concepts. Includes solutions, optimizations, and practical applications for competitive coding and software development. Ideal for learning and reference

algorithms competitive-programming datastructures java leetcode-solutions

Last synced: 18 Jun 2025

https://github.com/akarshjha03/pythology

This repository contains Python code aimed at beginners who are getting started with the language. It covers fundamental topics including variables, data types, input, operators, typecasting, conditional statements and loops, pattern printing, Python collections:- (lists, tuples, sets, dictionaries), functions, and strings.

Last synced: 24 Aug 2025

https://github.com/akarshjha03/javawebeclipse

Discover comprehensive Java web development tools in this repository: JDBC, MySQL for database management, Maven for project build automation, Servlets, JSP for dynamic web content, Hibernate for ORM, and Spring/Spring Boot for robust application frameworks. Ideal for building scalable and efficient web applications

css html hybernate jdbc jsp maven-pom mysql servlet spring springboot

Last synced: 21 Feb 2025

https://github.com/akarshjha03/kernelquest

This repository contains thirteen practical exercises for mastering shell scripting, covering basic Linux commands, arithmetic operations, string manipulation, array handling, file checks, and process management.

Last synced: 10 Apr 2025

https://github.com/akarshjha03/aether-notesapp

Aether is a sleek, feature-packed notes-making app designed for seamless organization and productivity. With a focus on user experience, Aether simplifies capturing and managing ideas while integrating modern technologies to enhance accessibility.

Last synced: 13 Nov 2025

https://github.com/akarshjha03/compiler-design

This repository is dedicated to understanding and implementing the core concepts of compiler design. It covers various stages of a compiler, including lexical analysis, syntax analysis, semantic analysis, intermediate code generation, optimization, and code generation.

clanguage compiler compiler-design flex lalr-parser lex lexical-analyzer parser

Last synced: 15 May 2025

https://github.com/akarshjha03/autopilotai

This project implements a self-driving car algorithm using YOLOv8 for object detection and obstacle recognition. The model is trained to identify objects from a custom dataset using transfer learning.

python scikit-learn shutil touch yolov8

Last synced: 30 Mar 2025

https://github.com/akarshjha03/bagit-shoppinglist

This app is designed to help you plan, organize, and track your shopping efficiently. Whether you're preparing for a big grocery haul or planning holiday shopping, BagIt is here to simplify your life.

jetpack-compose kotlin

Last synced: 06 Mar 2025

https://github.com/akarshjha03/headlinehub

Your central hub for breaking news.

coil kotlin newsapi-org retrofit2-kotlin toast xml

Last synced: 06 Mar 2025

https://github.com/akarshjha03/tresurehunt-voyage

Embark on an epic adventure as a daring pirate captain seeking hidden treasures across uncharted waters. Sail in different directions, gather treasures, and avoid running out of fuel in this thrilling treasure-hunting voyage! Will you uncover the ultimate pirate fortune?

Last synced: 06 Mar 2025

https://github.com/akarshjha03/impact-training-java

This repository is part of my preparation for the 2025-26 campus placement season, focusing on mastering Java fundamentals, OOPs concepts, data structures, and algorithms.

Last synced: 18 Jun 2025

https://github.com/akarshjha03/toastify

Toastify is a lightweight Android application built using Kotlin and XML. It displays a toast message when a user enters their name and city into the input fields and taps the Submit button.

Last synced: 18 Jun 2025

https://github.com/akarshjha03/javascript-from-scratch

This repository contains fundamental JavaScript concepts, syntax, and hands-on practice examples. Ideal for beginners looking to build a strong foundation in vanilla JavaScript.

Last synced: 18 Jun 2025

https://github.com/akarshjha03/unify---unitconverter

A sleek and simple unit converter app designed to make conversions between different units fast and effortless!

Last synced: 02 Dec 2025

https://github.com/akarshjha03/8085asm-nostalgia

Welcome to 8085ASM-Nostalgia, your gateway to exploring and mastering the intricacies of assembly language programming on the 8085 microprocessor! This repository hosts a collection of programs and projects written in 8085 assembly language, designed to deepen your understanding of low-level programming and microprocessor architecture.

Last synced: 13 Oct 2025

https://github.com/akarshjha03/rock-paper-scissors

A simple implementation of the classic Rock-Paper-Scissors game where a user can play against the computer. The game randomly selects an option for the computer, and the user inputs their choice.

conditional-statements datatypes variable when

Last synced: 25 Dec 2025

https://github.com/akarshjha03/projectgenesis

This project genesis showcases a diverse range of projects, demonstrating my passion for creating innovative and impactful solutions through coding. From web development to data analysis, I am constantly learning and expanding my skillset to tackle new challenges.

css html javascript typescript vitejs vuejs

Last synced: 30 Dec 2025

https://github.com/akarshjha03/focuswall

FocusWall is a lightweight and privacy-friendly Chrome extension designed to help you stay focused by blocking distracting websites like YouTube, Instagram, and Reddit while you work or study.

Last synced: 18 Jun 2025

https://github.com/akarshjha03/marketsync

MarketSync is your go-to Android app for tracking stock markets, cryptocurrencies, and financial trends in real-time!

Last synced: 18 Jun 2025

https://github.com/akarshjha03/supreme-computing-machine

Explore the world of Machine Learning with this comprehensive repository covering a wide range of topics. Dive into supervised and unsupervised learning, neural networks, natural language processing, computer vision, and more. Featuring detailed tutorials, code samples, and projects to enhance your understanding and skills

Last synced: 16 Jul 2025

https://github.com/akarshjha03/expense-tracker-app

Expense Tracker App is a mobile application built with React Native and Firebase. It helps users manage and track daily expenses, categorize them, and analyze spending patterns through interactive charts. Features include secure login, real-time data sync, and expense management, making budgeting simple and accessible.

Last synced: 05 Apr 2025

https://github.com/akarshjha03/cppodyssey

Welcome to the C++ Basics Repository! This collection is designed to provide a foundational understanding of C++ programming for beginners. It covers essential topics such as syntax, data types, operators, control structures, functions, loops, input/output operations, pointers, strings, unions, arrays, and dynamic memory management concepts.

Last synced: 05 Apr 2025

https://github.com/akarshjha03/sql-sorcery

This repository contains SQL queries from the DBMS course. It covers essential topics like data manipulation (SELECT, INSERT, UPDATE, DELETE), table creation and management, complex joins, aggregation functions, and subqueries. Examples include client info, sales orders, products, and more, providing insights into real-world DBMS scenarios.

Last synced: 05 Apr 2025

https://github.com/akarshjha03/python-advanced

This repository contains code for advanced Python programming, designed for individuals who are already familiar with Python syntax. It covers topics such as Object-Oriented Programming (OOP), file handling, modules, packages, and data structures and algorithms (DSA).

Last synced: 05 Apr 2025

https://github.com/akarshjha03/c-language

This repository contains code on fundamental C language topics. It includes constants, variables, data types, operators and expressions, input/output management, control structures, arrays, strings, functions, unions, pointers, file management, and dynamic memory allocation.

Last synced: 05 Apr 2025

https://github.com/akarshjha03/impractical-python-projects

This repository contains quirky and entertaining Python projects. Each project offers a unique coding challenge to enhance your Python skills through hands-on experimentation. Explore topics like code cracking, Monty Hall problem, fractal trees, maze generation, text analysis, cellular automata, and more. Dive in and start coding!

Last synced: 20 Jul 2025

https://github.com/akarshjha03/webverse

Python Web Development repository featuring projects built with Django and Flask. This repo showcases full-stack web applications, RESTful APIs, and modern UI/UX designs. Ideal for exploring best practices in Python web development, with a focus on clean, maintainable, and scalable code.

django docker flask reactjs restful-api sqlite

Last synced: 30 Dec 2025

https://github.com/Akarshjha03/Unify---UnitConverter

A sleek and simple unit converter app designed to make conversions between different units fast and effortless!

Last synced: 26 Jun 2025

https://github.com/akarshjha03/kotlin-playground

A repository showcasing functional Kotlin code snippets and small projects. Ideal for experimenting, learning, and sharing reusable Kotlin solutions, covering various use cases and programming concepts.

class conditional-statements constructor functions lists loops-and-iterations objects operators properties variables

Last synced: 24 Dec 2025

https://github.com/akarshjha03/devcanvas

MERN Full Stack App: A comprehensive web application built with MongoDB, Express.js, React, and Node.js. Features include user authentication, RESTful APIs, responsive design, and state management with Redux. Ideal for learning or as a base for further development. Contributions welcome!

css expressjs html mongodb nodejs reactjs redux

Last synced: 05 Apr 2025

https://github.com/akarshjha03/mastering-nodejs

Welcome to `mastering-nodejs`, a structured and progressive learning repository to document my journey mastering backend development using Node.js.

Last synced: 02 Aug 2025

https://github.com/akarshjha03/os-algorithm-enigma

Exploring OS algorithms with a focus on processes, threads, scheduling, memory management, and file systems. Covers concepts like inter-process communication, deadlocks, and disk scheduling. Ideal for students and developers seeking a comprehensive understanding of operating systems.

Last synced: 07 Aug 2025