An open API service indexing awesome lists of open source software.

https://github.com/sofiane-abou-abderrahim/modular-javascript-events-project-planner

In this demo, I used Modules to make my previous "JavaScript Events Project Planner" app code more readable. To do that, I used the module type and a dummy web server for development. With modules, every Javascript file states its dependencies and has its own import. So they help me split my code and download things only when I need them.
https://github.com/sofiane-abou-abderrahim/modular-javascript-events-project-planner

default-exports export import javascript modules named-exports type-module web-server

Last synced: 5 months ago
JSON representation

In this demo, I used Modules to make my previous "JavaScript Events Project Planner" app code more readable. To do that, I used the module type and a dummy web server for development. With modules, every Javascript file states its dependencies and has its own import. So they help me split my code and download things only when I need them.

Awesome Lists containing this project