Skip to content

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

License

Notifications You must be signed in to change notification settings

Harshita248/Scrum-Management

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published