akshat-OwO / task-manager

A task manager for simplifying your routine!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Manager

Links

Contributing

Contributions are always welcome!

See Contributing for ways to get started.

Please adhere to this project's code of conduct.

Step 1: Fork the repository

Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account. alt

Step 2: Clone Repo

Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.

Open a terminal and run the following git command:

git clone https://github.com/mlsacbvp/task-manager

Step 2: Go to issues tab

  • Go to the MLSAC project repository => In the Issues section => Choose an issue you think you can resolve => Comment that you want to work on it.

Step 3: Sync changes

If the issue is assigned to you, you can work on it and send a PR within 2-3 days after syncing new changes. sync changes


Important guidelines

  1. Without any assigned issue, don’t send a PR, and if you don’t find issues at a particular time, then visit the repo after 2-3 days.
  2. If you send a PR without being assigned an issue, your PR will be marked “spam” or “invalid”.
  3. After getting assigned an issue, you must send a PR within 2-3 days otherwise we will re-assigning that issue to someone else.

Read the official hacktoberfest guidelines: 👇🏻👇🏻👇🏻

https://hacktoberfest.com/participation/#pr-mr-details

https://hacktoberfest.com/participation/#spam

More Resources 📚

  1. What is Hacktoberfest
  2. How to Use git
  3. How-to-contribute
  4. First-contributions
  5. Awesome-for-beginners
  6. Github-git-cheat-sheet
  7. How to Write Good Commit Messages
  8. How to Do Your First Pull Request? (video)

The Folder Structure

A Brief Overview

This task managing application is based on The Kanban System Developed by Taiichi Ohno to improve manufacturing efficiency.

What is a Kanban Board?

Imagine a whiteboard, divided into vertical lanes. Each lane represents a step in your process, from “To Do,” to “Doing,” to “Done.”

In Kanban, work always begins on the left side of the board, and works its way to the right: The far left lane typically holds work items that have not been started, and the far right lane holds work items that have been completed.

In addition to visualizing the steps in your process, Kanban boards can also provide visibility into other information about your work, such as process policies (rules for using the board), and work-in-process (WIP) limits.

About

A task manager for simplifying your routine!

License:MIT License


Languages

Language:JavaScript 52.4%Language:CSS 24.3%Language:HTML 23.3%