All Projects → florentsolt → Roadmap.js

florentsolt / Roadmap.js

Licence: mit
A simple roadmap display library

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Roadmap.js

Hacker Roadmap
📌 Your beginner pen-testing start guide. A guide for amateur pen testers and a collection of hacking tools, resources and references to practice ethical hacking and web security.
Stars: ✭ 7,752 (+18357.14%)
Mutual labels:  roadmap
Rails Erd D3
Ruby gem for creating entity–relationship diagram with D3.js for your Rails application 📊
Stars: ✭ 25 (-40.48%)
Mutual labels:  d3js
Phpnetmap
Web application for ethernet network mapping. PHP Software for network device monitoring with SNMP v(1/2c/3) protocol.
Stars: ✭ 20 (-52.38%)
Mutual labels:  d3js
Devmap
A Simple tool to organize my roadmaps.
Stars: ✭ 16 (-61.9%)
Mutual labels:  roadmap
Interview
python, golang, devops 基础知识、 系统设计、后端开发路线图
Stars: ✭ 921 (+2092.86%)
Mutual labels:  roadmap
Astuto
A free, open source, self-hosted customer feedback tool 🦊
Stars: ✭ 860 (+1947.62%)
Mutual labels:  roadmap
D3.v4 Api Translation
D3.js 4.x 中文手册
Stars: ✭ 751 (+1688.1%)
Mutual labels:  d3js
D3 In Motion
Code examples and references for the course "D3.js in Motion"
Stars: ✭ 37 (-11.9%)
Mutual labels:  d3js
Roadmap nlp
Roadmap for NLP 涵盖NLP的理论知识、应用场景和工程实践等
Stars: ✭ 25 (-40.48%)
Mutual labels:  roadmap
Feedback
📣 We love feedback ✨
Stars: ✭ 15 (-64.29%)
Mutual labels:  roadmap
D3fc
A collection of components that make it easy to build interactive charts with D3
Stars: ✭ 898 (+2038.1%)
Mutual labels:  d3js
D3 Dot Graph
This module provides D3js compatible library to parse and load files in graphviz DOT (.dot) (graph description language) format.
Stars: ✭ 23 (-45.24%)
Mutual labels:  d3js
Yadr
Yet another development roadmaps and proficiency matrixes
Stars: ✭ 11 (-73.81%)
Mutual labels:  roadmap
Aws Cloudformation Coverage Roadmap
The AWS CloudFormation Public Coverage Roadmap
Stars: ✭ 800 (+1804.76%)
Mutual labels:  roadmap
Flutter Roadmap And Resources Guide
A roadmap from a beginner's point of view. Which can help you in becoming a full fledge flutter developer.
Stars: ✭ 28 (-33.33%)
Mutual labels:  roadmap
Cocorico
👐 Cocorico is an open source marketplace solution for services and rentals. More information right here: https://www.cocorico.io/en/ 🚀 Cocorico is also available in an off-the-shelf SaaS package, check out https://www.hatch.li to launch your platform today. 😍 We are hiring (telecommute welcome 🏡): https://www.welcometothejungle.com/en/companies/cocorico/jobs/candidatures-spontanees#apply
Stars: ✭ 765 (+1721.43%)
Mutual labels:  roadmap
Neo4jd3
Neo4j graph visualization using D3.js
Stars: ✭ 843 (+1907.14%)
Mutual labels:  d3js
Cs education
Моя карта обучения Computer Science на 3 года
Stars: ✭ 42 (+0%)
Mutual labels:  roadmap
Pinecoders.github.io
PineCoders Web Site
Stars: ✭ 30 (-28.57%)
Mutual labels:  roadmap
Softwarearchitect
Path to a Software Architect
Stars: ✭ 7,318 (+17323.81%)
Mutual labels:  roadmap

roadmap.js

A simple roadmap display library.

How to use

Load d3.js then load roadmap.js. That's it!

Example

Add a <div class="roadmap"> in your page like this one:

<div class="roadmap">
Project A, Dev
2014-12-1 > 2014-12-9
John

Project A, QA
2014-12-10 > 2014-12-31
Paul
Joe

Project A, Release
2015-1-5 > 2015-1-7
Joe

Project B, Dev
2015-1-5 > 2015-1-30
John

Project B, QA
2015-2-2 > 2015-2-27
Bill
John

Project B, Release
2015-3-2 > 2015-3-4
John

Project C, Dev
2015-1-5 > 2015-1-17
John

Project C, QA
2015-1-19 > 2015-1-23
Joe

Project C, Release
2015-1-26 > 2015-1-28
Paul

Master Plan, Step 1
2014-12-1 > 2014-12-28

Master Plan, Step 2
2014-12-29 > 2015-1-25

Master Plan, Step 3
2015-1-26 > 2015-2-22
</div>

You will get:

Example

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].