Skip to content
View DanAlvares's full-sized avatar

Block or report DanAlvares

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 Loading

  1. react-typescript-parcel react-typescript-parcel Public

    This repository is a basic setup of a react (16.10.x) application in Typescript, using Parcel to bundle. It uses Prettier and tslint-config-prettier for formatting and linting.

    HTML

  2. node-typescript-starter node-typescript-starter Public

    A simple node API seed project using typescript that includes JWT authentication middleware, a basic prettier setup, example env variables and routes.

    TypeScript 1 1

  3. JSX function - Use HTML in .ts(x) fi... JSX function - Use HTML in .ts(x) files instead of template strings
    1
    const JSX = {
    2
      createElement(name: string, props: { [id: string]: string }, ...content: string[]) {
    3
        props = props || {};
    4
        const propsstr = Object.keys(props)
    5
          .map(key => {
  4. crypto-market-alexa-skill crypto-market-alexa-skill Public

    Crypto Market is an Alexa Skill that provides information on the requested cryptocurrency using the Coin Market Cap API

    JavaScript

  5. js-blockchain js-blockchain Public

    Learning blockchain by building one in JavaScript

    TypeScript

  6. sock-draw sock-draw Public

    A node, socket.io drawing app

    JavaScript