Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
15 changes: 15 additions & 0 deletions Richting Software/README.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions Richting Software/candidats/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# candidats
1 change: 1 addition & 0 deletions Richting Software/games/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# games
1 change: 1 addition & 0 deletions Richting Software/logo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# logo
1 change: 1 addition & 0 deletions Richting Software/profiles-users/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# profiles-users
1 change: 1 addition & 0 deletions Richting Software/scenarious/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# scenarious
1 change: 1 addition & 0 deletions Richting Software/tutors/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# tutors