Skip to content
View nathanpw12's full-sized avatar
🎴
🎴

Block or report nathanpw12

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
nathanpw12/README.md

Olá 👋

import React from 'react';

const Me = () => {
  const name = 'Nathan Vitor';
  let skills = ['JavaScript', 'React', 'Docker', 'SQL', 'NodeJs', 'TypeScript'];

  return (
    <main>
      <h1>{`👤 ${name}`}</h1>
      <h2>🎓 Aprendendo:</h2>
      <ul>
        {skills.map((skill, index) => (
          <li key={index}>{` ⦁ ${skill}`}</li>
        ))}
      </ul>
    </main>
  );
};

export default Me;

Sobre Mim 📋

  • 👤 24 anos

  • 🌍 São José do Rio Preto - SP

  • 👨‍🎓 Análise Desenv. Sistemas - Unifran

  • 💼 Analista de Suporte - Senac, Digisystem

  • 📫 Social: nathanpw12 nathanpw12


Conhecimentos 🎓

HTML CSS JavaScript React Redux ESLint RTL Jest git GitHub linux Linux
bash Bash

Projetos 🗃️

Os links abaixo levam aos respectivos repositórios. No README há um link para visualização da aplicação funcionando.

Projetos
16 Recipes App
15 Starwars Planets Search
14 Trivia Game
13 Trybewallet
12 React Testing Library
11 Front-End Online Store
10 Trybetunes
9 Tryunfo
8 Solar System
7 Shopping Cart
6 Zoo Functions
5 JS Unit Tests
4 Trybewarts
3 Pixel Art
2 Playground Functions
1 Lessons Learned

GitHub Stats 📊

github contribution grid snake animation

Pinned Loading

  1. recipes-app recipes-app Public

    JavaScript

  2. starwars-planets-search starwars-planets-search Public

    JavaScript

  3. trivia-react-redux trivia-react-redux Public

    JavaScript

  4. trybewarts trybewarts Public

    HTML

  5. zoo-functions zoo-functions Public

    JavaScript

  6. 100-Days-of-Code-The-Complete-Python-Pro-Bootcamp 100-Days-of-Code-The-Complete-Python-Pro-Bootcamp Public

    Python