A simple yet neat and effective reading methodology for school teachers. This project allows:
- Public to discover the project, and sign up
- Logged in user to follow their progress and more ..
- Administrators to manage content and users.
- User Authentication
- Library
- Content Administration
- User's progression
- Subscription & Payment
Dependency | version(s) required |
---|---|
Node.js | ^16.14.2 |
Angular CLI | ^14.2.4 |
Dependency | version | description |
---|---|---|
typescript |
~5.0.2 |
TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale. |
tslib |
^2.3.0 |
Runtime library for TypeScript helper functions. |
@angular/core |
^16.0.3 |
Angular global dependencies needed to make everything work ! |
@angular/animations |
^16.0.1 |
Add animations capability to components. More information here |
zone.js |
~0.13.0 |
Implements Zones for JavaScript, inspired by Dart. A Zone is an execution context that persists across async tasks. You can think of it as thread-local storage for JavaScript VMs. |
rxjs |
~7.5.0 |
RxJS is a library for reactive programming using Observables, to make it easier to compose asynchronous or callback-based code. documentation |
TailwindCSS |
^3.3.2 |
CSS utility library documentation |
Command | Description |
---|---|
start |
Serve application in development environment |
build |
Build application in production environment |