An idea management tool, inspired from kanban boards and integrated with GitHub
This repo only contains the frontend for the app. Please check sdabhi23/rappel
- Automatically sync your GitHub repos
- Sort the repos into 5 categories:
- Backlog
- Active
- Work In Progress
- Done
- Archive
- Add working notes for the repos directly inside their cards
- Add notes for new ideas
- Filter repos
- Search repos
- Hide stale repos into a separate tab
- Automatically delete repos when they are deleted from GitHub
- Integration with PyPI and NPM
- Integration with GitLab
-
Install dependencies
➜ npm install
-
Run the app locally
➜ npm start
The api docs should be available at http://localhost:8000/api/schema/redoc/
Copyright 2021 Shrey Dabhi
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.