Skip to content
View mphelps1978's full-sized avatar

Block or report mphelps1978

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
mphelps1978/README.md
import react, { useState } from 'React'

const myData = {
  personal: {
    name: 'Michael Phelps',
    location: 'Fairfield, IA, USA',
    age: 42,
    school: 'Lambda School',
    occupation: 'Full Stack Web Developer',
    interests: [
      'programming',
      'gaming and eSports',
      'spending time with family'
    ]
  },
  professional: {
    languages: ['JavaScript', 'HTML', 'CSS', 'React', 'Redux', 'NodeJS', 'Express',],
    databases: ['PostgreSQL', 'SQlite'],
    learning: ['Firebase', 'MongoDB', 'Angular', 'Vue'],
    experience: '1yr'
  },
  contact: {
    email: 'mike@phelpsweb.dev',
    linkedin: 'https://www.linkedin.com/in/michael-phelps1978/',
    twitter: 'https://www.twitter.com/psybermind',
    discord: 'PsyberMind#2418'
  }
}

const MyProfile = () => {
  const [myInfo, setMyInfo] = useState(myData)

  return (
    <div>
      <h1>I'm looking for the chance to prove my skills with you!</h1>
      <h2>Contact me today!</h2>
      { myInfo.array.forEach(element => {
        return(
          <div>
            <p>Name: {element.personal.name}</p>
            <p>email: {element.contact.email}</p>
          </div>
        )})}
    </div>
  )
}

Inspired by martonlederer

Pinned Loading

  1. mern-skeleton mern-skeleton Public

    JavaScript

  2. pf-project-corona-tracker pf-project-corona-tracker Public

    JavaScript

  3. social-clone-functions social-clone-functions Public

    FireBase/FireStore API for Social-Clone

    JavaScript

  4. socialclone-client socialclone-client Public

    JavaScript