Skip to content
View LucasReade's full-sized avatar

Block or report LucasReade

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

Hello there 👋

  • 🔭 I’m currently working on lots of secret project, everything from location based services to glorified calcualtors
  • 🌱 I’m currently learning that writing unit tests first does make life easier
  • 👯 I’m looking to collaborate on anything, specially if it has some tangible impact for consumers
  • 🤔 I’m looking for help with my caffeine addiction
  • 📫 How to reach me: if you really want to, you'll find a way.
  • ⚡ Fun fact: I also do leathercraft: ReadLeather

Pinned Loading

  1. Contextual.js Contextual.js Public

    Javascript contextual menu library

    JavaScript 18 3

  2. Basic javascript observable Basic javascript observable
    1
    function Observable(initialVal = undefined) {
    2
        let staticValue = initialVal;
    3
        let listeners = [];
    4
    
                  
    5
        this.next = (val) => {
  3. Nanotabs.js Nanotabs.js Public

    Simple extendable tab contorl in pure javascript

    JavaScript

  4. OhHaiBrowser/Browser OhHaiBrowser/Browser Public

    A productivity focused web browser

    JavaScript 53 14

  5. OhHaiBrowser/Website OhHaiBrowser/Website Public

    OhHai Browser Website

    JavaScript

  6. Accordion-side-bar Accordion-side-bar Public

    VsCode like accordion side bar

    HTML