Interactive data visualization portal for exploring statistical indicators across regions. View the live demo.
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
- Astro - Web framework
- React - UI components
- Tailwind CSS - Styling
- shadcn/ui - UI components
- Recharts - Data visualization
src/
├── components/ # React components
│ ├── data/ # Data visualization components
│ └── ui/ # shadcn/ui components
├── layouts/ # Astro layouts
├── pages/ # Astro pages
└── lib/ # Utilities and types
- Fork the repository
- Create a feature branch (
git checkout -b feature/improvement
) - Make your changes
- Run tests if available
- Commit changes (
git commit -am 'Add feature'
) - Push to branch (
git push origin feature/improvement
) - Create Pull Request
MIT