Skip to content
View JenilRevaliya's full-sized avatar
๐Ÿ‘พ
๐Ÿ‘พ

Highlights

  • Pro

Block or report JenilRevaliya

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
JenilRevaliya/README.md

# About

const jenil = {
    role: "Full-Stack Developer & CS Student",
    focus: ["Android", "Web", "ML", "System Design"],
    mindset: "Deep fundamentals โ†’ Clean code โ†’ Real impact",
    
    currentlyLearning: () => {
        return ["Advanced Android", "React Ecosystem", "ML Visualization"];
    },
    
    philosophy: "Build to learn. Understand before implementing."
};

# GitHub Stats


# Featured Projects

๐Ÿ’ฐ Expense Splitter
Kotlin MVVM Room Android

๐ŸŒ Portfolio Site
React Next.js TailwindCSS

๐ŸŽฎ ML Racing Game
Python TensorFlow Pygame

๐Ÿ“š DSA Solutions
C++ Java Algorithms


# Tech Arsenal

Languages

Frameworks & Tools

Databases & More


# Gallery


# GitHub Metrics


# Contribution Graph


# Coding Philosophy

๐ŸŽฏ ๐Ÿ—๏ธ ๐Ÿ”จ ๐Ÿง 
Understand First Strong Foundations Build to Learn Visualize Concepts
Why before how Basics before abstractions Practice > Theory Clarity through visuals

# Current Focus

%%{init: {'theme':'base', 'themeVariables': { 'primaryColor':'#e0f2fe', 'primaryTextColor':'#0c4a6e', 'primaryBorderColor':'#0096c7', 'lineColor':'#22d3ee', 'secondaryColor':'#cffafe', 'tertiaryColor':'#f0f9ff'}}}%%
mindmap
  root((Me))
    Mobile Dev
      Android Apps
      Clean Architecture
      Material Design
    Web Dev
      React & Next.js
      Full-Stack
      Responsive UI
    CS Fundamentals
      DSA
      OS & Networks
      System Design
    Machine Learning
      Visual Learning
      Practical Projects
      Neural Networks
Loading

# Contribution Snake

github contribution grid snake animation

# Recent Activity


# Devs Humor

Jokes Card

Error Message

Pinned Loading

  1. gesture-controlled-car gesture-controlled-car Public

    ๐Ÿ–๏ธ๐Ÿš— Drive a car with the wave of your hand! A real-time robotics project using Python/OpenCV for gesture recognition and a failsafe Arduino controller for robust wireless control.

    Python

  2. AirSight AirSight Public

    AirSight ๐ŸŒฌ๏ธ: A smart AI that predicts hyperlocal air quality by fusing NASA's TEMPO satellite data ๐Ÿ›ฐ๏ธ with ground sensors ๐Ÿ“Š. Our unique model is self-correcting โš™๏ธ and explains its forecasts ๐Ÿง , turโ€ฆ

    TypeScript

  3. printRoute printRoute Public

    printRoute is a web platform that connects users with nearby Xerox shops, allowing them to upload PDFs, customize orders, pay online, and collect their prints without waiting in queues.

    HTML

  4. House-Price-Prediction-with-Interactive-UI House-Price-Prediction-with-Interactive-UI Public

    ๐Ÿ  House Price Predictor with Interactive UI leverages a linear regression model ๐Ÿ“ˆ to estimate property values across India ๐Ÿ‡ฎ๐Ÿ‡ณ. This tool features a dynamic user interface built with HTML ๐ŸŽ›๏ธ, providโ€ฆ

    Jupyter Notebook

  5. AR-Finger-Maze-Game AR-Finger-Maze-Game Public

    An interactive Augmented Reality (AR) game where you navigate a dynamic maze using your hand and a pinch gesture. The game uses real-time hand tracking via your webcam to create a fun, intuitive, aโ€ฆ

    Python

  6. Hand-Gesture-Recognition Hand-Gesture-Recognition Public

    This is a real-time hand gesture recognition application built with Python, using MediaPipe for hand tracking and PyQt5 for a responsive graphical user interface. The program detects various hand gโ€ฆ

    Python 1