January 9, 2024
REACT.JS

Surveyman

Technologies: Node.js, React.js, CSS, JavaScript
Educational project?: Yes
Project Year: 2023

Surveyman is a project developed for educational purposes while learning MERN Stack development, not intended as an actual company project. This platform allows users to easily register, create surveys, and share them with others. Additionally, other users can respond to these surveys. Users have the ability to view and analyze responses from their own dashboard.

Surveyman was built using the MERN Stack, comprising MongoDB, Express.js, React, and Node.js. React was used for the frontend, designing a user-friendly interface. On the backend, an API powered by Express.js and Node.js was developed, enabling users to create, save, and manage surveys. MongoDB served as the database, storing the data generated by users.

The project was created to implement each component of the MERN Stack and understand the interaction between these technologies. It was an initiative to gain practical experience by providing an environment where users can input data, store it, and later analyze it.