https://github.com/muhammadaziz01-dev/edufree
Edufree project
https://github.com/muhammadaziz01-dev/edufree
bootstrapicons css3 html5 javascript scss tailwindcss typescript vitejs
Last synced: about 2 months ago
JSON representation
Edufree project
- Host: GitHub
- URL: https://github.com/muhammadaziz01-dev/edufree
- Owner: muhammadaziz01-dev
- Created: 2024-04-02T09:59:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-02T23:36:42.000Z (about 1 year ago)
- Last Synced: 2025-01-27T08:41:54.146Z (4 months ago)
- Topics: bootstrapicons, css3, html5, javascript, scss, tailwindcss, typescript, vitejs
- Language: JavaScript
- Homepage: https://660c971abab5d14be8ff37ac--hilarious-speculoos-760f2c.netlify.app/
- Size: 980 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Main
- Try to keep pages server component;
- Use BEM
- Use FC generic for Component
- Use the same node version (v20.9.0)# Imports order
- Next components and utils
- React
- Third libraries
- React components
- Utils
- Style# Pages
- Pages are stored in the app folder
- Naming -> CategoriesPage, CategoryPage
# Files
File naming is `kebab-case`
- User.jsx => bad
- user.jsx => good
- loginCard.jsx => bad
- LoginCard.jsx => bad
- login-card.jsx => good# Components
- Creating component
```
modal
index.tsx
style.scsscard
index.tsx
style.scss
```
- Component naming is PascalCase```
```
- Component is made without margin# Hooks
Hooks naming is camelCase
```
useFetch
```# Variables
Sass folder -> variables.scss