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 supported. This note will be visible to only 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

GitHub 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. Tax-Calculator-Web-Based Tax-Calculator-Web-Based Public

    A web-based tax calculator built with HTML, CSS, and JavaScript that performs client-side tax computations using conditional logic and dynamic DOM interaction, enabling users to enter income data a…

    JavaScript 3

  4. Weather-Country-Explorer Weather-Country-Explorer Public

    A weather and country information explorer built with HTML, CSS, and JavaScript that integrates REST APIs to fetch real-time weather data and country details, featuring dynamic DOM updates, asynchr…

    JavaScript 3

  5. 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

  6. Number-Guessing-Game Number-Guessing-Game Public

    A number guessing game built with vanilla JavaScript, HTML, and CSS that demonstrates core frontend programming concepts such as event handling, input validation, conditional logic, and dynamic DOM…

    CSS 3