https://github.com/hackpoint/readify-client
Client for the AI application written in angular
https://github.com/hackpoint/readify-client
Last synced: about 1 year ago
JSON representation
Client for the AI application written in angular
- Host: GitHub
- URL: https://github.com/hackpoint/readify-client
- Owner: HackPoint
- Created: 2024-12-30T16:30:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T07:43:56.000Z (over 1 year ago)
- Last Synced: 2025-01-23T01:19:16.726Z (about 1 year ago)
- Language: TypeScript
- Size: 226 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReadifyaiUi
```markdown
/readify-ai
├── /apps
│ ├── /readify-ai
│ │ ├── /src
│ │ │ ├── /app
│ │ │ │ ├── app.component.ts
│ │ │ │ ├── app.routes.ts
│ │ │ │ ├── app.styles.css
│ │ │ │ ├── main.ts
│ │ │ │ ├── bootstrap.ts
│ │ │ │ ├── app.config.ts
├── /libs
│ ├── /core
│ │ ├── /interface
│ │ ├── /models
│ │ ├── /services
│ │ ├── /utilities
│ ├── /shared
│ │ ├── /ui
│ │ ├── /services
│ │ ├── /utilities
│ ├── /features
│ │ ├── /comparison
│ │ ├── /image-analysis
│ │ ├── /training
│ │ ├── /dashboard
│ │ ├── /login
└── /storybook
├── main.js
├── preview.js
```