Skip to content
View ManeshEdirisinghe's full-sized avatar

Highlights

  • Pro

Block or report ManeshEdirisinghe

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.

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
ManeshEdirisinghe/README.md

🌌 Welcome to My Universe of Code

Typing SVG

committers.top badge


🎭 Who Am I?

class Developer {
    name: string = "Manesh Edirisinghe";
    role: string = "UI/UX Designer | Full Stack Developer";
    location: string = "Sri Lanka 🇱🇰";
    
    languages: string[] = ["Java", "Python", "TypeScript", "JavaScript"];
    frameworks: string[] = ["React", "Node.js", "Next.js"];
    databases: string[] = ["MySQL", "MongoDB"];
    
    currentlyLearning: string = "AI/ML & Web3 🤖";
    hobbies: string[] = ["Coding", "Reading Tech Blogs", "Performing as an Artist"];
    
    getLifeMotto(): string {
        return "First, solve the problem. Then, write the code. ⚡";
    }
}

const me = new Developer();
console.log(me.getLifeMotto());

🎨 Tech Stack & Tools

💻 Languages

JavaScript TypeScript Python Java HTML5 CSS3

🚀 Frameworks & Libraries

React Next.js Node.js Express TailwindCSS Django

🗄️ Databases & Cloud

MongoDB PostgreSQL Redis Firebase AWS

🛠️ Tools & Platforms

Git Docker VS Code Linux Figma Postman


🏆 My Achievements

Galaxy Brain YOLO Quickdraw Pull Shark Pair Extraordinaire

📊 GitHub Stats

Contribution Streak
GitHub Stats Top Languages


🐍 Contribution Snake

snake animation

🌐 Connect With Me

LinkedIn Email GitHub

💭 "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." - Martin Fowler


Visitor Badge GitHub followers


⭐️ If you find my work interesting, feel free to star my repositories! ⭐️

Made with ❤️ and lots of ☕

Pinned Loading

  1. Restaurant-E-Menu-Application Restaurant-E-Menu-Application Public

    A responsive frontend application built using a mock REST API to display restaurant details, menu categories, and menu items with filtering, search, sorting, and pagination. Developed as a Frontend…

    JavaScript 1

  2. Kanban-Board Kanban-Board Public

    A frontend Kanban board application built with HTML, CSS, and JavaScript that allows users to visually manage tasks across different workflow stages using a clean and intuitive interface.

    JavaScript 1

  3. Movie-Explorer Movie-Explorer Public

    A web-based movie exploration app built with HTML, CSS, and JavaScript that fetches and displays movie data using external APIs, demonstrating dynamic DOM updates, asynchronous API calls, and inter…

    JavaScript 2

  4. Hackathon-Web-App Hackathon-Web-App Public

    Forked from NethmiAsinsala/Hackathon-Web-App

    This Hackathon Web App is a collaborative project developed to solve real-world problems under tight deadlines. It emphasizes teamwork, rapid prototyping, and creative problem-solving. The app is d…

    JavaScript

  5. Wellness-Point-Clinical-System Wellness-Point-Clinical-System Public

    Forked from sithija-jayasinghe/Wellness-Point-Clinical-System

    Spring Boot backend for a multi-clinic clinical management system, designed to manage users, roles, clinics, doctors, patients, payments, and refunds through RESTful APIs using Java, Spring Data JP…

    Java

  6. wellness-point-front-end wellness-point-front-end Public

    Forked from sithija-jayasinghe/wellness-point-front-end

    A React-based frontend for a clinical management platform with secure login, protected routes, dashboard layout, and management modules for clinics, doctors, patients, schedules, appointments, and …

    JavaScript