Projects

Here are some of the projects I've worked on recently. I enjoy creating tools, design systems, and user-first applications.

  • Portfolio Website (Currently Viewing)

    A personal site built with Next.js and Tailwind CSS to showcase my work and writing.

    • Next.js
    • Tailwind CSS
    • TypeScript
  • In Development

    Daily Disciple

    Daily Disciple is a mobile app designed to help you take control of your day and achieve your goals. Block out your schedule with intuitive time management tools, track your daily goals with real-time progress monitoring, and stay accountable to your commitments. The app provides a comprehensive view of your day, combining task planning with goal tracking in one unified platform. With AI integration coming soon, Daily Disciple will offer intelligent insights and personalized recommendations to optimize your productivity and help you reach your objectives faster.

    • React Native
    • Mobile App
    • Goal Tracking
    • Time Management
    • AI (Coming Soon)
  • Python Security Camera

    This program uses Python and OpenCV to capture video, detect faces and bodies in real time, and automatically record when motion is detected. The video is saved with a timestamp, and the recording stops after a few seconds of no detection. The user can stop the process by pressing q.

    • Python
    • OpenCV
    • DateTime
    • Haar Cascade Classifiers
    Python Security Camera
  • API Pokédex

    I created a Pokédex web page using the PokéAPI with HTML, CSS, and vanilla JavaScript. Users can browse a list of Pokémon, and the background color changes dynamically based on the selected Pokémon’s type. This project showcases my ability to work with APIs and create interactive, user-focused features.

    • JavaScript
    • Pokédex API
    • CSS
    • HTML
    • Vanilla
    API Pokédex