This is a Frontend Project showcases to create various types of charts and graphs using libraries like Plotly.js, Chart.js and Google Charts.
- HTML - build up layout and content of the application.
- Bootstrap - for adding custom styling.
- JavaScript - to add functionalities throughout the application.
- Plotly - library for creating various charts and graphs
- Chart - library for creating various charts and graphs
- Google Charts - library for creating various charts and graphs
- Visual Studio Code - the code editor being used to build the project.
- Chrome DevTools - used heavily for debugging during development process.
- Git - the Git feature in VS Code was used for version control and push to github.
- Github - Github is used to store project's code remotely.
- Vite - used for optimization and make the project ready for production
The project was developed using VS Code editor and its integrated version control feature to commit gits, which are then pushed to GitHub in order to store the codes remotely.
The project was deployed to Netlify
- Log in to GitHub and navigate to this project's repository: charts
- Just above the navigation menu of the repository (above the Settings button) locate the Fork button
- The original copy of the repository is now copied on your GitHub account which allows you to view and/or work on the codes without affecting the original work