Introducing Product Board: A Project Management Platform

Introducing Product Board: A Project Management Platform

Auth0 Hackathon Submission

ยท

3 min read

๐Ÿ‘‹๐Ÿป Hello readers,

Presenting ProductBoard, Our submission for Auth0 Hackathon. This time I have worked with Masoom Kumar | @shuntzhere, improving on and learning new things as the project progressed. Where I took care of the Backend, we together built the Frontend part. Finally, happy to share this with all. A huge thanks to Hashnode for holding these Hackathons.

Problems

The problem of plenty. Most applications target big teams and end up giving multiple features for simple tasks. So, for individuals, it's often tough to manage and direct an effective workflow.

Solution

Product Board

The market to keep you productive using different applications is a big one. And by far, We've struggled to keep up with so many applications. Thus, ProductBoard. We are here to manage your productivity hassle-free. And also cater to your needs, be it a small team or working alone. We have got you covered. Now, it is straightforward and maintainable.

Application Flow

image.png

Landing Page

image.png

๐Ÿคฏ Features

  • Live Markdown Editor
  • CRUD Tasks and Projects

    All Projects

    Screenshot (65).png

    Tasks Page

    Screenshot (56).png

    Task Detail Page

    Screenshot (64).png
  • Advanced Project History / Task History Screenshot (59).png
  • Kanban Boards Screenshot (58).png
  • Team Management

    Add Member (only admin allowed)

    Screenshot (63).png

Manage Members

Screenshot (62).png

  • Realtime Notifications
  • Role-Based Access.
  • Advanced Filters

Product Board Demo ๐Ÿ’ฃ

๐Ÿ›  Tech Stack

  • Frontend: React
  • Backend: Node
  • Database: MongoDB
  • Real-time Experience: Socket.IO
  • Authorization and Authentication: Auth0

โš’ What did I use to build this? ๐Ÿ› 

Lots of Open Source Help.

Frontend

  • Material UI Components & Headless UI
  • Icons: Material UI Icons and React Icons
  • CSS Framework: tailwind CSS ๐Ÿ’™
  • Form Handling: formik and yup
  • Auth0: Authorization and Authentication
  • react-beautiful-dnd: Drag and Drop Support
  • axios: API Requests
  • rich-markdown-editor: Live Markdown Editor

Backend

  • morgan: Development Logs
  • dotenv: Reading Environment Variables
  • express: Node.js Framework
  • jwt-decode, jwks-rsa, express-jwt: Handling Authorization and Authentication with Auth0
  • socket.io: Handle Real-time Connections
  • cors: Handle cross-origin request
  • mongoose: MongoDB ODM
  • dotenv: Manage Environment Variables

๐Ÿฆพ Building Product Board.

  • Boiler Plate [Node, React]
  • Setup: Eslint, Prettier
  • MongoDB Data Modeling
  • Setting up Middlewares
  • Added CORS.
  • Routes Structure
  • Defining Controllers
  • Handling Socket Events
  • Did the above steps multiple times.
  • Client-Side Routing
  • Components, Redux Store, API endpoints, and Integrations.
  • State Handling
  • Finishing Touch -: Landing Page

๐Ÿพ Deployment

  • Frontend: Vercel
  • Backend: Heroku

๐ŸŽ Key Takeaways.

  • Started Learning Typescript.
  • Implementing Socket.IO
  • Deploying Node.js API's on Heroku
  • DB Modeling MongoDB

๐ŸฅŠ Problems

  • Managing the DB Model for History was not going to be easy. Keeping track of history required lots of models to be grouped. It took a while to end up with a working solution.

๐Ÿ”ฎ Future Scope

  • Implement Infinite Scroll (Tasks and History).
  • Add More Socket Events.
  • Introduce more roles for members.
  • Sort, Filter, Pagination Implementation in Backend.
  • Custom Workflow for Board
  • Reminders (Email)
  • Comments on Tasks

API Documentation

documenter.getpostman.com/view/10515433/Tzz..

Live:

Client: projectboard-application.vercel.app
Server: projectboard-backend.herokuapp.com

Github Repo:

Frontend: github.com/vishwajeetraj11/projectboard
Backend: github.com/vishwajeetraj11/projectboard-bac..

While I primarily made it to manage projects but it can definitely be used for many other management and collaboration purposes.

Did you find this article valuable?

Support Vishwajeet Raj by becoming a sponsor. Any amount is appreciated!

ย