Tinker. Test. Transform.
Every project starts with curiosity.
Every build teaches me something new.
I learn. I create. I experiment.
Shopify.
Exploring Shopify theme structure and Liquid templating by customising a prebuilt Shopify theme with custom sections.
The theme was set up locally using VS Code and the Shopify CLI installed via npm, allowing changes to be previewed live in a Shopify development store.
Password for preview: mowffu
Launch projectKey features
- Added custom Hero section with configurable content using Shopify section schema
- Added Featured Products section displaying products dynamically with Liquid loops
- Local theme preview workflow using Shopify CLI
- Explored Shopify theme structure, section schema, and editable settings
Tech & skills
- Shopify theme customisation
- Liquid templating
- Shopify sections & schema
- Shopify CLI
- VS Code
- npm
Dictionary App.
This project was built to practise React and API integration. It delivers instant word definitions, phonetics and examples through a simple interface.
Launch projectKey features
- Fast word lookup using a public dictionary API
- Clean, user-friendly design
Tech & skills
- React components and state management
- Working with real-time data from external APIs
- Deployment with Netlify (CI/CD, automated builds)
Weather App.
A simple weather app built with React that shows current conditions for any city using Open Weather API.
Launch projectKey features
- Search by city name or use location detection
- Displays temperature, conditions, humidity, and wind
- Clean, mobile-first responsive layout
Tech & skills
- Built an interactive interface using react
- Fetched real-time weather information from an external API
- State management and conditional rendering
- Deployed on Netlify (CI/CD and global hosting)