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.
- React
- Express.js
- Node.js
- MongoDB
- Redux
- Dashboard to access all projects created by user
- Styling of the home/ login screen
- Ability to add user to specific tasks/ bugs
- Implementation of Web Sockets so when users make a change to the board everyone can see it right away
Distributed under the MIT License. See LICENSE
for more information.
LinkedIn: https://www.linkedin.com/in/rylan-ferrer-13b772178/
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"