A simple and elegant web application for data analysis, built with HTML, Tailwind CSS, and vanilla JavaScript.
- Upload CSV and JSON files via drag-and-drop or manual selection
- Automatic statistical analysis (mean, median, min, max, standard deviation)
- Data visualization with interactive charts
- Support for multiple chart types (bar, line, pie)
- Responsive and modern interface
- Visual feedback during processingo
- Access the application through your browser
- Drag and drop a CSV or JSON file into the upload area, or click to select
- The data will be processed automatically
- View the generated statistics and charts
- Switch between different chart types using the available buttons
- Select different numeric columns for analysis
- Must contain a header in the first row
- Values separated by commas
- Example:
idade,salario,experiencia
25,3500,2
30,4200,5
35,5100,8- Can be an array of objects or a nested sructure
- Example:
{
"dados": [
{
"idade": 25,
"salario": 3500,
"experiencia": 2
},
{
"idade": 30,
"salario": 4200,
"experiencia": 5
}
]
}- HTML5
- Tailwind CSS
- JavaScript
- Chart.js para visualizações
- Font Awesome para ícones
- Google Fonts (Inter)