From 417da36e3a611910084854498876b28deecabdce Mon Sep 17 00:00:00 2001 From: osakellarides <73916130+osakellarides@users.noreply.github.com> Date: Sat, 30 Sep 2023 11:47:18 -0400 Subject: [PATCH 1/2] Update README.md Added table of Contents, Added 'How To Use' program application description, added 'How To Contribute', added layout of program structure and the tech stack used to create this application. --- README.md | 151 ++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 112 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 7c5d749..6ec2ad6 100644 --- a/README.md +++ b/README.md @@ -1,46 +1,119 @@ -
Wordally is a digital solution for those who seek an efficient way to learn foreign language vocabulary for school purposes or to extend their terminology stock. Acquire the habit of studying vocabulary using the Wordally scheme to shorten the time needed to memorize and strengthen memory.
+Copy this link into your web browser
+It's that simple. By repeating this method at least 3 times (with breaks between each try), it's possible to learn terminology in 30 minutes.
-git clone https://github.com/trolit/Wordally.git
git checkout -b my-new-feature
git commit -am 'added feature
git push origin my-new-feature
Wordally is digital solution for those who seek efficient way to learn foreign language vocabulary for school purposes or to extend terminology stock. Acquire habit to study vocabulary like in Wordally scheme to shorten the time needed to memorize and strengthen memory. Implemented idea comes from author's private experience from learning english words. - -> Method relies on 3 steps. In first two, cover one column and try to guess hidden words by looking at visible column, then swap(do the same for opposite column). If you don't know something, don't worry just repeat that step few times. It's also worth to not guess words in the same order. In last step, write translations on sheet of paper(again, don't always write them in the same order) and then try to write all words. It's that simple. By doing that method at least 3 times(with breaks between each try) it's possible to learn terminology in 30 minutes(motivation also matters) :)
+Here is a simplified project structure so that you can understand what goes into the creation of this project.
++assets/ + ├── css/ + │ ├── blk-design-system.css + │ ├── blk-design-system.css.map + │ ├── blk-design-system.min.css + │ ├── nucleo-icons.css + │ ├── PlaylistRow.tsx + │ ├── PlaylistSearch.tsx + │ └── PlaylistTable.tsx + ├── js/ + │ ├── core/ + │ ├── plugins/ + │ ├── blk-design-system.js + │ ├── blk-design-system.js.map + │ ├── blk-design-system.min.js + │ ├── wordally_Misc.js + │ └── wordally_Renderer.js + ├── scss/ + │ ├── blk-design-system.scss + │ └── blk-design-system/ + │ └── bootstrap/ + │ ├── mixins/ + │ └── utilities/ + │ └── custom/ + │ ├── cards/ + │ ├── mixins/ + │ ├── sections/ + │ ├── utilities/ + │ └── vendors/ + ├── fonts/ + ├── img/ + └── sounds/ +-
![]() |
+ ![]() |
+
![]() |
+ ![]() |
+
This application was built using the following tools/libraries.
+Refer below to the list of references to learn more about these resources.
+
|
|
-|
|
|
-
-
-Wordally is licensed under MIT and is open source :]
+Template generated using EzGitDoc
From 40f9b489fe88bac29e8e1891f0d27d36691d1639 Mon Sep 17 00:00:00 2001 From: osakellarides <73916130+osakellarides@users.noreply.github.com> Date: Sat, 30 Sep 2023 11:50:24 -0400 Subject: [PATCH 2/2] Update README.md Added 'Tech Stack' to table of contents --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ec2ad6..2b446d8 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@This application was built using the following tools/libraries.