Skip to content
View LukeAims's full-sized avatar
:electron:
Building anything and everything to build my skills
:electron:
Building anything and everything to build my skills

Block or report LukeAims

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

Hi, welcome to my GitHub profile ๐Ÿ˜„

A header image showing code

Greetings ๐Ÿ‘‹

I am a passionate developer who loves to create amazing things with code. Open source is my jam, and I believe that collaboration is the key to success in the tech industry.

Currently, I am focusing on improving my skills in HTML, CSS, and JavaScript. I'm always looking for new ways to challenge myself and expand my knowledge.

You'll find a variety of projects on my profile, ranging from small scripts and games to web applications. I enjoy experimenting with different technologies and frameworks, and I'm always excited to learn something new.

When I'm not coding, you can find me at the gym or with my family. I believe that a healthy work-life balance is essential for long-term success and happiness.

Feel free to browse my projects and reach out if you have any questions or just want to chat about code. Let's build something amazing together!

โ€‚

Languages

Python JavaScript JSON Bash HTML5 CSS3 Ruby

โ€‚

Technologies & Frameworks

Docker GitHub Pages Bootstpap Font Awsome Markdown SASS

โ€‚

Terminal

iTerm2 Alacritty Git Shell Script TMUX

โ€‚

IDEs

NeoVim Vim Visual Studio Code

โ€‚

OS

Linux Windows iOS macOS Manjaro

โ€‚

Statistics

ย  ย  ย  ย  ย  ย  ย  ย 

Pinned Loading

  1. GoogleClone GoogleClone Public

    I created a google clone for The OdinProject to demonstrate my knowledge of HTML CSS and Javascript

    HTML 1

  2. Gourmet-Burgers Gourmet-Burgers Public

    Home page for Gourmet Burgers

    HTML

  3. I developed this code to play a roun... I developed this code to play a round of Rock, Paper, Scissors.
    1
    // Define an array and add a random choice//
    2
    function computerPlay(choices, randomChoice) {
    3
    	choices = ["rock", "paper", "scissors"];
    4
    	randomChoice = Math.round(Math.random() * choices.length);
    5
    	return(choices[randomChoice]);
  4. Cook-LandingPage Cook-LandingPage Public

    Landing page for recipe

    HTML 1

  5. .dotfiles .dotfiles Public

    Vim Script

  6. ruby_webserver ruby_webserver Public

    A simple web-server and basic test blog

    HTML