/simplify-kanban

Here you can organize projects, move and allocate tasks, and see the progress your team is making in a development. 🎯🧩

Primary LanguageJavaScriptMIT LicenseMIT

Logo scrum

Simplify

Github Stars Repository size Languages count Languages top Last commit Author Linkedin

Project   |    Technologies   |    Layout   |    How to use   |    How to contribute   |    License

📚 Project

Simplify is a project with the objective of creating a to-do list, organizing projects between teams so that everyone can see what each one is doing, thus making is easier to manage a project.

🖥 Technologies

🔖 Layout

❓ How to use

To clone an run this application, you'll need Git, Yarn or NPM installed on your computer.

Execute the command line:

Clone the project

# Clone this reposity
$ git clone https://github.com/lineuxyz/simplify-kanban

# Go into the repository
$ cd simplify-kanban

# Install dependencies
$ yarn install or npm install 

# Run project
$ yarn start or npm start

🤔 How to contribute

  • Make a fork;
  • Create a branch com your feature: git checkout -b my-feature;
  • Commit changes: git commit -m "feat: my new feature;
  • Make a push to your branch: git push origin my-feature

After meging your receipt request to done, you can delete a branch from yours.

📜 License

This project is under the MIT license. See the LICENSE for details.

Made ❤️ with by Lineu Pastorelli