src/ ├── api/ │ ├── axiosClient.ts # Axios instance and interceptors │ ├── endpoints.ts # API endpoint definitions │ └── queryClient.ts # React Query client configuration ├── pages/ │ ├── products/ │ ...
This repository includes the documentation and code for the PLCNext automation system that was created during the Fall 2025 internship at MFI. PLCNext is the PLC System created by Phoenix Contact, and ...