Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 341 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 341 Bytes

todo-app

A to-do list application for task management

Structure

The project is structured as: backend and frontend, separated in their respective folders.

  • todo-app
    • backend
    • frontend (react only)
    • frontend (redux)
  • The backend - logical part of the application.
  • The frontend - interactive interface.