Skip to content

Latest commit

 

History

History
72 lines (42 loc) · 1.49 KB

README.md

File metadata and controls

72 lines (42 loc) · 1.49 KB

Todo App

Introduction ✨

The todo application offers features such as creating, editing, and deleting tasks for efficient task management.

Technologies Used 🧑‍💻

  • Flutter
  • Firebase
  • Firebase Cloud Storage

Contact 📱

If you have any questions or feedback, please reach out to us at ashutosh.2201062cs@iiitbh.ac.in. 📧

Application Screenshots 📸

Screenshot 2024-02-18 004357

Screenshot 2024-02-18 0048131

Setup

To set up todoapp on your local machine, follow these steps:

  1. Fork the repository:

    • Click the "Fork" button at the top right corner of this repository's page on GitHub. This will create a copy of the repository in your GitHub account.
  2. Clone the forked repository:

git clone https://github.com/<yourusername>/todoapp.git
  1. Navigate to the project directory:
cd todoapp
  1. Install Node.js dependencies(make sure node is installed on your laptop):
npm i
  1. Create a new branch for your feature or bug fix.

  2. Install dependencies:

    flutter pub get
  3. Run the application:

    flutter run
  4. Make your changes and commit them.

  5. Push to the branch.

  6. Submit a pull request.

You are good to go to make your contribution!! All the best.