Skip to content

We created a visualization website on ‘World Happiness Index’ with graphs, charts, event calendar, chatbot, maps using D3.js, Chart.js, JavaScript, HTML, CSS, BootStrap.

Notifications You must be signed in to change notification settings

gauravichavan89/Web_Application_with_Visualization_Elements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Application with Visualization Elements

We created a visualization website on ‘World Happiness Index’ with graphs, charts, event calendar, chatbot, maps using D3.js, Chart.js, JavaScript, jQuery, HTML, CSS, BootStrap.

Getting Started

The following instructions shall ensure that the web application is up and running on your local machine for testing purposes. See ‘Running the tests’ section to know how to run the assignment.

Prerequisite Software Required

  • Any browser: Google Chrome(recommended), Firefox, Microsoft Edge(preferred), explorer for loading the website.
  • Software Required: Python 2.7 (Anaconda3 2018.12 64 bit) for Windows 10 as IDE
  • For editing the code I have used Sublime editor by following the instructions on https://www.sublimetext.com/3 for downloading Sublime for Windows 64 bit Installer. You may not need to download this as this is a development editor and not for testing purpose.
  • I just write this statement and import d3.js library; you may not have to download anything for this as I have included this line in my code.
<script src=' https://d3js.org/d3.v4.min.js '></script>
  • I import canvasjs assets by including the following sentence in code:
<script src=" https://canvasjs.com/assets/script/canvasjs.min.js "></script>

Again you do not have to download anything for this.

Installation

As I am using a python server for loading my website on localhost; please follow the following instructions to download anaconda which comes along with python:

Running the tests

  • Enter Windows+R (Run command) on your system and open drivers.
  • Now follow this path: \drivers\etc\hosts
  • Open hosts file using notepad++ and edit it in administrative mode.
  • UnComment the line “127.0.0.1 localhost” and save it.
  • Go to the directory where you have your root html file(index.html in our case) \mini_project\NiceAdmin and type cmd
  • Type python -m http.servers and receive the port number
  • Do not close the command prompt until you are finished evaluating the website on local host.
  • Type localhost:portnumber example, localhost:8000 on browser and refresh it. (Note: Please clear cache on chrome before evaluating the website if you choose to use that as your browser.)

About

We created a visualization website on ‘World Happiness Index’ with graphs, charts, event calendar, chatbot, maps using D3.js, Chart.js, JavaScript, HTML, CSS, BootStrap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published