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

https://github.com/prithvikings/to_do_list

Created a quick, fun project to brush up on two-way binding concepts. Added React Toastify to display success and delete messages. Just a chill project, finished it up in 15 minutes!
https://github.com/prithvikings/to_do_list

Last synced: about 1 year ago
JSON representation

Created a quick, fun project to brush up on two-way binding concepts. Added React Toastify to display success and delete messages. Just a chill project, finished it up in 15 minutes!

Awesome Lists containing this project

README

          

## To Do List

A simple To do list project to demonstrate two-way binding in React, completed in about 15 minutes. React Toastify is used to show success and delete messages.

## Table of Contents

- [Overview](#overview)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [License](#license)

## Overview

This project is a quick implementation designed to revise basic concepts of two-way binding in React. It includes success and delete notifications using React Toastify, making the project user-friendly and interactive.

## Features

- **Two-Way Binding**: A simple demo of two-way data binding in React.
- **Notifications**: Success and delete messages via React Toastify.
- **Fast Setup**: Minimal setup and configuration, ideal for quick learning and reference.

## Technologies Used

- **React**: For building the UI and handling two-way binding.
- **React Toastify**: For displaying toast notifications.

## Getting Started

1. **Clone the Repository**
```bash
git clone https://github.com/prithvikings/To_Do_list.git
cd your-To_Do_list