Product Backlog Developer

OFFLINE: Please Refresh.


Enter an Email address to get started.


For demonstration, with sample data, use:

Email: test@testing.com
Password: Testing

Or



Go to Product Backlog

Create and manage product backlogs for all your projects.
Add new stories and defects to the backlog, and view completed items.
Better manage product backlog items by adding and completing tasks for each item.
Generate a share code and allow other users to view your product backlog.




Create Projects
Create, edit, and delete as many projects as you want.
Create Backlogs
Manage your projects product backlog. Add new stories and defects, and complete stories and defects.
Create Tasks
Add tasks to your product backlog item.

Technical Description:

Product Backlog Developer was built as a full stack application. The front-end is built using ReactJS, and the back-end is built using Google Firebase. Product Backlog Developer authenticates users through the Firebase AuthUI. The project is build around a Firestore database. This allows for realtime access to data. Multiple users to be connected to the same backlog, and changes made are reflected instantly. Users can create as many projects as they want, each project has its own product backlog, and each product backlog item has its own task backlog. The Firestore database, being a NoSQL database, saves this structure. The front-end using React allows for each product backlog item to have its own state. Only product backlog items with changes are re-rendered. This results in quicker load times for the user.

Languages and Technologies Used:

HTML5
CSS3
JavaScript
Google Firebase
React JS