Skip to content
View nipunadodan's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
Block or Report

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 100 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

👋 Hi, I'm @nipunadodan
🧑🏻 Human who cares
👀 Interested in web-based Front-end and Back-end developing as well as UI/UX designing
🙈 Created a PHP micro-framework
📫 Reach me at nipuna@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    = 'Software Engineer';
  location = 'Colombo, LK';
  contact  = 'nipuna@nipunadodan.com';
}

class Skills extends SoftwareDeveloper {
  fields     = ['Front-end developing', 'UI/UX designing', 'Back-end developing'];
  languages  = ['JavaScript', 'PHP'];
  libraries_frameworks = ['ReactJS', 'Tailwind', 'Bootstrap', 'jQuery', 'Laravel', 'Wordpress'];
  databases  = ['MySQL'];
  tools      = ['WebStorm', 'PHPStorm', 'Figma', 'Photoshop', 'Ubuntu'];
}

Pinned

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

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

  3. shellscripts shellscripts Public

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

    Shell

  4. hanoi-towers hanoi-towers Public

    This was a challenge I received from a friend to finish in 2-3 hours as a coding challenge. After finishing the initial task, I have decorated it a little bit and added a little bit more functional…

    JavaScript

  5. truth-or-dare truth-or-dare Public

    Verbal party game requiring two or more players. Players are given the choice between answering a question truthfully, or performing a dare.

    CSS 1

  6. cra-template-orange cra-template-orange Public

    Create react App template by Orange

    JavaScript 1 1