Flutter Based Application For Task Organization ( KanBan Board ), Hacktober 2022 accepted.

Overview

🎃 HacktoberFest Starter Project 🎃

Use this project to make your first contribution to an open source project on GitHub. Practice making your first pull request to a public repository before doing the real thing!

Celebrate Hacktoberfest by getting involved in the open source community by completing some simple tasks in this project.

This repository is open to all members of the GitHub community. Any member may contribute to this project without being a collaborator.

What is Hacktoberfest?

A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.

https://hacktoberfest.com/

How to contribute to this project

Here are 3 quick and painless ways to contribute to this project:

  • Add your name to the CONTRIBUTORS.md file
  • Add a profile page to the profiles directory
  • Create a simple "Hello, World" script in a language of your choice

Choose one or all 3, make a pull request for your work and wait for it to be merged!

Getting started

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine
git clone https://github.com/naman1102/KanBan-Hacktober.git
  • Create a branch
git checkout -b branch-name
  • Make your changes (choose from any task below)
  • Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval!
  • Star this repository if you had fun!

Choose from these tasks

1. Add your name

Add your name to the CONTRIBUTORS.md file using the below convention:

#### Name: [YOUR NAME](GitHub link)

- Place: City, State, Country
- Bio: Who are you?
- GitHub: [GitHub account name](GitHub link)

2. Add a profile page

Add a Your_Name.md file to the profiles directory. Use any combination of content and Markdown you'd like. Here is an example:

# Your Name

### Location

Your City/Country

### Academics

Your School

### Interests

- Some Things You Like

### Development

- Inventor of the My Pillow

### Projects

- [My Project](GitHub Link) Short Description

### Profile Link

[Your Name](GitHub Link)

3. Create a Hello, World! Script

Add a hello_world_yourusername.xx script to the scripts directory in any language of your choice! Here is an example:

// LANGUAGE: Javascript
// ENV: Node.js
// AUTHOR: Naman Mehta
// GITHUB: https://github.com/naman1102

console.log('Hello, World!');

Name the file hello_world_yourusername.xx. e.g., hello_world_namanmehta.js or hello_world_namanmehta.py.

Add your scripts to the specific folder for specific languages created.

Don't forget to include the comments as seen above. Feel free to include additional information about the language you choose in your comments too! Like a link to a helpful introduction or tutorial.

Here is my hello_world example: hello_world_namanmehta.js

Main Project

Flutter Project(KanBan Board) For Educational Purpose only.

  • First of all, Kanban board is an agile and acrobatic project management tool which is designed to help in visualising work, and maximizing efficiency or flow of project.
  • Now you have to create an app which can do various functions and contains different methodologies.
  • For project flow please check out Code_flow.md file which contains information about the what all functions we need to have in our board.

Advantages of using kanban board:

  • Increase productivity.
  • More flexibility.
  • Reduce wastage of time.
  • Increase efficiency.
  • Organized work.
  • Teams can work together.
  • Increases focus and collaboration on project.

Our Contributors

Rules!

  • Check Issues for Hacktober contribution labeled Hacktober-accepted.
  • Merging All Pull Requests for contributor.md only not included in Hacktober.
  • PR should be named Addresses
  • PR should have proper description.
  • PR should have proper value contribution to the project no PR without value will be included.

Bonus!

  • See profiles submitted by fellow coders from around the globe ... from Kathmandu to Copenhagen.
  • Discover some obscure to new and trending languages ... from BrainFuck to Groovy.
  • Check out some very creative ways to print out a "Hello, World!" string.

Reference links

Here is a great tutorial for creating your first pull request by Roshan Jossey: https://github.com/Roshanjossey/first-contributions

Managing your Forked Repo: https://help.github.com/articles/fork-a-repo/

Syncing a Fork: https://help.github.com/articles/syncing-a-fork/

Keep Your Fork Synced: https://gist.github.com/naman1102/0852864d0a23ae15cdd77257fe5e9980

Checkout this list for README examples - Awesome README Awesome

Github-Flavored Markdown https://guides.github.com/features/mastering-markdown/

Additional references added by contributors

GitHub license explained https://choosealicense.com

You might also like...

HappyNewYearAnimation-using-Flutter - A very delightful Welcome to 2022 with Flutter 🎉🎊🎆

happynewyearapp A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

Jan 1, 2022

SPAJAM 2022 app by Flutter Lovers team.

spajam2022 A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if th

Dec 26, 2022

SPAJAM 2022 final round app by Flutter Lovers team.

spajam2022final A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

Dec 15, 2022

Flutter (web) app for the DevFest 2022 in HH, containing my slides as well as the examples used to talk about navigation

go_go_router A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if

Dec 15, 2022

Hack&Heal hybrid hackathon 2022 - Body & Mind topic

Hack&Heal hybrid hackathon 2022 - Body & Mind topic

Meditation App Hack&Heal hybrid hackathon 2022 - Body & Mind topic The MVP is available for mobile browsers here. The Problem 3.6 million citizens hav

Jun 19, 2022

This project is created for Hactoberfest 2022 - EXCLUDED

This project is created for Hactoberfest 2022 - EXCLUDED

Hacktoberfest 2022 - EXCLUDED PROJECT DO NOT CONTRIBUTE Hacktoberfest is a month-long global celebration of open source software run by DigitalOcean i

Oct 19, 2022

Built-in Cam Cloud Service(2022 Embeded SW Contest/Car & Mobility)

Built-in Cam Cloud Service(2022 Embeded SW Contest/Car & Mobility)

BCCS (Built-in Cam Cloud System) 목차 작품 소개 작품 시연 어플리케이션 UI Hardware 구성 Software 구성 기술스택 1. 작품 소개 작품 설명 본 시스템은 차량에서 발생한 이벤트를 별도의 저장소 없이 클라우드에서 관리하여 자료의

Oct 12, 2022

AdventOfCode 2022 in Dart focusing on code golf, making the solutions as small as possible

Advent of Code 2022 in Dart (Code Golf) This is my attempt at solving the Advent of Code 2022 puzzles in the shortest possible code using Dart 2.18. Y

Dec 15, 2022

Flutter Task Manager Application Using GetX State Management

Flutter Task Manager Application Using GetX State Management

Flutter Task Manager Application Using GetX State Management flutter_getx_todo A new Flutter project. Getting Started This project is a starting point

Nov 11, 2022
Comments
  • Login UI (Flutter application)

    Login UI (Flutter application)

    🐞 Problem

    • Develop login ui / ux, color theme should easily changeable

    🎯 Goal

    • develop login ui for the application.

    📋 Steps to solve the problem

    • Comment below about what you've started working on.
    • Add, commit, push your changes.
    • Submit a pull request and add this in comments - Addresses #
    • Ask for reviews in comments section of pull request.
    • Celebrate your contribution to this project. 🎉
    good first issue hacktober-accepted 
    opened by naman1102 3
  • Suggest Flow for KanBan App development (Flutter Application)

    Suggest Flow for KanBan App development (Flutter Application)

    🐞 Problem

    • Develop app development flow

    🎯 Goal

    • Flow is not decided yet need to develop roadmap to make the process easier and faster.

    📋 Steps to solve the problem

    • Comment below about what you've started working on.
    • Add, commit, push your changes.
    • Submit a pull request and add this in comments - Addresses #
    • Ask for reviews in comments section of pull request.
    • Celebrate your contribution to this project. 🎉
    documentation good first issue hacktober-accepted 
    opened by naman1102 0
  • Improve README.md

    Improve README.md

    🐞 Problem

    • Currently Readme file is bit complex to understand for a newbie.

    🎯 Goal

    • We can try to make it more readable and add more solutions to it.

    📋 Steps to solve the problem

    • Comment below about what you've started working on.
    • Add, commit, push your changes.
    • Submit a pull request and add this in comments - Addresses #
    • Ask for reviews in comments section of pull request.
    • Celebrate your contribution to this project. 🎉
    documentation good first issue hacktober-accepted 
    opened by naman1102 0
Daily-Task-Manager a daily task manager application project created in flutter

This is a daily task manager application project created in flutter. Install this application on Android - Install from Play Store

DVS 0 May 10, 2022
An application built using Flutter that can be used while playing board games if actual or physical dice is missing . This is a dual dice application.

diceee_utter A new Flutter application. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

dev_allauddin 3 Feb 3, 2022
Dusyeri provider task - Dusyeri provider task built using flutter

Düşyeri Provider Task https://github.com/alper-mf/dusyeri_provider_task/blob/7d1

null 1 May 9, 2022
A project made for the ECV Digital 2022. 🌐 The goal being to make a Flutter application to connect, register and display information of a given API.👨🏼🔧

not_netflix A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if t

QUENEL Laurent 2 May 7, 2022
Doctor Consultation App in Flutter containing splash screen on boarding screen Routing state management Dash board Bottom navigation Decorated Drawer and Doctors Screen in the last.

Online doctor Consultation App UI in Flutter Doctor Consultation App UI in Flutter Visit Website Features State Management Navigation Bar Responsive D

Habib ullah 14 Jan 1, 2023
Home Automation App using Flutter, Adafruit IO & Esp32 dev board.

A Home Automation app made using Flutter, Adafruit IO & ESP32 Dev Board. Getting Started This project is a starting point for a Flutter application. A

Jobin Biju 85 Dec 29, 2022
A Home Automation app made using Flutter, Adafruit IO & ESP32 Dev Board

A Home Automation app made using Flutter, Adafruit IO & ESP32 Dev Board. Getting

null 5 Apr 19, 2022
One piece snakes and ladders - Interactive mobile board game in Flutter

One Piece Snake And Ladders Seleção de Desenvolvedor de Software - Escribo Desaf

Raphael Meneses 1 Jan 21, 2022
DEVS: Developer Board and Jobs Listing | For Developers, By Developers

devs Setup Currently, this DEVS project is using the master channel of the Flutter SDK. TODO: Migrate to beta Clone the project git clone https://gith

Flutter Philippines Community 40 Apr 16, 2022
Code for Flutter Talk from Flutter Vikings 2022: Custom User Interactions in Flutter

Custom User Interactions - Flutter Vikings 2022 A companion app for the Flutter Vikings 2022 talk - Custom User Interactions with Shortcuts, Intents,

Justin McCandless 9 Sep 16, 2022