Skip to content

Latest commit

 

History

History
124 lines (82 loc) · 3.42 KB

README.md

File metadata and controls

124 lines (82 loc) · 3.42 KB

Contributors Forks Stargazers LinkedIn


Agile Board

Table of Contents

About The Project

The Agile Board Project is my take on a classic Agile/Jira board. The reason I took on this project is because almost all companies have some form of a ticket/bug handling software. I wanted to create my own to show my understanding of these kind of products. Product Name Screen Shot

Built With

  • React
  • Express.js
  • Node.js
  • MongoDB
  • Redux

Project Map

What is currently being developed

  • Dashboard to access all projects created by user
  • Styling of the home/ login screen
  • Ability to add user to specific tasks/ bugs

Future Features

  • Implementation of Web Sockets so when users make a change to the board everyone can see it right away

License

Distributed under the MIT License. See LICENSE for more information.

Contact

LinkedIn: https://www.linkedin.com/in/rylan-ferrer-13b772178/

Dependencies

Front-End:
"axios": "^0.19.2",
"react": "^16.12.0",
"react-beautiful-dnd": "^12.2.0",
"react-dom": "^16.12.0",
"react-outside-click-handler": "^1.3.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"react-textarea-autosize": "^7.1.2",
"redux": "^4.0.5",
"uuid": "^3.4.0"

Back-End:
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.8.10"