Pinned Repositories
Alien-Invasion
A GUI Game written in Python implementing PyGame. Inspired by the classic arcade game Space Invaders.
Crypto-Price-Tracker
A CLI based cryptocurrency price tracker. It allows input of a coin or ticker and uses CryptoCompare's API.
DJANGO-Portfolio-Website
A responsive portfolio website which displays skills and projects. Technologies involved include Python, Django Web Framework, HTML5, CSS3, SQLite3, and Heroku.
FreeCodeCamp-Scientific-Computing-Python
My solutions for FreeCodeCamp's Scientific Computing with Python curriculum.
Get-IPv4-Addresses
A CLI based program written in python that uses an API to retrieve and neatly displays the devices internal and external IPv4 addresses.
PassPal
PassPal is a vanilla Javascript program with a modern GUI to generate complex passwords for everyday personal use.
Pong-AI
An infinitely-running implementation of the classic game, Pong. It counts every ball that is bounced.
Portfolio
My Personal Portfolio website that showcases my skills, resume, and featured projects. Created using Typescript, React.js, Scss, Render, and Webpack.
React-Weather-App
My first ReactJS project which is a weather forecast website. It accepts an input (location) and displays real time weather data about the location given. It uses an Open Weather API, deals with state change, and handles errors.
super-swing-baseball
The website for a company named "Super Swing Baseball". They proudly offer baseball lessons to youth and aspiring athletes. Built using ReactJS and SCSS. Includes keyframe animations, React hooks, and lazy loading logic. Hosted on Render.com.
spacewizard66's Repositories
spacewizard66/Alien-Invasion
A GUI Game written in Python implementing PyGame. Inspired by the classic arcade game Space Invaders.
spacewizard66/Crypto-Price-Tracker
A CLI based cryptocurrency price tracker. It allows input of a coin or ticker and uses CryptoCompare's API.
spacewizard66/DJANGO-Portfolio-Website
A responsive portfolio website which displays skills and projects. Technologies involved include Python, Django Web Framework, HTML5, CSS3, SQLite3, and Heroku.
spacewizard66/FreeCodeCamp-Scientific-Computing-Python
My solutions for FreeCodeCamp's Scientific Computing with Python curriculum.
spacewizard66/Get-IPv4-Addresses
A CLI based program written in python that uses an API to retrieve and neatly displays the devices internal and external IPv4 addresses.
spacewizard66/Hangman
A CLI based hangman game. It randomly picks a new word from a list and uses text art.
spacewizard66/PassPal
PassPal is a vanilla Javascript program with a modern GUI to generate complex passwords for everyday personal use.
spacewizard66/Pong-AI
An infinitely-running implementation of the classic game, Pong. It counts every ball that is bounced.
spacewizard66/Portfolio
My Personal Portfolio website that showcases my skills, resume, and featured projects. Created using Typescript, React.js, Scss, Render, and Webpack.
spacewizard66/React-Component-Examples
spacewizard66/React-Weather-App
My first ReactJS project which is a weather forecast website. It accepts an input (location) and displays real time weather data about the location given. It uses an Open Weather API, deals with state change, and handles errors.
spacewizard66/Roman-to-Integer
A function written in Python that accepts an input of Romanumerals, then converts it to an Integer.
spacewizard66/super-swing-baseball
The website for a company named "Super Swing Baseball". They proudly offer baseball lessons to youth and aspiring athletes. Built using ReactJS and SCSS. Includes keyframe animations, React hooks, and lazy loading logic. Hosted on Render.com.
spacewizard66/meta-capstone
spacewizard66/Portfolio-1-30-2023
Unfinished Portfolio Website Files. Using to store as backup, and test git skills.
spacewizard66/Portfolio-Copy
This portfolio helps increase visibility to potential employers and people that are interested. It showcases my skills and experience, while being interactive and UX/UI friendly.
spacewizard66/spacewizard66
spacewizard66/testing
spacewizard66/TicTacToe
A tic-tac-toe game written in python implementing Pygame. My first successful Pygame project.