Hey

I'm Arpan.

I'm a Computer Science (Advanced) Student at The University of Adelaide with an interest in Frontend Software Engineering, Health Focused A.I and building applications with great user experiences.
Here's a bit more about me.

Here are some of my projects

  • Simple E-portfolio

    Html, CSS

    A basic E-portfolio created using HTML5 and CSS3 (+BEM) best practices with search engine optimisation for higher indexing through Google’s search engine crawler. Included responsive and multi-platform support to enable the portfolio to be viewed on any platform and device (smartphones, tablets etc.)

  • E-commerce landing page

    Html, CSS, Javascript

    A standard, responsive landing page for a library style e-commerce store using HTML5, CSS3 best-practices alongside some Javascript for an additional menu that appears when page is resized for multi-platform viewing.

  • Automated Sudoku Solver

    Python3

    Personal project developed in Python3 to solve a given sudoku board in the form of an mxn matrix. Utilised elements of Dynamic Programming, Recursion, matrix manipulation and backtracking to improve ability to think algorithmically and allow for people to easily solve any sudoku puzzle.