/family-tree

The front-end layer for Family Tree application

Primary LanguageJavaScript

Family Tree

Run npm install or yarn install to install the dependencies.

In the project directory, you can run:

npm start to run the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The API can be set up using https://github.com/kensplanet/family-tree-api
To make network calls against the API, go to src/actions/apis/api.js and uncomment the baseURL

Technologies

  • React - building User interfaces
  • Redux - State management
  • D3 - generating SVG tree images
  • Material UI - Responsives components and layouts
  • Axios - To make REST calls to the API
  • Font Awesome - Icons
  • Jquery - Javascript helper utilities and DOM manipulation
  • Lodash - Javascript helper utilities