Work

Skoflek Electric

UX/UI Design
Node.js
Flutter
React

Created a three-level system for Skoflek Electric

An image of Skoflek Electric's Logo

Developed multiple components/systems for Skoflek Electric:

    Created an app for Android Tablets and Phones using Flutter and SQLite database. The idea of the app is to facility data registration of existing and new projects by capturing the projects': Hours worked, Workers, Materials Used, Photos, and much more. Each tablet has its own local database and can create new Projects, entries and clients on the go. Once the tablet is connected to the Office Wifi then the syncing starts with the local server.
    Created a server using a Raspberrypi along with Node.js and JavaScript. By having this server that it is only exposed to the local network, Skoflek does not have to rely on 3rd Party Software and can store as much information as necessary without any pay walls. I set up a Restful API that will allow devices to upload/download information to the main database. This api also uses an algorithm to prevent any synching error amongst devices.
    Finally, created a dashboard using React and JavaScript. This dashboard will allow the admin/owner access to all the information in the database in a clean and organized manner. From here, the admin will also have CRUD operations on users, clients, projects, and sub-entries. All the information is being fetched directly from the server and is real-time.