Anriaru Doragon's Projects

doragon.me

AWS Bootstrap 5 Eloquent Laravel 11 MariaDB MVC PHP 8 Web
doragon.me is a personal web business-card that I've developed for myself to showcase my projects and socials. It's not a simple static HTML webpage, it's a complete responsive service, which can be tuned to anyone's preferences. I'm able to modify main card information and all projects/socials on the go using my dashboard. This webpage is developed with Laravel 11 and PHP 8.3. Future plans: Use Tailwind CSS instead of bootstrap for better style control Use either Vue or R...

29

Mixology Web App

CMS Custom MVC MySQL PHP 8 Web
The Mixology app is my coursework at university, the main subject here is to develop your own CMS with PHP and then use it to build a website following MVC pattern. The CMS here is very simple, still rich enough to make a simple website. CMS Features: Core: Supports simple middlewares for multiple routes specified via regex; Supports .env file with custom configurations via Config class. Database: Supports CRUD operations and pure SQL execution; S...

27

Notes App

.NET 8 C# MVVM Windows WPF
This project is a part of a patterns lab at university. This project doesn't feature a database to store notes, they're saved in memory, so after closing the app, all note will disappear! This is a very simple application to create and store your notes. You can also set an alarm for each note and receive a windows notification when the time is right. You can also export all your notes as JSON or into Excel file. The Export functionality is provided by [Viacheslav Varnavskyi](https://...

18

File Encryptor and Task Manager

.NET 7 C# Encryption Multithreading MVVM Windows WPF
This repository features 2 different applications both of which were parts of a single lab work. File Encryptor is made with WPF following the MVVM pattern and provides fluent and responsive UI using BackgroundWorker to process encryption of files in background. This application allows you to encrypt many files simultaneously and decrypt them. You can specify your own settings for the encryptor to make your encryption unique, same settings are required to decrypt the file. Accepts any...

19

Calories Calculator

.NET 6 C# Entity Framework SQLite Windows WPF
This project was a part of my coursework at university at 1st course. The main goal of this project is to help you track and control your calories and other nutrients. Application features profiles for different users, you can set your calories goal manually or specify date of birth, height, weight your goal and it will calculate required calories for you. You can use an already existing list of products, edit existing products or add your own products to the list. When consuming a prod...

19