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!
- Host: GitHub
- URL: https://github.com/prithvikings/to_do_list
- Owner: prithvikings
- Created: 2024-11-01T19:48:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T17:45:00.000Z (over 1 year ago)
- Last Synced: 2025-03-30T21:30:10.935Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://todolist-psi-beryl.vercel.app
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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