Skip to content
View noelledons's full-sized avatar
  • London, UK
Block or Report

Block or report noelledons

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

πŸ‘©β€πŸ’» A bit about me

// JavaScript

const noelle = {
    pronouns: ["She", "Her"],
    jobTitle: "Software Developer",
    location: "London",
    tech: ["JavaScript", "React", "TypeScript", "NextJS", "Node.js"],
    interests: ["Skincare", "Volunteering", "Equality", "iPhone Photography", "Baking"],
    currentFocus: "currently upskilling in the latest technologies"
 }

 console.log (
   "My name is Noelle and I am a " + noelle.jobTitle + " based in", noelle.location + ". I am proficient in " 
   + noelle.tech[0] + " and " + noelle.tech[1] + " but the long term goal is to be Fullstack. \nTo do this I am " 
   + noelle.currentFocus + ". Thanks for reading!"
  )

//Task for you: Run the above in your chosen editor and see what appears :)

βš’οΈ Project Directory

πŸ•΅οΈβ€β™€οΈ Where to find me

Medium

Interesting in collaborating together? Drop me an email πŸ“©

Pinned

  1. cv-template cv-template Public

    CV template - Includes contact, experience, education and hobbies and skills section.

    HTML

  2. todo-list todo-list Public

    To do list using NextJS

    JavaScript