This project is a demo by David Miles that was completed for Lifted Logic. Check out their website: Lifted Logic Home
-
Keeping it simple: I kept this project very vanilla. I did not use any JS frameworks such as React or Angular. I felt this would better show my personal skills as a developer.
-
The slider was a fun challenge: I had actually never done this before, so I decided to challenge myself to do this from scratch, rather than using any kind of JS library. I don't think it turned out too badly.
-
Data Validation: The data validation I put in place was designed to demonstarte not only data validation, but also concepts of classes in OOP. I have also written a custom React hook in the past to be able to initialize data validation in just a few lines of code.
Link Here
Link to Figma Design: Design Link
- Random Pokemon Generator - A simple React website that generates a random pokemon.
-GetPokemon Tool - A Python program used to query PokeAPI in order to gather Pokemon data for the above random generator.- Water Alarm Clock - It is an alarm clock that shoots you with water to wake you up! Built with my Raspberry Pi and Python
- Around the U.S. - This is a HTML/CSS/JavaScript project to display places around the U.S. (or world)
- Garage Opener - A Raspberry Pi project where I made my Raspberry Pi into a remote garage door opener that I could use from anywhere.