Skip to content
View nebomilic's full-sized avatar
👋
👋
Block or Report

Block or report nebomilic

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

Pinned

  1. ai-chat-bot ai-chat-bot Public

    A simple app, that allows you to create your own chatbot by providing chat-gpt with your own data.

    TypeScript

  2. link-manager link-manager Public

    Simple app for saving and sharing links.

    SCSS 4

  3. 3d_portfolio 3d_portfolio Public

    Typescript port of the https://github.com/adrianhajdin/project_3D_developer_portfolio

    TypeScript 1 1

  4. Styleguidist configuration for Creat... Styleguidist configuration for Create React App 5 + Typescript + Tailwind CSS
    1
    const webpack = require('webpack');
    2
    const path = require('path');
    3
    
                  
    4
    // Styleguidist (v11.2.0) doesn't display components with create ract app 5
    5
    // This webpackConfig is a workaround for that
  5. Pattern matching pattern in javascript Pattern matching pattern in javascript
    1
    // pattern matching is a nice mechanism supported by most functional languages (eg see scala examples: https://docs.scala-lang.org/tour/pattern-matching.html)
    2
    // here are some ways to use javascript switch and if statement for pattern matching
    3
    // we are using IIFE pattern to immediately invoke switch (or if) statement
    4
    const value1 = 1; 
    5
    
                  
  6. shared_todo_list shared_todo_list Public

    A simple shared todo list, done in Elixir Phoenix & Preact + Typescript

    Elixir