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

  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

  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