employer cover photo

Zemuria Venture Studio

Questa è la tua azienda?

Domanda di colloquio di Zemuria Venture Studio

Build a Notes CRUD Application Objective Design and implement a web-based Notes application with CRUD functionality, authentication, and optional encryption and public notes features. Requirements Mandatory: CRUD Operations for Notes: Create: Users can create a new note with a title and content. Read: Users can view a list of their notes and the details of a specific note. Update: Users can edit the title and/or content of their existing notes. Delete: Users can delete their notes. Authentication: Implement user authentication (e.g., email/password or OAuth). Users can sign up, log in, and log out. Only authenticated users can perform CRUD operations on their own notes. Ensure notes are private to the user who created them (except for public notes, if implemented). The technical interview included a coding challenge to build a full-stack application with authentication functionality within a set timeframe. Be ready to showcase your skills in both front-end and back-end development