Portfolio
These projects are the flagships of my work. I can't be entirely proud of them, since every time I finish one, I realize that it could be done better - one could create a better arhitecture, one could make a cleaner code, one could make a nicer UI, one could make less bugs and mistakes... but every work makes me better.
Szabó Sándor István
Depozituldetricouri.ro
Contribution:
Front-end & back-end development
Main features:
- B2B and B2C webshop
- Figma design
- Products, prices and stocks are obtained automatically from the manufacturer through API
Details:
Depozituldetricouri.ro is a clothing supplier for small and medium businesses. The key focus of the project was to shorten the ordering time for all users, regardless if they buy in en-gross or occasionally. The shop needs very little maintanance, since all the content is obtained and updated via the manufacturer's API.
Online payment platform for Oradea Water Company
Project type:
Online payment platform & CRM
Contribution:
Front-end & back-end development
Main features:
- Invoice viewing and payment
- Water index viewing and sending
- Invoices, indexes and other client details are obtained by a cronjob converting DBF (Foxpro) databases to SQL. The converter is also written in PHP.
Details:
Oradea's Water Company provides service all over Bihor county, with more than 100.000 clients. This platform is the online payment gateway of the company. Beside the invoice payment feature, clients can view and send their water indexes, view their contracts and get in touch with the company's support center. A unique challenge was to build a cross-platform bridge between the old DBF database and the new platform that populates the MySQL tables on a daily basis.
Stroon.uk
Project type:
Mobile Application with embedded WebView
Contribution:
Front-end & back-end development of the WebView, and the design too!
Main features:
- Social game
- Real time contest & voting
- It's a hybrid application: a native app embeds a WebView. With this solution the game can be played on Android, iOS and desktop browsers at the same time - same codebase!
Details:
Stroon.uk features AI generated image contests. Users can join a round-based tournament with their images, while others can vote on them. The web based project is embedded in a native app (APK and IPA), which manages Facebook / Google / Apple store login, and communicates with the website through an API. At the same time the web project can be accessed from any browser, making it possible for mobile and desktop users to play together. The design is also made by me in Adobe Photoshop & Illustrator.
Talefab.com
Project type:
Game engine
Contribution:
Front-end & back-end development, and design
Main features:
- Own project
- Visual editor written in JS, HTML5 + WebGL (Phaser)
- Users can download a native Windows standalone version of their game.
Details:
Talefab.com is my own project. It's a game engine mainly for making visual novels, but it can be used to make an educative, RPG game or escape room too. It features a visual editor written in JS and Phaser (a WebGL framework), where users can create assets, make scenes with drag-and-drop actions, and embed complex conditions and actions.
A special request from the users was to make the games downloadable and executable on PC.
The design, demo games, the YouTube videos and the marketing materials are also made by me.
The repository library contains a few hundred of preset assets, carefully selected and licensed.
The project is present on
itch.io and several indie game platforms.
Cumsecalculeaza.ro
Project type:
Web application
Contribution:
Front-end & back-end development, and design
Main features:
- Own project
- Visual editor written in JS
- Users can make their own calculator and embed in their web projects
Details:
Cumsecalculeaza.ro is a directory of online calculators made by me long time ago. A few years after it's launch I extended this project, granting users the possibility to make their own calculator via a visual interface.
All kind of fields can be used: number, text, checkbox, radio buttons, etc. and complex (Excel-like) functions can be written over them.
Users have a 30 day trial period after which they can choose between various packages. The project integrates MobilPay as a 3rd party payment processor.
Demo calculators, video tutorials and a flagship YouTube video is also made for the project.
The design, the YouTube videos and the marketing materials are also made by me.
Space RTS game
Project type:
Unity 3D game
Contribution:
Unity 3D development with bought assets
Status:
Under development
Main features:
- Own project
- Using NavMesh for movement
- Real time strategy game
Details:
This is my showcase Unity 3D project after finishing several courses of Unity among the official course of
Unity Junior Programmer course.
Players need to colonize and conquer other planets in their stellar system and beyond. They can build colonies, harvest resources, research planet infrastructure, make ships - and deploy them in a various ways.
Beside implementing the four OOP pillar, NavMesh (for ship movement, obstacle avoiding) and Particle System (for the glowing sun) are used. The stellar systems are procedural and easily customizable.