
To-Do application based on Python/Flask Backend JWT and a Javascript/React/Redux Front-End with Material UI.
The Time Management Assistant is an innovative application designed to streamline your daily tasks through a powerful combination of a Python/Flask backend and a React/Redux frontend. This modern web application emphasizes a clean, modular structure that separates the front-end, back-end, and database components, ensuring efficiency and flexibility. Whether you're looking to improve your productivity or simply stay organized, this tool offers a user-friendly experience powered by the latest web technologies.

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.