amfoss / amfoss/amFOSS.in

Standardize component and file naming to PascalCase

Aperta
#12 2 commenti 0 reazioni 1 assegnatario Rivendicata da @Kishensai05 Vedi su GitHub
good first issue
Lingua principale
JavaScript
Stelle
2
Fork
14
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.