amfoss / amfoss/amFOSS.in

Standardize component and file naming to PascalCase

未关闭
#12 2 条评论 0 个 reaction 已指派 1 人 已被 @Kishensai05 认领 在 GitHub 查看
good first issue
主要语言
JavaScript
星标
2
派生
14
PR 合并指标
30 天内没有已合并 PR

描述

Multiple files and variables across the codebase use inconsistent naming conventions, which violates standard React/Next.js best practices

These are just a few examples to get started. Please feel free to update the list with any other inconsistencies you find while working on this.

### Component Files to Rename
- [ ] `components/ui/dynamicard.jsx` → `DynamicCard.jsx`
- [ ] `components/achievements/infiniteSlider.jsx` → `InfiniteSlider.jsx`
- [ ] All `page.jsx` files should export named components (e.g., `HomePage`, `AboutPage`, `TeamPage`)

### Variable Names to Fix
- [ ] Fix typo in variable: `clubLife1Varients`
- [ ] Rename non-descriptive variables like `baseText` and `dataFinal` to be more explicit

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。