Skip to content

chimon2000/interview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test task

Please fork this repository and e-mail with the URL of your work. You don't have to create Pull Request.

Instructions

Need to create a small application - a library of books.

Screens

  • List of books
  • Add a new book
  • Edit/Delete book

It is necessary to do without client-server interaction, you can use SQLite or Shared Preferences as a storage, while keeping in mind that in the future all actions (adding books, editing, etc.) will work through the server, i.e. you need to make it possible to easily change the data source.

Also need to add unit tests.

Example how it should look

books

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 79.5%
  • HTML 17.9%
  • Swift 1.8%
  • Other 0.8%