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

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.

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

Hey there 👋

import React from 'react';

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

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

export default Me;

About me 🗿


  • 👤 I'm 23 years old

  • 🌍 From Brazil

  • 📫 How to reach me: nathanpw12 nathanpw12 nathanpw12 nathanpw12




Knowledges 🎓

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

Projects 🗃️

The links in the list lead to the repository for their respective projects. At the top of the "README.md" of each repository there is another link that shows the application working. Also the projects are organized from my first project at Trybe to the last one, so the first ones are simpler and the last ones are more complex.

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

GitHub Statistics 📊

Pinned Loading

  1. hello-word hello-word Public

    Meu primeiro repositório no Git Hub

  2. recipes-app recipes-app Public

    JavaScript

  3. starwars-planets-search starwars-planets-search Public

    JavaScript

  4. trivia-react-redux trivia-react-redux Public

    JavaScript

  5. trybewarts trybewarts Public

    HTML

  6. zoo-functions zoo-functions Public

    JavaScript