Projects

Beep Bot

Beep Bot is a musical creation/education tool with a social media element. Users can create a simple synthesizer sequence and view/favorite sequences from other users. Beep Bot utilizes tone.js for sound generation/manipulation, and tonal.js for a scale select feature, providing the user with a scale of notes based on the root note, octave, and scale name. This project was made via react, node, pgsql, passport for login, and good old CSS

https://beep-bot-react.herokuapp.com/

https://github.com/TuckerLandis/beep-bot


Artsplitta Gallery

My first full CRUD react project, I was tasked with creating an image gallery with some conditional rendering aspects. I chose to take the opportunity to create a mobile first art portfolio to showcase some of my digital prints. It also includes an image URL upload input, which i plan to hide behind a log in for myself, so that i can easily post new images here.

https://artsplitta-gallery.herokuapp.com/

https://github.com/TuckerLandis/weekend-react-gallery


Feedback

My first full stack Redux application, i was tasked with building a daily check-in portal for an education environment. A flow of different views prompted users to answer questions about how they were feeling, including a comments field. I then rendered all this data in rows in an admin view, with the ability to delete en entry, or flag one for later review. Mobile friendly, i used basic css for the styling but put an emphasis on the ux, with tactile response on the range inputs and buttons.

https://morning-plateau-73028.herokuapp.com

https://github.com/TuckerLandis/weekend-redux-feedback-loop