Skip to content

mariuszo/windows-party

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Great task for Great .NET Developer

If you found this task it means we are looking for you!

Note: To clone this repository you will need GIT-LFS

Few simple steps

  1. Fork this repo
  2. Do your best
  3. Prepare pull request and let us know that you are done

Few simple requirements

  • Build single window app
  • Send authorization request (POST) to http://playground.tesonet.lt/v1/tokens to generate token with body: {"username": "tesonet", "password": "partyanimal"}. (Don't forget Content-Type)
  • Get servers list from http://playground.tesonet.lt/v1/servers. Add header to request: Authorization: Bearer <token>
  • Design should be recreated as closely as possible.
  • Use WPF, C# .NET 4.5

Few tips

  • Follow MVVM Pattern
  • Follow DI Pattern
  • Use IOC container
  • Don`t lock UI
  • Log your app
  • Maybe You have an idea how it should interact with users? Do it! Its on you!
  • Have fun!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%