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 Public

    JavaScript

  2. pf-project-corona-tracker Public

    JavaScript

  3. social-clone-functions Public

    FireBase/FireStore API for Social-Clone

    JavaScript

  4. socialclone-client Public

    JavaScript

0 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

March 2025

mphelps1978 has no activity yet for this period.
Loading

Seeing something unexpected? Take a look at the GitHub profile guide.