GithubHelp home page GithubHelp logo

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: "[email protected]",
        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;

thesergioliveira's Projects

counter-app icon counter-app

A super simple counter app designed to provide a playground for exploring basic concepts of unit testing with Enzyme and Jest.

countries-api icon countries-api

simple application that let you know more information about your favorite country.

lessons icon lessons

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

live-coding-1 icon live-coding-1

FBw-48 live coding repo for the everyday class materials in DCI

myportfolio icon myportfolio

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

navegationmenu icon navegationmenu

A sample of mobile navigation menus. Click on the link bellow to see the rendered version of my practice.

numbers-exchange icon numbers-exchange

An app that will convert between number systems, from binary to decimal or from decimal to hexadecimal.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.