ACT 2.0 Release
· 2 min read
Key Outcomes
- Common user stories and acceptance criteria (FRD)
- UI Design for all relevant screens and features
- UI Components
- Code repo in React with template implementation tutorial
- Web Demo link
- Design system documentation
Product & Design
- The design file is created in Figma with more detailed styling and component usage guidelines.
- More documents for components to assist communication and boost the contribution throughout the growth of project quantity.
- New component request workflow and communication channel. s
Tech Highlights
Admin Console Template v2.0 (ACT2) is a template project for admin dashboard. We are focus on three main keys:
- Fast - Easy and fast to start/implement for your dashboard task.
- Maintainability - Easy to maintain even other developer who join in your project after launched.
- Simple - No complicate or strong dependencies components in this template. Any React developer can use.
What we are providing in this template:
- Authentication logic for C2C backend server (Not Auth0)
- Private/Public routes for every page
- Common UI Components such as left menu, header menu, tables, forms, toast for success/error and others.
- Custom hooks for calling APIs or manage your global states.