sawyer5137@gmail.com
Hello, my name is Sawyer Brown. I am a web developer from La Crosse, WI. Check out my projects below. Some are more technical and interesting. Some I made in 20 minutes or so. When I am not coding, I enjoy exploring La Crosse on my bike and reading Stephen King.
Full stack book collection tracking website that I originally built to learn more about React and Typescript. I ended up adding a backend with a full account system with sessions and password hashing. I built this using an Express backend, MySQL database, and a Typescript React frontend.
Check it out hereThis was my attempt to copy the functionality of a Stream Deck using a $40 tablet I bought from Walmart. It's made with an Express server and a React Native app. It utilizes a JSON file to configure the buttons and their respective functionality. One issue I ran into while developing this was, I originally just used hard coded GET routes in my express server and my roommate would access these routes on his phone to open and close applications on my computer. The quick and easy fix was just to use POST routes instead.
Github link hereSimple tic tac toe game made using vanilla JS, HTML, and CSS. I built this after learning about Flexbox. You might find the AI is not that smart and there may be a bug in the win conditions, so I made sure to clarify it's still in beta.
Check it out hereAnother creatively named project. I made this after learning about the DOM and event listeners. It allows you to type a CSS predefined color and see it displayed or click the box to select a random one.
Check it out here