Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ischepin authored Oct 11, 2024
1 parent 22e66ce commit fbaaad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ 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

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.
Expand Down

0 comments on commit fbaaad8

Please sign in to comment.