A desktop GUI application programmed using Tauri as a part of 2L Bio Co., Ltd. (투엘바이오) government assignment project.
I was in charge of the whole IT part of this project when I had been working in the company, 2L Bio Co., Ltd.
It manages thread auto insertion machine settings with graphical user interface with enhanced functionalities comparing to the previous government assignment project application "2LBio Manager". This application is a successor of the previous program "2LBio Manager".
It has convenient CRUD functionalities of saving, loading, updating, deleting and resetting the thread settings for later repetitive use. The application's main job, though, is executing the thread auto insertion machine, providing the convenient, intuitive and detailed settings screen with graphical user interface for the users.
I used Tauri and Rust for the program's backend logic, and Next.js and TypeScript for the frontend UI design. Mentioning libraries, I used "styled-components" and "polished" for components design; I used "usehooks-ts" for the use of convenient React hooks; I used "SWR" for fetching the backend server; I used "Framer Motion" for smooth loading splash screen animation.