Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nareshbhusal/roadmap
A kanban board, project, and idea management app built with React and IndexedDB.
https://github.com/nareshbhusal/roadmap
kanban project-management
Last synced: about 2 months ago
JSON representation
A kanban board, project, and idea management app built with React and IndexedDB.
- Host: GitHub
- URL: https://github.com/nareshbhusal/roadmap
- Owner: nareshbhusal
- License: mit
- Created: 2022-08-12T06:33:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T14:32:39.000Z (over 2 years ago)
- Last Synced: 2023-03-08T10:12:21.273Z (almost 2 years ago)
- Topics: kanban, project-management
- Language: TypeScript
- Homepage: https://roadmap-app.vercel.app
- Size: 5.35 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Roadmap
A kanban board, project and idea management app built with React and IndexedDB.## Demo
![Roadmap App Screencast](assets/screencast.gif)**[Visit the live app](https://roadmap-app.vercel.app)**
## Features
- Create boards, stories
- Capture ideas and organize by `impact` and `effort` ratings
- Organize cards by priority, tags, and lists
- Add Tasks and Ideas to stories
- Add comments and tags to ideas
- Markdown support for story descriptions
- Search and filter capabilities for boards and ideas
- IndexedDB as the backend and database## Tech Stack
- Javascript, Typescript
- React, NextJS
- IndexedDB
- TailwindCSS, Chakra-ui
- Cypress## Development
Clone the repository and install dependencies;
```bash
git clone https://github.com/nareshbhusal/roadmap
cd roadmap
npm install
```Run the dev server:
```bash
npm run dev
```## Running Tests
To run tests, set up the development environment and then run the following command
```bash
npm run test
```## License
[MIT](https://github.com/nareshbhusal/roadmap/blob/main/LICENSE "MIT")