- Idea came from the need to have an easily maintainable codebase for the business' websites.
- Concept is to rely on dynamic imports along with minimal input from Environment variables to decide which content/design is loaded and which backend api to call.
- Closely follow Adobe XD/Figma designs to implement the UI/UX
- Challenges included eliminating redundant and over engineered code, Deliver performant and easily scalable codebase.
- Adhere to the SEO standards while using meta info coming from the backend.
Other features include...
- Customized components per entity
- Dynamically render menus based on backend configs
- Access middleware to block disabled pages without manually removing code
Manually carried out a few rounds of refactors/updates and optimizations to ensure that the solution is not using ancient unsupported software.

