My List Application is a simple React-based application for managing and tracking list items. You can add, check, uncheck, and delete items from your list. The application includes separate views for checked and unchecked items.
- Add Items: Add new items to your list.
- Persistent State: List items are saved in local storage, so your data persists across page reloads.
- Toggle Items: Mark items as checked or unchecked.
- Delete Items: Remove items from your list.
- Separate Views: View checked and unchecked items separately.
- Responsive Design: The application is designed to be responsive and user-friendly on various devices.
- React
- CSS
- JavaScript
This custom hook is used to synchronize state with local storage, providing persistent state functionality.
You can visit the website here