13 lines
276 B
Markdown
13 lines
276 B
Markdown
# Project Architecture
|
|
|
|
This is a React application with:
|
|
|
|
- Components in `/src/components`
|
|
- State management using zustand in `/src/stores`
|
|
|
|
## Coding Standards
|
|
|
|
- Use TypeScript for all new files
|
|
- Follow the existing naming conventions
|
|
- Write tests for all new features
|