/To-do-App

A simple to-do list app built with vanilla JavaScript, storing notes in Firebase for cross-device access.

Primary LanguageCSS

📝 To-Do App

To-Do App

🌟 Overview

The To-Do App is a simple, yet powerful application designed to help you manage your tasks efficiently. Built with Firebase for real-time database functionality, this app ensures your tasks are always up-to-date across all your devices.

✨ Features

  • Real-time Updates: Tasks are updated in real-time using Firebase.
  • Responsive Design: The app is fully responsive and works seamlessly on mobile devices.
  • User-Friendly Interface: Simple and intuitive interface for easy task management.

🚀 Getting Started

Prerequisites

  • Firebase account

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/to-do-app.git
    cd to-do-app
  2. Open index.html in your browser to start using the app.

📋 Usage

  1. Open the app in your browser.
  2. Enter a task in the input field and click the "Add Task" button.
  3. Your task will be added to the list and saved in the Firebase database.

🤝 Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

📜 License

This project is licensed under the MIT License. See the LICENSE file for details.


Made with ❤️ by Your Name