Andrew Bliss

Let's work together!

Experienced Software Engineer with a background in full stack web development. I love programming code to make apps that impress clients and users.

Projects

Zero Fall Studios

Game studio with experienced developers ready to turn your ideas into reality. Zero Fall Studios has many title like Junkyard Quest, and Fall Quest: The Last Corruption.

Godot Weather

Weather simulation for different weather types in Godot. Since it uses gpu particles it works best on an actual app rather than a web export.

Kana Balloons

Learn Japanese Hiragana and Katakana by poppong balloons.

Blog

Making a React sliding animation with motion

Modern websites have come a long way in animation. While a static website is just fine, adding animations can make your website feel more professional. However adding too many animations can make it feel clunky and confuse people. This article will go over how to make a simple react component using the package motion to create a sublte sliding animation.

View article

How to Create an Auto Coder Pad with React and Tailwind CSS

I was on the Tailwind CSS website the other day, and I noticed they have an awesome auto coder pad on their main page. As the auto coder pad types it changes the css so you can see how to use Tailwind CSS to create styled components. So naturally I wanted to add it on my website.

View article

How to Build a Star Rating Component in React

Chances are if you are developing a blog or a CMS you want the user to be able to rate articles or products. This will give you the ability to recommend products based on how popular a products has become. This article will go over how to build a Star Rating component in React.

View article