Portfolio
Check out my latest projects:
A Rainbow A Day
React.js
Python
Django
PostreSQL
One Week - Solo Project: A food tracker full-stack application based on the “eat a rainbow” food guide. The backend was built using Django, Python and PostgreSQL, while the frontend was built using React. Users can log their daily diet by adding or removing choices from a given food list, as well as seeing logs for other days and an overview of all foods ever logged. I also focused on making the experience engaging with playful features showing their progress and a colourful design. Test account: 'testme@testme.com', Password: 'Password!1'
Tazty Alternativez
React.js
Express.js
Node.js
MongoDB
One Week - Group Project: A vegan alternative food products review platform using React, Express.js, Node.js and MongoDB. It’s a full-stack application using our own REST API and MUI as a component library. I was responsible for building the index and product show pages, functionality to edit products based on user authentication, as well as implementing a filter and search functionality.Test account: 'testme@testme.com', Password: 'Password!1'
Random Song From A Random Year
React.js
Express.js
Node.js
48 Hours - Group Project: A pair-programming hackathon where we built a frontend application using React, Express.js and Node.js and utilised the public Napster API to create an app that suggests a random song from a user’s selected year. My focus was on implementing the general website structure, creating the individual song page and implementing the correct API endpoint call. For this project, we used Bulma as our CSS framework.
Foxxers - A Frogger Game
JavaScript
HTML
CSS
One Week - Solo Project: My first course project where I built a grid-based game in Vanilla JavaScript, HTML and CSS based on the Froggers arcade game. I focused on ensuring that my code was dynamic, enabling me to easily add functionality to increase difficulty and to add an easter egg.