My Repo: https://codeberg.org/zhus_on_first
🐾 Fetch! Local Spots — Github | Blog
A location-based reporting platform for dog-friendly places.
Tech stack: React · Flask · SQLite · PropelAuth
🔍 View Details
Full-Stack Integration
- User-generated content system: reports, comments, and photo uploads
- SQLite + SQLAlchemy ORM for efficient data management
Frontend
- React (18.2.0) with Styled Components + React Router
- Form validation with Formik + Yup
- Filtering system for hiking/food/rides
Backend
- RESTful API with Flask-RESTful (CRUD for locations, reports, media)
- Authentication with PropelAuth (token-based + webhook integration)
- Relational schema with complex relationships
- Database migrations with Flask-Migrate
- CORS enabled for secure frontend/backend communication
🤖 Deep Learning with Fast.ai — HuggingFace | Blog
Experimenting with Fast.ai to build deep learning models and apps.
Tech stack: Fast.ai · HuggingFace · PyTorch
🗡️ Choose Your Adventure CLI — Github | Blog
A text-based Python adventure game.
Tech stack: Python · SQLite
🔍 View Details
- SQLite database stores game state for seamless continuation
- User-friendly CLI menu with interactive gameplay options
❓ Question Query — Github | Blog
Daily dose of intriguing questions to spark curiosity and learning.
Tech stack: React · Material UI · Netlify · Render.com
🔍 View Details
- React + Material UI for a dynamic web app
- Features: Randomizer · Search/Filter · Add a Question
- State management with React hooks
- Fun UX with confetti animations
- Frontend deployed on Netlify · Backend on Render
🎬 Flick Pulse — Github | Blog
Responsive web app for movie enthusiasts.
Tech stack: HTML · CSS · JavaScript
🔍 View Details
- Add movies with actors, ratings, and genres
- DOM manipulation to sort by genre and highlight featured movies
- Fetch API for async updates