About Me

I am a graduate Software Engineer, specialising in web design and development.

I use modern technologies to deliver bespoke solutions to my clients.

Below is a brief introduction to some of the projects I have been working on recently.

Projects

Wandering Elixirs

This project is a custom-designed e-commerce platform tailored for a client in the herbal medicine and mushroom tincture niche.

On the backend, the site leverages Strapi, offering the client an intuitive interface to seamlessly manage product inventory—enabling add, edit, and delete functionalities. The frontend employs ReactJS for a responsive user experience, with Redux overseeing the state management of the shopping cart.

For payment processing, the platform integrates Stripe's secure checkout system. A specialized webhook is also incorporated to sync with the inventory management system, thereby eliminating the possibility of customers ordering out-of-stock items.

In terms of aesthetics, the styling is executed through JavaScript using Material-UI (MUI) React components, negating the need for external stylesheets.

Minimal Reddit

This project is a streamlined Reddit client, designed to offer a simplified, yet effective, user experience.

Built on a ReactJS frontend, the application employs the Redux Toolkit to handle the state management of the search functionality. Users can easily search for and view recent posts from any subreddit of their choice, all through a straightforward search bar interface.

By utilizing asynchronous fetch requests in tandem with Redux, the client delivers a responsive and efficient single-page web application.