Skip to content
View JowcodeSoftware's full-sized avatar
💭
☕️
💭
☕️

Block or report JowcodeSoftware

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

Olá! Eu sou Jowcode Software. 🌐

💻 Desenvolvedor FullStack

Outras redes sociais que você pode me encontrar:

jowcodesoftware's GitHub Stats

jowcodesoftware's GitHub Stats

Tecnologias que eu utilizo:

Html CSS JavaScript

Pinned Loading

  1. website website Public

    HTML 1

  2. Projeto-React Projeto-React Public

    JavaScript

  3. World3D World3D Public

    Projeto Teste

    JavaScript 1

  4. xmen xmen Public

    Tela de Selecionar Personagem

    HTML 1

  5. SCCP SCCP Public

    Esporte Clube Corinthians Paulista

  6. Use esse código para subir um servid... Use esse código para subir um servidor simples em JavaScript, rodando na porta 3000.
    1
    const express = require('express');
    2
    const app = express();
    3
    
                  
    4
    app.get('/', (req, res) => {
    5
        res.send('Hello, World!');