# mindmapp **Repository Path**: nickling/mindmapp ## Basic Information - **Project Name**: mindmapp - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-15 - **Last Updated**: 2021-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Fork it to continue development!
Web application to draw mind maps.
___ ## :paperclip: Table of Contents - :rocket: [Features](#rocket-features) - :hammer: [Install](#hammer-install) - :video_game: [Usage](#video_game-usage) - :chart_with_upwards_trend: [Development](#chart_with_upwards_trend-development) - :scroll: [Rules](#scroll-rules) - [Commits](#commits) - [Branches](#branches) - :raised_hand: [Contributors](#raised_hand-contributors) - :computer: [Code Contributors](#computer-code-contributors) - :moneybag: [Financial Contributors](#moneybag-financial-contributors) - :page_facing_up: [License](#page_facing_up-license) - :telephone_receiver: [Contacts](#telephone_receiver-contacts) - :boy: [Developers](#boy-developers) ## :rocket: Features | Feature | Status | Description | |---------|:------:|-------------| | Basic mind map properties | :heavy_check_mark: | Set node images, colors and font properties. | | Undo/Redo | :heavy_check_mark: | History of map changes. | | Map centering | :heavy_check_mark: | Center map in x, y, z axes. | | Shortcuts | :heavy_check_mark: | Main shortcuts to speed things up. | | Local storage | :heavy_check_mark: | Save maps in the browser local storage. | | JSON import/export | :heavy_check_mark: | Export and import maps as JSON file. | | Image & PDF export | :heavy_check_mark: | Export maps as image (png, jpg) or PDF document. | | PWA support | :heavy_check_mark: | Support of desktop and mobile browser PWA (Progressive Web App). | | p2p database | :x: | Orbit (or something else) peer-to-peer database to share and eventually sync maps. | | Plugin system | :x: | A plugin system to add third-party features. | | Multiple selection | :x: | Select multiple nodes at the same time. | | Multiple maps | :heavy_check_mark: | Multiple maps at the same time with multi-tabs. | ## :hammer: Install With the following installed: - git - node >= 12 - npm >= 6 Clone the repo and install the dependencies from npm. ```bash git clone https://github.com/Mindmapp/mindmapp.git cd mindmapp npm i ``` ## :video_game: Usage For local *development* with angular dev server: ```bash npm start ``` Then open [http://localhost:4200](http://localhost:4200) in your browser. If you want to generate the project documentation: ```bash npm run doc ``` A `documentation` folder will be generated in the project path. ## :chart_with_upwards_trend: Development ### :scroll: Rules #### Commits * Use this commit message format (angular style): `[