Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.34 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.34 KB

Willow

A flexible, non-linear project management and organization application

Users login/sign-up via Google and an example project is populated for them to refer to and play around with. From there, users create their own project using a guided project building flow.

A user creates a project using our guided project buiding functionality

The key point of differentiation as compared to a traditional project management application is that the project does not need to necessarily be goal oriented. The application enables the users to define objectives/goals and save milestones related to each objective, however they are also able to add 'Explorative Nodes' which store notes and links related to ideas or concepts they want to explore further. See the blue node in the example project for an example of an explorative node.

A user adds notes and a bookmark to an exploratory node

See the application in action at http://ec2-18-191-102-155.us-east-2.compute.amazonaws.com/

Core Tech Stack

React, Redux, D3, Node, Express and PostgreSQL (hosted via Amazon RDS)

Team Members

Tom Wagner

Jun Yoo

Bill Domanick

Setup

npm install

Compile and Start

npm run dev