Carapacik / recipe_book_flutter

All recipes in one place

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipe Book

DON'T USE this Flutter project as a best practice. Take a better look at the Wordly Plus

Technologies

  • Frontend: Flutter 3.7 (or higher)
  • State management: Provider 6 (or higher)
  • Backend: ASP.NET 6 (or higher) or nest.js v9( or higher)
  • Database: MSSQL (for ASP.NET) or PostgreSQL (for nest.js)
  • ORM: Entity Framework Core (for MSSQL) or TypeORM (for PostgreSQL)

Project functionality:

  • User authorization and registration
  • Authorized users can add, delete and edit recipes
  • Recipes have pictures
  • Users can view a list of their recipes and statistics:
    • Number of recipes
    • Number of likes
    • Number of favorites
  • A list of favorite recipes in a separate tab for authorized users
  • Edit a profile
  • Authorized users can add likes and favorites to the recipe
  • Search by recipe name and tags
  • The recipe of the day is displayed on the main page

About

All recipes in one place

License:MIT License


Languages

Language:Dart 99.3%Language:HTML 0.7%