{"id":19936107,"url":"https://github.com/ralf-tischer/product-backlog-react-ui","last_synced_at":"2026-04-11T15:39:39.004Z","repository":{"id":225780552,"uuid":"764521259","full_name":"ralf-tischer/product-backlog-react-ui","owner":"ralf-tischer","description":"React user interface to work with simplified product backlogs.","archived":false,"fork":false,"pushed_at":"2024-06-03T19:37:15.000Z","size":2537,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-03T20:58:28.696Z","etag":null,"topics":["frontend","javascript","js","office","react","tool","website"],"latest_commit_sha":null,"homepage":"https://ralf-tischer.github.io/product-backlog-react-ui/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ralf-tischer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-28T08:23:37.000Z","updated_at":"2024-06-03T19:38:01.000Z","dependencies_parsed_at":"2024-05-13T15:52:19.037Z","dependency_job_id":"bdd4dd0d-a785-4a59-bdc7-2c5be3e4691f","html_url":"https://github.com/ralf-tischer/product-backlog-react-ui","commit_stats":null,"previous_names":["ralftischer/product-backlog-react-ui","coder-ratz/product-backlog-react-ui","ralf-tischer/product-backlog-react-ui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralf-tischer%2Fproduct-backlog-react-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralf-tischer%2Fproduct-backlog-react-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralf-tischer%2Fproduct-backlog-react-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralf-tischer%2Fproduct-backlog-react-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ralf-tischer","download_url":"https://codeload.github.com/ralf-tischer/product-backlog-react-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241362274,"owners_count":19950536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["frontend","javascript","js","office","react","tool","website"],"created_at":"2024-11-12T23:23:37.520Z","updated_at":"2025-12-31T01:08:03.981Z","avatar_url":"https://github.com/ralf-tischer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Product Backlog React UI\n\n| Ralf Tischer, 2023-2024.\n\nJavascript React user interface to work with simplified product backlogs. \n\n\u003c!-- MD-TOC START LEVEL 2 --\u003e\n\n## Table of Contents\n\n- [Links](#links)\n- [Technical Background](#technical-background)\n  - [React Components](#react-components)\n- [Available Scripts](#available-scripts)\n  - [`npm start`](#`npm-start`)\n  - [`npm test`](#`npm-test`)\n  - [`npm run deploy`](#`npm-run-deploy`)\n  - [`npm run build`](#`npm-run-build`)\n  - [`npm run eject`](#`npm-run-eject`)\n- [Author](#author)\n\n\u003c!-- MD-TOC END --\u003e\n\n# Links\n\n* Product Backlog UI on GitHub Pages: [https://ralf-tischer.github.io/product-backlog-react-ui/](https://ralf-tischer.github.io/product-backlog-react-ui/)\n* Product Backlog Backend GitHub (private) repository: [https://github.com/ralf-tischer/product-backlog-flask-api](https://github.com/ralf-tischer/product-backlog-flask-api)\n\n# Technical Background\n\nThe React app acts as user interface (UI) to allow user interaction with an API. This backend manages the full communication with the external database. \n\nTo access the data, a login with username and password is required. If the login at the API try successful, a JWT token is returned, stored and sent at each API request. \n\nAfter login, the user chooses between different lists assigned to her or his name. Existing lists can be edited and new can be created. \n\nExchange list consist tasks with simple properties which can be edited. \n\n## React Components\n\n![Charts of Components](./docu/ProductBacklogComponents.png)\n\n# Available Scripts\n\nIn the project directory, you can run:\n\n## `npm start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in your browser.\n\nThe page will reload when you make changes.\\\nYou may also see any lint errors in the console.\n\n## `npm test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n## `npm run deploy`\n\nDeploy project tp GitHub Pages to the `gh-pages` branch of this repository.\n\n ```bash\n $ npm run deploy -- -m \"Deploy React app to GitHub Pages\"\n ```\n\n## `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n## `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can't go back!**\n\nIf you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\n# Author\n| Ralf Tischer, \n2023-2024\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fralf-tischer%2Fproduct-backlog-react-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fralf-tischer%2Fproduct-backlog-react-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fralf-tischer%2Fproduct-backlog-react-ui/lists"}