
Todo Frontend App made in React + Redux. Tasks can be created, read, updated, deleted and completed. Date can be customized. Semantic-UI-React was used as the UI Library.
The Todo App built in React and Redux offers a modern solution for managing tasks effectively. It is designed to provide a seamless user experience through an intuitive interface and dynamic functionality. With a clean layout powered by Semantic UI, this app stands out in both design and usability, making it a great choice for anyone looking to organize their to-do lists.

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
material-ui adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.
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.