Our Projects
Showcases our expertise in new technology and trends
Workflow builder + Workflow renderer
The client needed a library which can be used to create a form which has steps, by anyone who does not know coding (HTML, CSS, JS). So we created a library (Workflow builder) which generates a JSON based on the selected elements. This JSON is used by the Workflow renderer which generates a form. This workflow renderer can be used in any React project.
We used ReactJS to create both the libraries.
Page builder + Page renderer
The client needed a library which can be used to create a webpage by anyone who does not know coding (HTML, CSS, JS). So we created a library (Page builder) which generates a JSON based on the selected elements (Heading, Text, Image, Video etc). This JSON is used by the page renderer which generates an HTML page.
We used ReactJS to create both the libraries.
Bidder portal
The client needed a portal where anyone can bid on the available contracts. The contracts are created by the procurement application that we created.
We used ReactJS + Redux for the frontend. For backend, we used Java.