/react-clean-architecture-todo-app

A todo app that was developed using React and Firebase, following the Clean architecture paradigm.

Primary LanguageTypeScriptMIT LicenseMIT

React Redux Todo App with Firebase

This is a simple Todo app built using React and Redux, integrated with Firebase for database functionality. The project follows a clean architecture approach to maintain a clear separation of concerns and improve code organization.

Features

  • Add new tasks to the todo list.
  • Mark tasks as completed or uncompleted.
  • Delete tasks from the list.
  • Data is stored and synchronized in Firebase Firestore.

Clean Architecture

The project is structured following the Clean Architecture principles to ensure a modular and maintainable codebase.