Skip to content
View thesergioliveira's full-sized avatar
  • Dresden, Deutschland
Block or Report

Block or report thesergioliveira

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

Hello

import React, {Fragment} from "react";

const AboutMe = () => {


let data = 
    {
        name: "Sergio Almeida Oliveira",
        version: 27,
        nationality: "brazilian",
        hobbies: ["travelling", "camping", "cycling", "reading", "typing", "linux" ],
        contact: "thesergioliveira@gmail.com",
        home: "Dresden",
        profession: "webDev",
        toolStack: [
            "sass", 
            "javascript", 
            "react", 
            "Jest",
            "Node",
            "Expres"
            "MongoDB",
        ],
        technologies:{
            webDesign: ["Figma", "AdobeXD", "gimp"],
            development: ["VS Code", "Github", Google cloud Platform"],
        },
  
        someProjects: [
            {
                name: "Youtube Clone",
                link: "",
            },
            {
                name: "Trivia Application",
                link: "",
            },
            {
                name: : "ToDo List",
                link: "",
            },
            {
                name: "Instagram Clone",
                link: "",
            },
            {
                name: "Morse Code"
                link: 
            },
            {
                name: "Online Store",
                link: "",
            }, 
            {
                name: "Country API",
                link: "",
            }
         ]
      }
      
      const List = () => {
      console.log('React is awesome!');
      return data.someProjects.map((project, i) => {
       return (
        <li key={i}>
          <a href={project.link} target='_blank'>{project.name}</a>  
        </li>
        )
      });
      
      };
      
    return (
        <>
            <h1> My name is {data.name} and I am a  {data.profession} !</h1> 
            <h3 align="center">
            I would like to share with you, about my journey to become a developer and the experiences I gathered thus far. <br> 
            In order to accomplish that I have Listed bellow some relevant links to showcase some of my work. 
            </h3>
            <ul>
              <List/> 
            </ul>
        </>
   );
};

export default AboutMe;

Popular repositories Loading

  1. study-journal study-journal Public

    HTML

  2. workOut workOut Public

    A repository to register exercises and solutions. A place to work out my coding muscles :)

    JavaScript

  3. passwordGenerator passwordGenerator Public

    Simple password generator program

    JavaScript

  4. lessons lessons Public

    This repository contains (PDF, documentation links, articles and more) to guide you how to be full-stack developer

    1

  5. myPortfolio myPortfolio Public

    My landing page. Here you will find more information about me, my hobbies and projects.

    HTML

  6. thesergioliveira thesergioliveira Public