Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srijal-prasad/to-do-list

Explore a To-Do List app built with React for dynamic UI, Redux for centralized state handling, and Tailwind CSS for minimalistic and responsive design. Perfect for developers looking to understand how these technologies work together.
https://github.com/srijal-prasad/to-do-list

javascript reactjs redux responsive-design tailwndcss

Last synced: about 1 month ago
JSON representation

Explore a To-Do List app built with React for dynamic UI, Redux for centralized state handling, and Tailwind CSS for minimalistic and responsive design. Perfect for developers looking to understand how these technologies work together.

Awesome Lists containing this project

README

        

# Responsive To-Do App

## Overview

This project is a responsive To-Do List application built with React and Redux. It allows users to manage their tasks efficiently with features like adding, searching, filtering, and toggling tasks between completed and incomplete states.

## Features

- **Add Tasks**: Add new tasks to your to-do list.
- **Search Tasks**: Search tasks using keywords.
- **Filter Tasks**: Filter tasks based on their completion status.
- **Mark All Completed**: Mark all tasks as completed with a single click.
- **Mark All Incomplete**: Mark all tasks as incomplete with a single click.

## Tech Stack

- **React**: JavaScript library for building user interfaces.
- **Redux**: State management library for JavaScript apps.
- **React Icons**: Icon library for React.
- **Tailwind CSS**: Utility-first CSS framework for styling.