Frontend of disfactory.tw. Built with Vue.js. For backend please checkout https://github.com/Disfactory/Disfactory
Disfactory is an innovative platform designed to tackle the issue of illegal factories in Taiwan. By providing an easy-to-use frontend for users to report such establishments, Disfactory aims to contribute to community safety and regulatory compliance. The initiative not only focuses on gathering reports from the public but also includes robust backend support and a systematic design framework, making it a comprehensive solution for a pressing issue.
The platform facilitates transparency and accountability in the manufacturing sector, encouraging citizens to engage in the reporting process. Its dual server setup ensures that both production and staging environments are effectively managed, enhancing the reliability and performance of the application as it scales.
Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
Vuetify is a no design skills required UI Library with beautifully handcrafted Vue Components.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.