diff --git a/README.md b/README.md index 21828c3..abb6a99 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The candidate should build a simple polling application using Phoenix LiveView. 7. Users should be able to see real-time updates of the poll results. 8. User can only vote once in a single poll. 10. You are free to use any Elixir/Erlang library and any open-source CSS framework for the UI. -12. The application should start with `mix phx.server` so it can be started locally. This includes any kind of set up required for the database. +12. The application should start with `mix phx.server` so it can be started locally. 13. The application should be well-structured, and the code should be readable. ### Deliverables @@ -21,7 +21,7 @@ The candidate should build a simple polling application using Phoenix LiveView. Please provide a link to a GitHub repository containing your solution to the above task. Your solution should include: 1. A Phoenix LiveView application that meets the above requirements. -2. A README file that explains how to set up and run the application. +2. A README file that explains how to set up and run the application. This includes any kind of set up instructions required for the database. 3. Clear and concise documentation on how the application works, including any design decisions you made and any trade-offs you considered. 4. Well-structured code that adheres to best practices and is easy to understand and modify. 5. The core business functionality of the application must be covered by unit tests.