Skip to content
View JE-Richards's full-sized avatar
📚
Learning
📚
Learning

Block or report JE-Richards

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
JE-Richards/README.md
My GitHub Header

About Me

const JER = {
  name: "Jon-Ethan Richards",
  role: "Aspiring Web Developer",
  code: ["HTML", "CSS", "JavaScript"],
  tools: ["React", "Styled Components", "Jest", "Node", "Express"],
  passion: "Learning",
  fuel: "Coffee",

  sayHello() {
    return `Hey! I'm ${this.name}, an ${this.role} who loves ${this.passion}!`;
  },

  brew() {
    return `Fuelled by ${this.fuel}, I'm brewing some ${this.code[2]} apps!`;
  },
};

console.log(JER.sayHello());
console.log(JER.brew());
Hey! I'm Jon-Ethan Richards, an Aspiring Web Developer who loves Learning!
Fuelled by Coffee, I'm brewing some JavaScript apps!

My Tools

Languages

Frameworks & Packages

Software & Tools

Currently Learning

  • React: Building dynamic UIs with hooks and states
  • Node.js and Express: Exploring server-side JavaScript
  • Prisma: Enhancing my server-side database integration

Hobbies

☕ Sipping coffee while debugging
🐕 Hiking with my border collies to clear my mind
🏋️ Weightlifting and CrossFit
🎮 Gaming and TV to relax

Connect

Want to connect? Find me on:


Popular repositories Loading

  1. odin-recipes odin-recipes Public archive

    This is the first project that forms part of 'The Odin Project' Foundations Course.

    HTML

  2. odin-css-exercises odin-css-exercises Public

    Forked from TheOdinProject/css-exercises

    HTML

  3. odin-landing-page odin-landing-page Public archive

    This is the second project that forms part of 'The Odin Project' Foundations Course.

    CSS

  4. odin-rock-paper-scissors odin-rock-paper-scissors Public archive

    This is the third project that forms part of 'The Odin Project' Foundations course.

    JavaScript

  5. odin-javascript-exercises odin-javascript-exercises Public

    Forked from TheOdinProject/javascript-exercises

    JavaScript

  6. odin-etch-a-sketch odin-etch-a-sketch Public archive

    This is the fourth project that forms part of 'The Odin Project' Foundations Course.

    JavaScript