{"id":49453707,"url":"https://github.com/moubi/flow-task","last_synced_at":"2026-06-18T22:00:59.636Z","repository":{"id":41769295,"uuid":"203399303","full_name":"moubi/flow-task","owner":"moubi","description":"Interactive task board for your mobile browser written in React ✍️","archived":false,"fork":false,"pushed_at":"2024-01-09T17:36:03.000Z","size":7560,"stargazers_count":32,"open_issues_count":5,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-06-01T22:32:26.774Z","etag":null,"topics":["board","frontend","interactive","localstorage","mobile","nodejs","organize","php","productivity","react","task-list"],"latest_commit_sha":null,"homepage":"","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/moubi.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}},"created_at":"2019-08-20T15:02:02.000Z","updated_at":"2024-05-14T22:22:05.000Z","dependencies_parsed_at":"2023-02-06T05:46:43.758Z","dependency_job_id":null,"html_url":"https://github.com/moubi/flow-task","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moubi/flow-task","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moubi%2Fflow-task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moubi%2Fflow-task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moubi%2Fflow-task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moubi%2Fflow-task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moubi","download_url":"https://codeload.github.com/moubi/flow-task/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moubi%2Fflow-task/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34508867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["board","frontend","interactive","localstorage","mobile","nodejs","organize","php","productivity","react","task-list"],"created_at":"2026-04-30T04:01:03.703Z","updated_at":"2026-06-18T22:00:59.626Z","avatar_url":"https://github.com/moubi.png","language":"JavaScript","funding_links":[],"categories":["📦 Legacy \u0026 Inactive Projects"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ca id=\"flowtask\" href=\"#flowtask\"\u003e\n  \u003cimg align=\"center\" width=\"300\" src=\"public/logo.png\"\u003e\n\u003c/a\u003e\n\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n\u003cp\u003e\n  \u003cstrong\u003eSimple yet interactive task board for your mobile browser.\u003c/strong\u003e Written in \u003cstrong\u003eReact\u003c/strong\u003e with \u003ca target=\"_blank\" href=\"https://github.com/facebook/create-react-app\"\u003ecreate-react-app\u003c/a\u003e.\n\u003c/p\u003e\n\n[![moubi](https://img.shields.io/circleci/build/gh/moubi/flow-task?label=circleci\u0026style=flat-square)](https://circleci.com/gh/moubi/flow-task) [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/moubi/flow-task.svg?style=flat-square\u0026logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/moubi/flow-task/context:javascript) [![moubi](https://img.shields.io/github/license/moubi/flow-task?style=flat-square)](LICENSE)\n\n  \u003cimg alt=\"A preview of the FlowTask app\" src=\"flowtask_preview.gif\" width=\"338\" height=\"480\" /\u003e\n  \u003cp\u003e\n    \u003ca target=\"_blank\" href=\"https://flowtask.webup.org/demo\"\u003eWe have live demo too!\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n## Getting started\nGo to your project folder and\n```\ngit clone git@github.com:moubi/flow-task.git\ncd flow-task/\nyarn\nyarn start\n```\n\nThat's it. Navigating to http://localhost:3002 will bring the board with some example data from the localStorage.\n\n### Prior installation\nThe project is built with node version **10.15.1**. This is set in the `.nvmrc` file. You may need to additionally install it on your development machine. With `nvm`:\n```\nnvm install 10.15.1\nnvm use\n```\n\n## Backend integration\n`master` branch represents pure frontend app that uses _**localStorage database**_ for columns and tasks data. This is set in `src/lib/Api.js`. There are also two backend integrations for deployment on php and node enabled hostings.\n\n - Php ([feature/php-backend](https://github.com/moubi/flow-task/tree/feature/php-server) branch)\n - Node ([feature/node-backend](https://github.com/moubi/flow-task/tree/feature/node-server) branch)\n\nCheck corresponding READMEs for more info.\n\n## Words on structure\n```bash\n.\n├── App.js\n├── App.test.js\n├── assets\n├── components\n├── index.js\n├── index.scss\n├── lib\n├── store\n└── testUtils\n```\n\n**Some interesting paths:**\n\n`|-- components` - all React app components (Board, Column, Task and Loader).\n\n`|-- store` - actions and reducers split between the columns and tasks modules.\n\n`|-- testUtils` - testing utilities for simulating events, working with store and getting component instalnces.\n\n`|-- lib` - contains Api.js to handle localStorage queries for data.\n\n## Tests\nTrigger the test suite by\n\n```\nyarn test\n```\n\nTests cover all the components, reducers and actions. Each test (`*.test.js`) is placed next to its target file.\n\n## Deployment\nTo build a `create-react-app` project run:\n\n```\nyarn build\n```\n\nAll the production files are then stored in the `build/` folder.\n\n[Node](https://github.com/moubi/flow-task/tree/feature/node-server) and [php](https://github.com/moubi/flow-task/tree/feature/php-server) backends have their own build process.\n\n## Support\nThough, it implements several interesting ideas and UI effects, the board was initially intended to serve personal goals and developed for _**latest iOS Safari**_.\n\n## Contributing (aka roadmap)\n - Android support - there shouldn't be much missing\n - DB implementation (perhaps MongoDB?)\n - Keep it simple, quick, but interactive (challenge: having usable, but not sassy UI)\n - Avoid being Trello, Jira or Asana board alternative\n\nGood starting point is the [project board](https://github.com/moubi/flow-task/projects/1).\nOpen an issue if you need (there is no strict rule or a template) or email me directly. Your contribution is 100% welcome.\n\n## Authors\n[Miroslav Nikolov](https://webup.org)\n\n## License\n[MIT](LICENSE)\n\n## Acknowledgments\n* [swipeable-react](https://github.com/moubi/swipeable-react) - catching swipe interactions\n* [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd) - great drag and drop module for React\n* [unexpected-dom](https://github.com/unexpectedjs/unexpected-dom) - easily test React components and events\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoubi%2Fflow-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoubi%2Fflow-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoubi%2Fflow-task/lists"}