Category: Projects

View some of the custom projects built and designed by Duncan Forbes. Duncan is a Web Developer based in Ashford, Kent.

What takeaway should I get?

What Takeaway Should I Get? Use Our Takeaway Generator to Decide!

Introduction

Choosing the right takeaway can be overwhelming with so many delicious options available. Whether you’re trying to decide or looking for a random takeaway suggestion, our Takeaway Generator Tool is here to help! This guide will explain how our tool works and why it’s the best solution for your takeaway decisions.

How the Takeaway Generator Tool Works

Our Takeaway Generator Tool is a simple yet powerful JavaScript application designed to help you decide what takeaway to get. Here’s how it works:

  1. Input Preferences

  2. Random Takeaway Selection

  3. Personalized Suggestions

  4. Easy Decision Making

Benefits of Using the Takeaway Generator Tool

Using our Takeaway Generator Tool offers several benefits:

  • Saves Time
  • Introduces Variety
  • Caters to Preferences
  • Informed Choices

Why You’ll Love It

Here’s what some of our users have to say about our takeaway generator:

“The takeaway generator made it so easy to choose my takeaway! I’ve discovered so many new dishes and it’s always spot on with my preferences.” – Sarah K.

“Using the random takeaway generator is a game-changer! I’ve tried so many different cuisines that I wouldn’t have considered otherwise.” – Mike T.

Get Started Now!

Ready to find your perfect takeaway? Use our Takeaway Generator Tool and let us do the hard work for you. Whether you’re in the mood for something familiar or want to try something new, our tool is here to make your decision easy and enjoyable.

Try the Takeaway Generator Tool Now!

Pizza Deal Checker (JS)

This works by taking the users input and using JS to calculate the results. This was originally made in PHP but JS is clearly the better solution for an application of this type.

Birthday UK Chart Checker

Grabs the date from the input field, then using a MYSQL query grabs the first record from the database it finds on or before the inputted date and returns the information.

Takeaway Picker

The selected items are pushed into an array and using php’s array_rand() function we can get a random key from the array. That random keys value is then outputted below to show the result.

Pizza size and cost checker

This works by taking the users input to act as the parameters of a custom function which returns the calculated prices and sizes of the pizza when divided by cost and number of people. Those results then are pushed into their own arrays and then formatted and displayed in the results section.

Decision Maker

An extension/improvement of the Takeaway Picker, the decision maker builds and array from the inputs, makes uses of array_rand() and outputs the result.

3D CSS iPhone

A 3D phone made up entirely from CSS. Initially made a cube whose six sides were rotated and translated to form the cube and then adapted the sides to be a phone shape. The corners are made up of six additional smaller elements that again are rotated and translated to look correct.