WEBSITES

AVELIA


A greenfield website and platform for the aviation industry

  • A project between Accenture and Shell called "Avelia", a book and claim solution for the aviation industry.
  • Created 98% of the marketing website as an individual by collaborating with different parts of the Accenture and Shell organisations.
  • Contributed to the front-end development for the platform in a team.

MEDIUM


A React recreation of the medium website

  • A replica of the medium website which is built using React. The CSS was lifted and shifted using Chrome's "Inspect" tool.
  • Technical development work includes:
    • using atomic design and BEM methodologies for SASS, and
    • array iterators and sort to output the featured, latest and popular articles.
  • Learnings include how to use array iterators to output information from a data file and accuracy in transferring css code.

PARKING SCOUT



Jira icon

A React application to book a car parking space

  • This car park app enables the user to search and book available car parks as well as view all car parks.
  • A final project from a coding bootcamp consisting of an agile team of four using JIRA, Slack and Zoom to manage the technical development.
  • Technical development work includes:
    • a component based React front-end,
    • Node.js and Express framework to create a RESTful back-end,
    • JEST for testing,
    • and MongoDB to manage the car park spaces' database.

SHARK ATTACK


A Javascript dashboard to show global insights on shark cases

  • A dashboard showing charts on shark cases by year, country, area and age.
  • Technical development work includes:
    • creating the front-end to hold the different charts including responsive design and a shark animation
    • and using chart.js to create the different types of charts i.e. line, doughnut and pie.
  • Learnings include how to use chart.js via CDN.