Skip to content

minesoftltd/full-stack-developer-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Full-Stack Recruitment Test

Thank you for taking the time to complete Minesoft's full-stack developer test. This test is designed to provide us with a better understanding of your level as a developer.

This test is divided into two sections:

  1. Coding Test
  2. Follow-up Questions

Submitting Your Work

The test should be submitted by emailing us a link to a public GitHub repository containing your work.
Answers to the follow-up questions should be located in a FOLLOWUP.md markdown file within the project.
Feel free to spend as much or as little time on the coding test as you like. We appreciate that people lead busy lives and would guide you to not spend an excessive amount of time on this test. The follow-up questions section may be used to articulate what you would have added if you had more time.

Coding Test

Technology Requirements

  • Use the Laravel PHP framework.
  • Use Vue 3 on the frontend.

Task

Create a basic Todo application which satisfies the user stories listed below.

  1. As a user, I can sign up, log in, and log out of the Todo application
  2. As a user, I can create, view, update, and delete TodoLists
  3. As a user, I can create, view, update, mark as "completed", and delete TodoItems within a TodoList
  4. As a user, I can filter, sort, and search TodoItems by creation date, due date, and priority
  5. As a user, I can share a TodoList with another user, granting them read-only or edit access
  6. As a user, I receive push notifications for approaching TodoItem due dates

Follow-up Questions

  1. How long did you spend on the coding test?
  2. Which parts were the most challenging?
  3. What would you add to your solution if you had time? What further improvements or features would you add?
  4. How would you track down a performance issue in production for your Todo application?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published