This test is designed to evaluate your coding ability through the experience of building the project from scratch and a basic RESTful feature using React and Node.js, with attention to code quality and best practices.
Set up the project independently and Ensure successful authentication.
Implement and verify the sign-in feature using the credentials provided below:
- Email:
admin@gmail.com - Password:
admin123
After successful sign-in, implement the Meeting functionality on both the server and client sides.
Use a standard RESTful API approach.
Focus on:
- Code structure and maintainability
- Clean and consistent code style
- Optimization where applicable You may reference the structure or logic of other existing features within the project.