Hello! I'm Rendo,
a Web Developer.
Skills
My current toolset
HTML, CSS, JavaScript, PHP, React.js, Next.js, Tailwind CSS, Laravel, Alpine.js, Git, GitHub, Visual Studio Code.
Known tools and skills
C#, ASP.NET, MySQL, Android Development (Java), Java REST API, Vue.js, phpMyAdmin, Visual Studio, IntelliJ IDEA.
Projects
Personal Works
Konolist
"A list web app simplified for your convenience."
This web app is my second finished project using Create React App and Tailwind CSS. The app takes inspiration from MS Todo for its design and layout; the Windows version for desktop and the Android version for mobile.
This web app is my first installable Progressive Web App (PWA) project. The app fully works offline and also comes with a fancy introductory page.
User data is stored locally on local storage and is encrypted using CryptoJS.
Hacker News
"Browse Hacker News with Reddit's design and layout."
This web app is my second attempt at a Hacker News viewer. The goal this time is to faithfully mimic Reddit's looks even further for both mobile and desktop breakpoints.
This project is the first one I have finished using Next.js together with whole other libraries.
It is also my first project that has a dark mode switch built-in.
However, the web app is not as performant as my first attempt when running on Firefox and potentially WebKit-based browsers.
Readit News
This web app is my first project at this scale created using Create React App.
The web app supports Hacker News' home page, story page, and user page. It uses the Hacker News API posted on GitHub.
It tries to mimic Reddit's desktop design and layout very loosely but is still responsive enough for mobile use.
Recon Game Library
An old Assembly 8086 project I once created for school a project.
The program starts with the home screen showing a game selection menu for two games: Snake and Tic-Tac-Toe.
The project is created and runs on an emu8086 assembly emulator.