rommelcanoy / react-clean-architecture-todo-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:TypeScript 74.2%Language:Shell 12.4%Language:JavaScript 7.2%Language:CSS 6.3%