Full-Stack Developer
CurrentThe Metaform project is a comprehensive platform that provides customizable questionnaires, data collection, and seamless backend database connection to companies and professionals. The project's main objective is to make this platform commercially available for a wider market adoption.To ensure consistency and readability of the code produced by different developers, the project was initialized using Eslint and Husky. During the design of the RESTful API of the backend, the data format passed from the frontend will be validated to ensure consistency and avoid possible errors.Redux toolkits are used to efficiently manage the state of components and connect them to APIs for fetching and storing data. We will be utilizing available UI libraries such as Styled Components and MUI to reduce development time and customize them according to the overall style of the project.To improve component reusability and reduce duplication, the code will be refactored.