这是一个用于学生A/B分组的系统,有以下特点:
- 支持从Excel文件导入学生数据
- 可以将学生分为"雄鹰队"(A队)和"猛虎队"(B队)
- 有精美的界面和动物头像设计
- 支持队伍竞赛或对抗分组
- 可定制每组抽取的学生数量
- 支持生成和下载Excel模板
This is a student A/B team dividing system with the following features:
- Import student data from Excel files
- Divide students into "Eagle Team" (Team A) and "Tiger Team" (Team B)
- Beautiful interface with animal avatar designs
- Support for team competition or opposing group formation
- Customizable number of students selected from each group
- Support for generating and downloading Excel templates
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.