Skip to content
View douglas-henrique's full-sized avatar
👽
let's code?
👽
let's code?
Block or Report

Block or report douglas-henrique

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. my-website my-website Public template

    My website built using Next JS 🥳

    TypeScript

  2. expo-router-ts-nativewind expo-router-ts-nativewind Public

    Simple ready to use project with expo-router (file based system routes), native wind (tailwind for mobile) and typescript

    TypeScript 1

  3. express-sequelize-jwt-boilerplate-api express-sequelize-jwt-boilerplate-api Public template

    A very simple rest api boilerplate to help you to create a new project

    JavaScript

  4. nextjs-complete-boilerplate nextjs-complete-boilerplate Public template

    Next js 12.3.1 boilerplate with Styled Components, Jest, React Testing Library, Prettier, ESLint, Plop JS and more 🚀

    JavaScript 55 7

  5. Custom spinner on react native using... Custom spinner on react native using Reanimated > 2x + Styled components
    1
    import React, { useEffect } from 'react';
    2
    import styled from 'styled-components/native';
    3
    import Animated, {
    4
      cancelAnimation,
    5
      Easing,