Giter Site home page Giter Site logo

my_list's Introduction

My-List Todo Application

Overview

My-List is designed to be a versatile and user-friendly tool for managing tasks. It is compatible with a wide range of operating systems, including macOS, iOS, Android, Windows, and Linux.

Features

  • Cross-Platform Compatibility: Access your tasks from any device, be it a smartphone, tablet, or computer.
  • Firebase Firestore Integration: Reliably store and manage your tasks in the cloud.
  • Google and Email Authentication: Securely sign in using your Google account or email.

How to Use

Feel free to use the live web application by visiting: My-List

Getting Started

Prerequisites

To get started with the development or to run the project locally, ensure you have the following installed:

  • Flutter SDK
  • Dart SDK
  • A suitable IDE (e.g., Android Studio, Visual Studio Code)

Installation

  1. Clone the repository:
    git clone https://github.com/dumbun/my-list.git
  2. Navigate to the project directory:
    cd my-list
  3. Install the required dependencies:
    flutter pub get

Configuration

  1. Set up your Firebase project and Firestore database.
  2. Update the Firebase configuration in your project with your project's credentials. This typically involves updating the google-services.json file for Android and GoogleService-Info.plist for iOS.

Running the Application

To start the application on your device or emulator, run:

flutter run

Building for Production

To build the application for production, use the following commands:

Android

flutter build apk

iOS

flutter build ios

Web

flutter build web

Deployment

To deploy the web application, follow the standard Firebase deployment process:

  1. Install the Firebase CLI if you haven't already:
    npm install -g firebase-tools
  2. Initialize Firebase in your project directory:
    firebase init
  3. Deploy the application:
    firebase deploy

Technologies Used

  • Flutter: For building the cross-platform user interface.
  • Firebase Firestore: For database management.
  • Firebase Authentication: For user authentication.

Contributing

We welcome contributions! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request.

License

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

Contact

If you have any questions or feedback, feel free to contact us at [email protected].

Enjoy using My-List and happy task managing!

my_list's People

Contributors

dumbun avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.