/students-marks

Show student's marks using graphs in React with Highcharts.

Primary LanguageJavaScript

Students Marks Details

Live: https://react-student-details.herokuapp.com/

Instructions to run

  1. Clone the repository

  2. Navigate to root folder

  3. Install the required packages

     npm install
    
  4. Start the server

     npm start
    
  5. Open localhost:8080 in the browser

Technology Stack

  1. Node with NPM for managing the packages.
  2. Webpack for managing assets and creating build.
  3. Webpack dev server for the development environment to create server.
  4. ReactJS - for the UI development and integration.
  5. Bootstrap (CDN) as a development framework for UI
  6. Underscore is used for javascript operations.
  7. HighCharts as a charting library for the graphs