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

https://github.com/2awebdeveloper/react-to-do-list

A simple To-Do List application built with React and styled using Tailwind CSS. This application allows users to add and delete tasks.
https://github.com/2awebdeveloper/react-to-do-list

localstorage react react-components react-todolist tailwindcss to-do-list todolist

Last synced: 4 months ago
JSON representation

A simple To-Do List application built with React and styled using Tailwind CSS. This application allows users to add and delete tasks.

Awesome Lists containing this project

README

          

# React To-Do List

A simple To-Do List application built with React and styled using Tailwind CSS. This application allows users to add and delete tasks. All todos are stored in the browser's local storage, ensuring that your tasks persist even after refreshing the page.

## Table of contents

- [Overview](#overview)
- [Screenshot](#screenshot)
- [Links](#links)

## Overview

### Screenshot

![React-To-Do-List](https://raw.githubusercontent.com/2AWebDeveloper/React-To-Do-List/refs/heads/main/public/assets/images/screenshot.png)

### Links

- Live URL: [Live Site URL](https://2a-react-to-do-list.vercel.app/)