Open Gidsss opened 2 weeks ago
@dssrts @seegyulater @HolyShaq here yung mga packages/libraries na sa tingin ko gagamitin natin
Note: Don't delete/close until final release
lgtm!! thanks.
Removed pandas-js
for data cleaning and used lodash
with papaparse
instead
Reason: pandas-js
does not fully replicate the pandas functionality from python and is deprecated
Description
Set up the initial Next.js project structure, install necessary libraries and configure basic project settings.
Tasks
Libraries/Packages
UI and Styling
@mui/material and @emotion/react, @emotion/styled
: Material-UI for building a responsive and modern UI.tailwindcss
: For utility-first CSS stylingData Visualization
chart.js and react-chartjs-2
: To create interactive charts and visualizations.recharts and highcharts
nivo.rocks
File and Data Handling w/ Data Cleaning
papaparse
: For parsing CSV files client-side.lodash
: For data manipulation and utility functions.PDF Generation and Printing
jspdf
: For generating PDF reports.html2canvas
: To convert HTML elements to canvas for use in jsPDF.react-to-print
: For printing React components directly.State Management and Utility Packages
react-query
: For handling data fetching and caching.lodash
: For data manipulation and utility functions.AI Integration (Optional)
openai
: for integrating AI features.dotenv
: For managing environment variables for API keys securely.