This project is a website for an academic sea ice research group. It showcases the group's research, team members, publications, and provides contact information.
├── backend/
│ ├── index.ts # Main entry point for the API
│ └── README.md
├── frontend/
│ ├── components/ # Reusable UI components
│ ├── assets/ # Images and other static assets
│ ├── index.html # Main HTML template
│ ├── style.css # Custom styles
│ └── README.md
├── README.md
└── shared/
└── utils.ts # Shared utilities