Skip to content
View nipunadodan's full-sized avatar
πŸ’­
I may be slow to respond.
πŸ’­
I may be slow to respond.

Block or report nipunadodan

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.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, 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
nipunadodan/README.md

πŸ‘‹ Hey there, I’m Nipuna (@nipunadodan)

πŸ‘€ Into Front-end, dabbling in Back-end & UI/UX

✨ I do magic with React / Next.js
πŸ§‘πŸ» Definitely human
🍊 Built an Orange, a PHP micro-framework
🎨 Currently learning Blender

πŸ“« Reach me: hello@nipunadodan.com

import Person from 'nipunadodan';
import SoftwareDeveloper from 'nipunadodan';

class Character extends Person {
  personality = 'Good with computers, but not a robot';
}

class Bio extends SoftwareDeveloper {
  name     = 'Nipuna Dodantenna';
  title    = 'Associate Technical Lead';
  location = 'Colombo, LK';
  contact  = 'nipuna@nipunadodan.com';
}

class Skills extends SoftwareDeveloper {
  fields     = ['Front-end developing', 'UI/UX designing', 'Back-end developing'];
  languages  = ['JavaScript', 'TypeScript', 'PHP'];
  libraries_frameworks = ['Next.js', 'React.js', 'React Native', 'Tailwind', 'Bootstrap', 'jQuery', 'Laravel', 'WordPress'];
  databases  = ['MySQL'];
  tools      = ['GIT', 'WebStorm', 'PHPStorm', 'Figma', 'Photoshop', 'Illustrator', 'Blender', 'Ubuntu'];
}

Pinned Loading

  1. photoframe photoframe Public

    Photo frame with EXIF details

    JavaScript

  2. archives-react archives-react Public

    Upgrade to https://archives.edu.lk in ReactJS which was previously written in PHP with a full UI re-design.

    JavaScript

  3. cra-template-orange cra-template-orange Public

    Create react App template by Orange

    JavaScript 1 1

  4. shellscripts shellscripts Public

    Day to day essentials and solutions in the flavour of shell scripts. Written for and tested in Ubuntu (20.04LTS).

    Shell

  5. php-gd-meme-generator php-gd-meme-generator Public

    A simple text-based meme generator created as a pet project using the PHP-gd library. Enjoy!

    JavaScript 1

  6. React/Next.js Code Style Guide - Com... React/Next.js Code Style Guide - Complete development standards for TypeScript/React projects including formatting rules, component best practices, project structure, and naming conventions. Covers JSX, Tailwind CSS, imports, and file organization.
    1
    # Code Style Guide for React/Next.js
    2
    
                  
    3
    A concise, unified guide for maintaining consistent code style in our React/Next.js applications.
    4
    
                  
    5
    ## Core Principles