Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 519 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 519 Bytes

Todo App Projects

This repository contains two projects developed during the TechCareer.net Flutter Bootcamp.

Todo App with Bloc Architecture (to_do_app_sqlite)

This project demonstrates a todo app built using the Bloc architecture. Key features include:

  • Searching notes
  • Deleting notes
  • Adding notes

Todo App with REST API (to_do_app)

This project showcases a simple todo app that utilizes a REST API. It includes the following functionalities:

  • Searching notes
  • Deleting notes
  • Adding notes