Julian Atkin

Full Stack Engineer

Projects

Croppy

Online image cropping/resizing tool.
Quickly and easily crops images to a user-drawn rectangular selection.

Built using:

Grid Chat App

Realtime public chat app.
Post messages on an infinite 2D grid where they can be seen by other users.

Controls:
  • Click and drag to navigate the grid.
  • Perform a single click in place to open a text input; press Enter to submit inputted text.
  • Use the mouse wheel to zoom in/out.
Built using:
  • React.js
  • Firebase Realtime Database


Fake Instagram Post Generator

Re-create an Instagram post as it appears on the front page of the web client.
Reactive field bindings allow custom content to be embedded into the post.
Uses the html2canvas library to export the post to an image for download.

Built using:
  • Svelte
  • html2canvas