# localStorageFormWithTodo
A simple and responsive web application that combines a user registration form with a to-do list. Built with HTML, CSS (Tailwind), and JavaScript, it stores data in the browser using `localStorage`, making it lightweight and fully client-side.
## š Features
- š User Registration Form
Collects basic user information and saves it to `localStorage`.
- ā
To-Do List
Add, complete, and delete tasks. All data is persisted in `localStorage`.
- šØ Responsive UI
Designed with Tailwind CSS for modern and responsive design.
- š” Overlay Transitions
Smooth UI transitions between registration and to-do list views.
## š¦ Technologies Used
- HTML5
- Tailwind CSS
- JavaScript (Vanilla)
- `localStorage` API
## šø Screenshots
*(Add screenshots here if available)*
## š§ How to Use
1. Clone the repository:
```bash
git clone https://github.com/DoctorJunaid/localStorageFormWithTodo.git
index.html
in any modern web browser.No backend or installation required!
localStorage
.localStorage
so they persist across sessions.localStorageFormWithTodo/
āāā index.html
āāā style.css
āāā script.js
āāā README.md
Pull requests are welcome! For major changes, please open an issue first to discuss what you'd like to change.
This project is open-source and available under the MIT License.
Made with ā¤ļø by DoctorJunaid