Hi, I’m Ethan!
Software Engineer
Graduated with Bachelor of Science in Software Engineering from Arizona State University
Skills
Projects
Movie Library
Functional Movie Library web application built with React, utilizing the TMDB API to fetch and display movie data. Features include search functionality, detailed movie views, and a responsive design for optimal user experience across devices.
E-Commerce Website
A fully functional e-commerce website built with React. It features a mock login to simulate users inputting account information, product listings, shopping cart functionality, and a mock checkout process.
Wordle Clone
A fully functional Wordle clone built with React. It allows users to guess a five-letter word within six attempts. Basic wordle logic applied including color feedback for correct and incorrect letters and animated reveal of the letters. This is not hosted live, but the code is available on GitHub.
Pokedex
This is a simple Pokedex from the famous game Pokemon! All data is fetched through the PokeAPI and cached locally after the first fetch to improve performance. The pokedex includes all Pokemon, moves, and abilities from each game. Each element of the pokedex is clickable and will take you to a detailed page about that specific Pokemon, move, or ability.
Doghouse Social Media App
Doghouse is a social media platform where users can sign up and post about their dogs! People commonly create instagram accounts for their dogs so I thought, why not a whole platform! Built with React for the frontend and Firebase/Node for the backend. UI/UX design is a work in progress. This will not be made public on GitHub.
Fitness App
This is a fitness website that allows users to browse workout routines and nutrition plans. Users will be able to track their progress and set goals. Built with React and Tailwind.
Tasky App
This is a task management application that allows users to create and delete tasks. Users can mark tasks as completed. This app works fully offline and does not require any connection to the internet or local database. The executable file can be downloaded on GitHub and run on any Windows machine. Built with Electron, HTML, CSS, and JavaScript.