Skip to content

coingaming/elixir_liveview_test_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Test Task for Elixir LiveView Developers

Build a simple expense tracker application using Phoenix LiveView. The application should allow users to log in with a unique username, add expense entries, and see real-time updates.


Requirements

  • Code Management and Setup

    • All code should be shared via GitHub repository.
    • The solution should be built with Phoenix LiveView.
    • The solution should manage data in memory. No database should be used.
    • You are free to use any Elixir/Erlang library and any open-source CSS framework for the design.
  • User Authentication

    • Users should be able to log in by entering a unique username.
    • No complex authentication is required; a simple unique username is sufficient.
  • Expense Management

    • Users should be able to add new expenses with the following fields:
      • Amount (numeric, required)
      • Date (defaults to today’s date if not specified)
      • Description (optional)
    • Each user should only see their own expenses.
    • It should be possible to open the same user’s ledger in multiple tabs and see real-time updates across all tabs.

Deliverables

Please provide a link to a GitHub repository containing your solution to the above task. Your solution should include:

  • A Phoenix LiveView application that meets the above requirements.
  • A README.md file that explains how to set up and run the application.
  • Clear and concise documentation on how the application works, including any design decisions and trade-offs.
  • Well-structured, maintainable code that adheres to best practices.
  • Tests covering the core functionality of the application.

Evaluation Criteria

Your solution will be evaluated based on the following criteria:

  • Functionality: Does the application meet all requirements?
  • Code Quality: Is the code well-structured, maintainable, and easy to understand? Does it follow best practices?
  • Design Decisions: Were thoughtful design decisions made? Were trade-offs considered and explained?
  • Documentation: Is the README.md file clear, comprehensive, and does it include instructions for setup and usage? Does the documentation provide insight into design decisions?
  • Testing: Does the solution include tests that cover the core functionality?

Good luck! We look forward to seeing your solution.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published