Skip to content

Daniel-BD/Flutter-app-devies-books

Repository files navigation

Devies Books

A demo app built in Flutter.

Getting Started 📖

To run the app in debug mode:

$ flutter run

This assumes you have an Android emulator, iOS Simulator, or an attached physical device.

Features ✨

  • Login / Regiser user
  • View all books
  • Sort books by name/rating/number of users who have read/number of users who want to read
  • Mark books as want to read/reading/have read
  • Rate books

Code Organization 📂

Code is organized in a loose and shallow feature-first fashion. In lib, you'll find directories such as Authentication,Books or api.

lib
├── Authentication
│   └── Widgets
├── Books
│   └── Widgets
├── Public Users
├── api
├── ...
└── main.dart

Demo Video 📺

Simulator.Screen.Recording.-.iPhone.14.-.2023-05-28.at.23.35.12.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published