Projects

A selection of projects that I'm not too ashamed of

Bookstore Message Board

Built for Storytel. It is a SPA(Single Page Application) message board app in React-Redux. Depends on the backend API Server, which interact with the front-end portion of the project. This message board allowing users to post, edit, comment, and delete.

Dashboard

The Dashboard is an admin dashboard designed to be beautiful and simple. It is built on top of React Bootstrap, and it is fully responsive. It can be used to create admin panels, project management systems, web applications backend, CMS or CRM.

Movie Library Application

It is a SPA(Single Page Application) app to browse movies written in React-Redux. The data is grabbed from the Movie DB - https://www.themoviedb.org/documentation/api. You can email me for a copy.

Multiplayer Pong Game

It uses Typescript, Koa, routing-controllers and TypeORM in the backend and React/Redux in the frontend. The backend exposes a REST API but also sends messages over websockets using SocketIO.