REPOSITORY OVERVIEWLive repository statistics
★ 1Stars
⑂ 0Forks
◯ 0Open issues
◉ 1Watchers
34/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
100 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
FruitsStoreAdminPortal
This is the customer relationship manager website created for technical proof of some concepts using an Angular framework.
Website Link
Used libraries
Features added to the project:
- Dark theme.
- Setup ESLINT with prettier and husky to run ESLINT rules automatically.
- Implement alias imports.
- Implement responsiveness using flex-layout.
- Implement theming using material themes in most components.
- Add a no internet page when there is no internet connection.
- Log ngrx statuses to the console.
- Log http calls to the console.
- Routing:
- add not found page.
- use guard.
- use resolver in customer module.
- use children routes.
- Implement login using ngrx, effect and cookies.
- Implement functionality on the customer list [get-add-update-delete].
- sync data with local storage.
- log all changes to the console.
- after refreshing the project, all data will be reset.
- Pagination.
- Implement functionality on the product list [get-add-update-delete] using "ngrx" full cycle:
- only in the front-end side and using ngrx.
- use the dev tool to track updates.