kensplanet / family-tree

The front-end layer for Family Tree application

Home Page:http://159.203.187.216:8080

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The front-end layer for Family Tree application

http://159.203.187.216:8080


Languages

Language:JavaScript 94.1%Language:HTML 3.1%Language:CSS 2.8%