diff --git a/README.md b/README.md index 63db0aa..028c890 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ -# JS-Applications- -JS Applications +# JS Applications + +This repository contains examples and demos for JavaScript application development. A new folder **Richting Software** provides a skeleton architecture that can be extended for projects like *SpokyPal*. + +The sectors included under `Richting Software` are: + +- `profiles-users` +- `tutors` +- `candidats` +- `games` +- `scenarious` +- `logo` + +Each sector is isolated so the project can evolve and parts can be replaced independently. diff --git a/Richting Software/README.md b/Richting Software/README.md new file mode 100644 index 0000000..b5b0a90 --- /dev/null +++ b/Richting Software/README.md @@ -0,0 +1,15 @@ +# Richting Software Architecture + +This folder contains the base architecture for the project following the structure requested. + +``` +Richting Software/ + profiles-users/ + tutors/ + candidats/ + games/ + scenarious/ + logo/ +``` + +Each folder represents a sector of the application which can evolve independently. diff --git a/Richting Software/candidats/README.md b/Richting Software/candidats/README.md new file mode 100644 index 0000000..f03f36b --- /dev/null +++ b/Richting Software/candidats/README.md @@ -0,0 +1 @@ +# candidats diff --git a/Richting Software/games/README.md b/Richting Software/games/README.md new file mode 100644 index 0000000..1de4561 --- /dev/null +++ b/Richting Software/games/README.md @@ -0,0 +1 @@ +# games diff --git a/Richting Software/logo/README.md b/Richting Software/logo/README.md new file mode 100644 index 0000000..fa591cc --- /dev/null +++ b/Richting Software/logo/README.md @@ -0,0 +1 @@ +# logo diff --git a/Richting Software/profiles-users/README.md b/Richting Software/profiles-users/README.md new file mode 100644 index 0000000..f94bd0b --- /dev/null +++ b/Richting Software/profiles-users/README.md @@ -0,0 +1 @@ +# profiles-users diff --git a/Richting Software/scenarious/README.md b/Richting Software/scenarious/README.md new file mode 100644 index 0000000..c116343 --- /dev/null +++ b/Richting Software/scenarious/README.md @@ -0,0 +1 @@ +# scenarious diff --git a/Richting Software/tutors/README.md b/Richting Software/tutors/README.md new file mode 100644 index 0000000..88284d9 --- /dev/null +++ b/Richting Software/tutors/README.md @@ -0,0 +1 @@ +# tutors