From 941e88ef54d3441ca0e49feabf02c9a2bafede5e Mon Sep 17 00:00:00 2001 From: Joseck Osugo Date: Fri, 5 May 2023 13:52:45 +0300 Subject: [PATCH 01/24] Update README.md --- README.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/README.md b/README.md index 922b883..756cff1 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,3 @@ - - - - -
- - logo -
- -

Microverse README Template

- -
- # 📗 Table of Contents From a2e202f244de33d04bec553af09df51b05b6bb6b Mon Sep 17 00:00:00 2001 From: Joseck Osugo Date: Fri, 5 May 2023 14:01:01 +0300 Subject: [PATCH 02/24] Update README.md --- README.md | 42 +++++++++++++++++++----------------------- 1 file changed, 19 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 756cff1..c0c9105 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,17 @@
Client + +
+ +
+Technologies
@@ -167,21 +176,13 @@ Example: ## 👥 Authors -> Mention all of the collaborators of this project. - -👤 **Author1** - -- GitHub: [@githubhandle](https://github.com/githubhandle) -- Twitter: [@twitterhandle](https://twitter.com/twitterhandle) -- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle) +👤 **JOSECK OSUGO** -👤 **Author2** +- GitHub: [0sugo](https://github.com/0sugo) +- Twitter: [@0sugo5](https://twitter.com/osugo5) +- LinkedIn: [Joseck Osugo](https://www.linkedin.com/in/joseck-osugo-873b0618a/) -- GitHub: [@githubhandle](https://github.com/githubhandle) -- Twitter: [@twitterhandle](https://twitter.com/twitterhandle) -- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle) -

(back to top)

@@ -193,15 +194,14 @@ Example: - [ ] **[new_feature_2]** - [ ] **[new_feature_3]** -

(back to top)

## 🤝 Contributing -Contributions, issues, and feature requests are welcome! +> Contributions, issues, and feature requests are welcome! -Feel free to check the [issues page](../../issues/). +> Feel free to check the [issues page](../../issues/).

(back to top)

@@ -209,7 +209,7 @@ Feel free to check the [issues page](../../issues/). ## ⭐️ Show your support -> Write a message to encourage readers to support your project +> If you like this project, kindly leave a comment below and share it with someone who enjoys coding! Coding is all about continuous learning and allowing yourself to be a beginner. Keep going! If you like this project... @@ -219,12 +219,10 @@ If you like this project... ## 🙏 Acknowledgments -> Give credit to everyone who inspired your codebase. +> I'm thankful to Microverse for providing a study platform which guided me through this project and to my coding partners at Microverse for the collaborative effort. I would like to thank... -

(back to top)

- ## ❓ FAQ (OPTIONAL) @@ -239,14 +237,12 @@ I would like to thank... - [Answer_2] -

(back to top)

- ## 📝 License This project is [MIT](./LICENSE) licensed. -_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._ +> This project is [MIT](./LICENSE) licensed.

(back to top)

From 763ddc6fda1765582bb98f948a9cf960924d26f1 Mon Sep 17 00:00:00 2001 From: Joseck Osugo Date: Fri, 5 May 2023 14:14:54 +0300 Subject: [PATCH 03/24] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index c0c9105..541fd58 100644 --- a/README.md +++ b/README.md @@ -203,17 +203,13 @@ Example: > Feel free to check the [issues page](../../issues/). -

(back to top)

## ⭐️ Show your support -> If you like this project, kindly leave a comment below and share it with someone who enjoys coding! Coding is all about continuous learning and allowing yourself to be a beginner. Keep going! - -If you like this project... +> If you like this project, kindly leave a comment below and share it with someone who enjoys coding! Coding is all about continuous learning and allowing yourself to be a beginner at first attempt. Keep going! -

(back to top)

From df0535bc7c8479850278de52effe93f98e0a9f73 Mon Sep 17 00:00:00 2001 From: Joseck Osugo Date: Fri, 5 May 2023 14:33:33 +0300 Subject: [PATCH 04/24] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 541fd58..88de0ac 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,10 @@ To get a local copy up and running, follow these steps. ### Prerequisites In order to run this project you need: +- A code editor (preferably VSCode) +- A browser +- Node.js (to run javascript files locally) +- LiveServer (to load javascript modules) ### Setup - Clone this repository to your desired folder: +- Open git bash on local computer +- clone the repo with: + +git clone from ```https://github.com/0sugo/math-magician.git``` + ## ❓ FAQ (OPTIONAL) @@ -251,8 +249,6 @@ I would like to thank... ## 📝 License -This project is [MIT](./LICENSE) licensed. - > This project is [MIT](./LICENSE) licensed.

(back to top)

From 479d660be8fed8aa89506f41577038404d27790b Mon Sep 17 00:00:00 2001 From: Joseck Osugo Date: Sat, 20 May 2023 22:14:14 +0300 Subject: [PATCH 06/24] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 4cebbcf..fce3dc5 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,12 @@ # 📖 [your_project_name] -> Describe your project in 1 or 2 sentences. - **[your_project__name]** is a... ## 🛠 Built With ### Tech Stack -> Describe the tech stack and include only the relevant sections that apply to your project.
Client @@ -86,7 +83,6 @@ - [Live Demo Link](https://yourdeployedapplicationlink.com) -

(back to top)

From 7a5768efd3e683bfeb91af1692bfd06874492402 Mon Sep 17 00:00:00 2001 From: Joseck Osugo Date: Sat, 20 May 2023 22:16:30 +0300 Subject: [PATCH 07/24] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index fce3dc5..d588402 100644 --- a/README.md +++ b/README.md @@ -198,8 +198,6 @@ Example: ## 🔭 Future Features -> Describe 1 - 3 features you will add to the project. - - [ ] **[new_feature_1]** - [ ] **[new_feature_2]** - [ ] **[new_feature_3]** @@ -231,7 +229,7 @@ Example: ## ❓ FAQ (OPTIONAL) -> Add at least 2 questions new developers would ask when they decide to use your project. +>The following are the most frequently asked questions about this project together with their answers. - **[Question_1]** From 04a3aca513d55e547790d68a530587e3329019b8 Mon Sep 17 00:00:00 2001 From: Joseck Osugo Date: Sat, 20 May 2023 22:16:52 +0300 Subject: [PATCH 08/24] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d588402..c32cd7b 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,6 @@ - **[key_feature_2]** - **[key_feature_3]** -

(back to top)

- ## 🚀 Live Demo From 2da385d765b734b6deac6ca08e0d785325a49d53 Mon Sep 17 00:00:00 2001 From: Joseck Osugo Date: Sat, 20 May 2023 22:17:18 +0300 Subject: [PATCH 09/24] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c32cd7b..dba1b1c 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,6 @@ ## 💻 Getting Started -> Describe how a new developer could make use of your project. - To get a local copy up and running, follow these steps. ### Prerequisites From c4320790573e9c102d0c324077c1c3c423c13c94 Mon Sep 17 00:00:00 2001 From: Joseck Osugo Date: Sun, 21 May 2023 22:22:48 +0300 Subject: [PATCH 10/24] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dba1b1c..1a20cf2 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ Example: - GitHub: [0sugo](https://github.com/0sugo) - Twitter: [@0sugo5](https://twitter.com/osugo5) -- LinkedIn: [Joseck Osugo](https://www.linkedin.com/in/joseck-osugo-873b0618a/) +- LinkedIn: [Joseck Osugo](https://www.linkedin.com/in/joseck-osugo/) From 1f3c899a6d33c57411b0f0efa62a0882542c8beb Mon Sep 17 00:00:00 2001 From: Joseck Osugo Date: Fri, 26 May 2023 00:53:58 +0300 Subject: [PATCH 11/24] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1a20cf2..9e776ce 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,6 @@ ### Key Features -> Describe between 1-3 key features of the application. - - **[key_feature_1]** - **[key_feature_2]** - **[key_feature_3]** From 4143ecc1435b1b922fdd8818e1e28562aa4ad561 Mon Sep 17 00:00:00 2001 From: Joseck Osugo Date: Fri, 26 May 2023 00:57:12 +0300 Subject: [PATCH 12/24] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e776ce..c0622c8 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,6 @@ ## 🚀 Live Demo -> Add a link to your deployed project. - - [Live Demo Link](https://yourdeployedapplicationlink.com) @@ -91,8 +89,9 @@ To get a local copy up and running, follow these steps. In order to run this project you need: - A code editor (preferably VSCode) - A browser -- Node.js (to run javascript files locally) +- Node.js (version 12 or higher to run javascript files locally) - LiveServer (to load javascript modules) +- npm (version 6 or higher) or Yarn (version 1.22 or higher) -

(back to top)

- ## 👥 Authors From 994fbcc4f8952fc85f8eea72c5bc83a29562c648 Mon Sep 17 00:00:00 2001 From: Joseck Osugo Date: Mon, 21 Aug 2023 23:35:39 +0300 Subject: [PATCH 15/24] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 28a3d46..121afd0 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,15 @@
+ + + + + + + + + ### Key Features From c8e989a4533b91b73d7ad0d3a7e0a502492612b3 Mon Sep 17 00:00:00 2001 From: Joseck Osugo Date: Mon, 21 Aug 2023 23:35:50 +0300 Subject: [PATCH 16/24] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 121afd0..71621b6 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,6 @@ - ### Key Features From fc7983214d4bc3be3208ae5f6b145a6d3bf5a02f Mon Sep 17 00:00:00 2001 From: Joseck Osugo Date: Mon, 21 Aug 2023 23:35:59 +0300 Subject: [PATCH 17/24] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 71621b6..1742d00 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,6 @@ - ### Key Features From f410035ef9125af80b1c570c6002f9de8f4c2731 Mon Sep 17 00:00:00 2001 From: Joseck Osugo Date: Mon, 21 Aug 2023 23:36:08 +0300 Subject: [PATCH 18/24] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1742d00..e79813d 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,6 @@ - ### Key Features From 1ddf1fc3e33d2037dacc758aeac27bdb85e4b299 Mon Sep 17 00:00:00 2001 From: Joseck Osugo Date: Mon, 21 Aug 2023 23:36:16 +0300 Subject: [PATCH 19/24] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e79813d..6c0b5f2 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,6 @@ - ### Key Features From 71260d1766d60066ba6ad286f94a9891ab5f2ed9 Mon Sep 17 00:00:00 2001 From: Joseck Osugo Date: Mon, 21 Aug 2023 23:36:26 +0300 Subject: [PATCH 20/24] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6c0b5f2..ae6fa7b 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,6 @@ - ### Key Features From f4a5f82ec9adcd5ca814ec60bf31b27afd73c1c1 Mon Sep 17 00:00:00 2001 From: Joseck Osugo Date: Mon, 21 Aug 2023 23:36:37 +0300 Subject: [PATCH 21/24] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ae6fa7b..131ccc0 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,6 @@ - ### Key Features From a7fd24561c2141a0a3fc939a005ba7cec4d75f6c Mon Sep 17 00:00:00 2001 From: Joseck Osugo Date: Mon, 21 Aug 2023 23:36:47 +0300 Subject: [PATCH 22/24] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 131ccc0..f3b58a0 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,6 @@ - ### Key Features From 2be3d8f6a0d9bc835c7f036341e670cec9b0384b Mon Sep 17 00:00:00 2001 From: Joseck Osugo Date: Mon, 21 Aug 2023 23:36:57 +0300 Subject: [PATCH 23/24] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f3b58a0..b25d42b 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,6 @@ - From 0a45d402d30a0b16e4e61dc4a17facac86c59e6e Mon Sep 17 00:00:00 2001 From: Joseck Osugo Date: Mon, 21 Aug 2023 23:37:07 +0300 Subject: [PATCH 24/24] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b25d42b..28a3d46 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,6 @@ - ### Key Features