Coder Social home page Coder Social logo

mohak852 / chord_web Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bento-platform/bento_web

0.0 0.0 0.0 1.5 MB

React-based data discovery and management portal for the CHORD project.

License: GNU Lesser General Public License v3.0

HTML 0.07% JavaScript 99.93%

chord_web's Introduction

CHORD Web

Build Status

Written in React using Ant Design components.

Project Structure

  • .babelrc: Babel configuration file
  • .eslintrc.js: ESLint configuration file
  • src/: All application source code
    • components/: UI components.
      • App.js: The root component, which determines the overall layout of the entire application.
      • ...
    • modules/: Redux "modules", which determine the structure of the Redux state tree and specify relevant actions and reducers to handle them. This isn't a Redux-defined concept; rather, these can be thought of as an arbitrary but useful way to divide up action and reducer definitions into manageable, semi-self-contained sections.
    • styles/: Shared style objects.
    • utils/: Utility code shared across components, state code, and other modules in the application.
      • actions.js: Utilities related to Redux actions
      • menu.js: Utilities related to Ant Design menus
      • misc.js: Miscellaneous helper functions
      • notifications.js: Utilities related to CHORD notifications
      • requests.js: Utilities related to HTTP requests
      • schema.js: Utilities related to JSON schemas
      • search.js: Utilities related to CHORD search
      • url.js: Utilities related to handling front-end URLs
    • constants.js: Re-usable application constants
    • duo.js: Constants and objects related to the CHORD representation of the GA4GH Data Use Ontology.
    • events.js: Event dispatching code for triggering event handlers defined elsewhere.
    • index.js: The entry point for the application. Sets up the store and router and renders the App component.
    • propTypes.js: Re-usable prop types defined using the prop-types module to enforce component property types.
    • reducers.js: Root reducer definition
    • template.html: HTML template for the application (given to webpack)
  • public/LICENSE.txt: Copy of the LGPL v3.0 license for serving from deployed instances of the application.
  • webpack.config.js: Webpack configuration file

chord_web's People

Contributors

afrosimon avatar davidlougheed avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.