Let’s create an app to help our user become more aware of global warming issues by tracking the change in the average global world temperature over decades. Our app may include other features to further inform the user on the issue. Part 1: Basic functionality The user will enter the average global temperature in twoContinue reading “Environment Watcher”
Category Archives: Projects
Currency Converter App
Your client needs an app that gives the user the option of converting from Euro to British Pound or vice versa. The user then enters a value in one currency and the system outputs the equivalent value in the target currency. Part 1: Research Part 2: Create your app THINK! What class/es, attributes and methodsContinue reading “Currency Converter App”
BMI Calculator
Let’s create an application that lets the user enter his height and weight (mass) and then outputs his BMI. The application will also tell the user if his BMI indicates he is underweight, normal, overweight or obese. Write readable code Part 1: What is BMI? Part 2: Create your app We will create a simpleContinue reading “BMI Calculator”
Tile-Layer App
Your client is a tile-layer who will need an application to create an invoice for his clients’ orders. The user will enter client, room and tile details and the app will output: room and tile area, job cost, cost including VAT and discount price. Job cost depends on the number of tiles Write Readable CodeContinue reading “Tile-Layer App”
MyFlix
People often give a lot more time to Netflix than they plan to, time that could go into more fruitful work. Let’s make a simple application to process series details and hence make the user more aware of the time taken to watch a series. Part 1: Our First Code Create a new project thatContinue reading “MyFlix”