All Projects → Harshita248 → Scrum-Management

Harshita248 / Scrum-Management

Licence: MIT license
Scrum-Management: This is a project on the platform of web designing which will be a website developed for amateurs entering into codex that will make their tasks easier...

Programming Languages

EJS
674 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Scrum-Management

backlog-board
This is Kanban Board connected to Backlog
Stars: ✭ 18 (-40%)
Mutual labels:  kanban-board, backlog
react-kanban
Yet another Kanban/Trello board lib for React.
Stars: ✭ 567 (+1790%)
Mutual labels:  kanban-board
kanban-board-app
Kanban style task management board app
Stars: ✭ 118 (+293.33%)
Mutual labels:  kanban-board
yoda
GitHub extension for agile project management, using the issues subsystem.
Stars: ✭ 86 (+186.67%)
Mutual labels:  kanban-board
jobtriage
Job Triage : Interactive way to manage and track your job applications with kanban board
Stars: ✭ 16 (-46.67%)
Mutual labels:  kanban-board
backlog kit
Client library for the Nulab's Backlog API version 2 written in Ruby.
Stars: ✭ 28 (-6.67%)
Mutual labels:  backlog
Vscode Kanban
Kanban board for Visual Studio Code.
Stars: ✭ 191 (+536.67%)
Mutual labels:  kanban-board
ugly-todo
Just an Ugly To-Do app that I wanted to develop.
Stars: ✭ 35 (+16.67%)
Mutual labels:  kanban-board
kanban-board
Single-click full-stack application (Postgres, Spring Boot & Angular) using Docker Compose
Stars: ✭ 138 (+360%)
Mutual labels:  kanban-board
angular-kanban
Simple Kanban board with local storage
Stars: ✭ 18 (-40%)
Mutual labels:  kanban-board
vue-kanban
Kanban Board built with Vue.js
Stars: ✭ 88 (+193.33%)
Mutual labels:  kanban-board
general-interview-questions
Project Management Basics
Stars: ✭ 52 (+73.33%)
Mutual labels:  kanban-board
react-kanban
🗓 Kanban board built with React.js and Redux
Stars: ✭ 110 (+266.67%)
Mutual labels:  kanban-board
react-kanban-board
kanban board app with react hooks and ant design ui
Stars: ✭ 15 (-50%)
Mutual labels:  kanban-board
actionview-fe
ActionView front-end source code, based on Reactjs+Redux.
Stars: ✭ 63 (+110%)
Mutual labels:  kanban-board
Taskcafe
An open source project management tool with Kanban boards
Stars: ✭ 2,848 (+9393.33%)
Mutual labels:  kanban-board
taiga-stats
Generate statistics from Taiga and produce burnup diagrams, CFDs, dependency graphs and more.
Stars: ✭ 40 (+33.33%)
Mutual labels:  kanban-board
kanban-project-management
Web Application to manage software development projects.
Stars: ✭ 39 (+30%)
Mutual labels:  kanban-board
product
Public feedback and ideation discussions for Meilisearch product 🔮
Stars: ✭ 26 (-13.33%)
Mutual labels:  backlog
iguana
Iguana is an open source issue management system with a kanban board.
Stars: ✭ 39 (+30%)
Mutual labels:  kanban-board

Scrum-Management 🛰

Brief: 🎏

This is a project based on the platform of web designing which will be a website developed for amateurs and will also help people entering into codex that will make their tasks easier...

trello-sample-board

Overview 🎃

It is basically a Kanban Board app which provides teams with the option of managing pull-based, lean software development projects with other iterative and time-boxed projects. The Kanban Board allows the user to trigger an update to the Schedule State field for any drag-and-drop action from one column to another column. Using the Schedule State field enables a view of work regardless of the methodology that each team practices because many pages such as Release Status show status and roll-ups based on the Schedule State field. Product backlog, time-boxed iterations, and estimation are unnecessary when using a Kanban system since work is pulled into the board and the queue is the only work of interest. Achieving maximum throughout is the main goal by determining bottlenecks in the system and limiting the work in progress to reduce task context switching and ensure work is completed efficiently and quickly. In other words, a Kanban board only shows the next few stories that need to be completed and it's current state of progress. The stories are determined by your project's backlog and the state of any story is changed as you drag the story across any state.

This project has been into various open source programs and is open for contributions .🎉🎊

License: MIT

How to start ? 🎪

If you don't have git on your machine, install it.

Fork this 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.

Clone the repository 🏁

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 "url you just copied"

where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.

For example:

git clone https://github.com/Harshita248/Scrum-Management.git

How to run ? 🛴

After cloning the repo, run npm install in the terminal.
Install dependencies
npm install express --save
npm i ejs
npm i ejs-html
npm i mongoose
npm i fs
Then move on and run node app.js,
This will start the project automatically on localhost:3000 .
Now you can move further to create the branch and start contributing !!

Main-Page-View

Create a branch

Change to the repository directory on your computer (if you are not already there):

cd (filename)

Now create a branch using the git checkout command:

git checkout -b your-new-branch-name

For example:

git checkout -b dev_username

Make necessary changes and commit those changes 🚏

Do the necessary changes.

If you go to the project directory and execute the command git status, you'll see there are changes.

Add those changes to the branch you just created using the git add command:

git add .

Now commit those changes using the git commit command:

git commit -m "(Add your message here)"

replacing <Add your message here> with your message.

Push changes to GitHub 🪂

Push your changes using the command git push:

git push origin <branch-name>

replacing <branch-name> with the name of the branch you created earlier.

Submit your changes for review 🚩

If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.

Now submit the pull request.

Soon we will be merging all your changes into the master branch of this project. You will get a notification email once the changes have been merged.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].