Skip to content
View esaramago's full-sized avatar
💻
Working as a freelancer
💻
Working as a freelancer

Sponsoring

@rt-evil-inc

Block or report esaramago

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

Hi, I'm Emanuel and I make websites 👋

I'm a frontend developer and UI designer and I'm making websites for 12+ years.

👨‍💻 Check my website: emanuelsaramago.com

Usually, I work with:

  • 🎨 Figma
  • 🧱 HTML / CSS / Javascript / TypeScript
  • 🍫 Vue / React / Svelte
  • 🗔 Astro / Next.js
  • 🪟 Wordpress / Sanity / Xata
  • 🗄️ Netlify / Vercel
  • and more...

I'm available to work with you: [email protected]

Pinned Loading

  1. base-element base-element Public

    JavaScript 1

  2. emanuelsaramago emanuelsaramago Public

    Astro 1

  3. fito fito Public archive

    JavaScript

  4. Fetch API Util Fetch API Util
    1
    const API_URL = ''
    2
    
                  
    3
    const fetchApi = async (endpoint: string, options?: object) => {
    4
      const response = await fetch(`${API_URL}/${endpoint}`, options)
    5
      const data = await response.json()
  5. Validação NIF português (typescript) Validação NIF português (typescript)
    1
    function validateNIF(value: string) {
    2
    
                  
    3
        // has 9 digits?
    4
        if (/^[0-9]{9}$/.test(value) === false) return false
    5
    
                  
  6. Wordpress Block Wordpress Block
    1
    {
    2
    	"$schema": "https://schemas.wp.org/trunk/block.json",
    3
    	"apiVersion": 3,
    4
    	"name": "THEME_NAME/BLOCK_NAME",
    5
    	"version": "0.1.0",