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

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

  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. nodejs-movies-api nodejs-movies-api Public

    A very simple NodeJS REST API with several endpoints that provides movie details for over 3000 movies stored in a MongoDB database. Built as a resource for testing applications.

    JavaScript 1

  5. firebase-react-auth firebase-react-auth Public

    Firebase authentication in a sandbox app using React TS Parcel seed

    CSS

  6. rock-paper-scissors rock-paper-scissors Public

    Rock-Paper-Scissors Game with Lizard-Spock support - Built with React

    TypeScript