my projects

ethancrowson.co.uk

A basic portfolio website showcasing some of my skills and previous projects.


  • The website acts as a more interactive CV and provides direct links to repositories of projects I have completed.
  • Allows users to easily connect with me.
HTML
CSS
JavaScript
Tailwind CSS

Restful Service

A simple RESTful web application that handles e-commerce.


  • React.js website with a Spring Boot backend that connects to a postgreSQL database.
  • It currently is a Work In Progress.
Java
Spring Boot
HTML
CSS
Tailwind CSS
PostgreSQL

Concurrent Game-Playing Environment

An application that allows a user to play multiple instances of games concurrently.


  • Multithreading handles JavaFX Application thread.
  • Each instance is run on its own thread which each concurrently access some shared module in the game.
Java
JavaFX
CSS

Oaxaca Website

A web app made collaboratively in my second year. It is a mock-up of a restaurant's software.


  • Customers can log in, order menu items and pay.
  • Kitchen staff and waiters can update details of an order.
  • Admin can also edit the database.
Python
Django
PostgreSQL
HTML
CSS
JavaScript