A modern contact directory to find experts in all fields.
A practice exercise that simulates a company contact directory. This project demonstrates the implementation of a professional directory interface with search and filtering capabilities for managing business contacts and expert profiles.
- Angular 20
- Tailwind CSS
- TypeScript
- Search experts by Job or Name
- Filter by baldness level
- Detailed professional profiles
- Modern and responsive user interface
- Add new contacts system (LocalStorage)
brief-contact-a/
├── .angular/
├── .vscode/
├── node_modules/
├── public/
│ └── img/
├── src/
│ └── app/
│ ├── app.config.ts
│ ├── app.css
│ ├── app.html
│ ├── app.routes.ts
│ ├── app.spec.ts
│ ├── app.ts
│ ├── member.spec.ts
│ └── member.ts
│ ├── index.html
│ ├── main.ts
│ └── styles.css
└── README.md