https://github.com/davidezechukwu/pikin.co
piKinco
https://github.com/davidezechukwu/pikin.co
angular html html5 kendo-ui scss typescript
Last synced: about 2 months ago
JSON representation
piKinco
- Host: GitHub
- URL: https://github.com/davidezechukwu/pikin.co
- Owner: davidezechukwu
- Created: 2023-01-16T19:25:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T19:39:09.000Z (over 3 years ago)
- Last Synced: 2023-08-08T10:18:24.217Z (almost 3 years ago)
- Topics: angular, html, html5, kendo-ui, scss, typescript
- Language: TypeScript
- Homepage: http://www.pikin.co
- Size: 75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Available at http://www.pikin.co
## Built with Migration to Angular v20
## This is an example of a modern React application written in TypeScript, demonstrating a clean, type-safe codebase and a mobile-first, fully responsive UI. It is architected for parallel development, with the UX showing how contract-driven JSON mocks could be used to allow multiple Database, API and UX teams to build features independently against a stable API schema. The UX service layer abstracts data access behind mock implementations, and are architected to allow for easy switch over to real HTTP calls as soon as back-end endpoints go live. It can also serve as an E2E Test Double Deployed on Ubuntu with Nginx, it leverages production-grade build optimizations—Brotli/Gzip compression, code splitting, lazy loading, and HTTP/2 serving. The folder structure and feature modules keep teams from colliding: each domain owns its components, models, services, and mocks in clearly defined boundaries.
### Run locally as you would run any Angular project using ng serve.