The Deployed Version of the app is here.
-
Pandas and Numpy.
- To maipulate the given data and create a new dataframe with all the information needed specifically for the project.
-
Node.js
- The Javascript runtime environment is used to have all the required libraries for front end development.
-
React.js
- The front end Javascript framework used to make this project. I don't Know vue.js but I am ready to learn anytime. :)
-
Material UI
- Almost everything in this project is displayed inside a Card component which is imported from Material UI.
-
Chart.js
- To give a visual representation of the data to the user which provides a better user experience and understanding.
-
Fork and clone the project.
- If you are fairly new to Github or Git, please checkout the official Github Guide!
-
Use your favorite text editor
- Personally I use VScode. You are welcome to use any of your preferences!
-
From the root directory of the project, install dependencies with npm
-
npm install // install dependencies for project npm start // start the project