From 01793dc3f864413e311258d3598cb615b50d2304 Mon Sep 17 00:00:00 2001 From: lifeadventurer Date: Fri, 24 Nov 2023 16:43:03 +0800 Subject: [PATCH] create LIST_OF_GENERATORS.md some more in-depth information about each generators --- LIST_OF_GENERATORS.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 LIST_OF_GENERATORS.md diff --git a/LIST_OF_GENERATORS.md b/LIST_OF_GENERATORS.md new file mode 100644 index 0000000..f787d21 --- /dev/null +++ b/LIST_OF_GENERATORS.md @@ -0,0 +1,12 @@ +# List of Generators + +### [Quote_Generator](https://lifeadventurer.github.io/generators/quote_generator) +- Generate your daily quote with a button. +- Background with matrix animation when generating. +- If you want to contribute quotes, check the quote section in [CONTRIBUTING.md](./CONTRIBUTING.md#quote) + +### [Daily_Fortune_Generator](https://lifeadventurer.github.io/generators/fortune_generator) +- Generate your daily fortune with a generate button. +- Background with matrix animation when generating. +- Testing some features for an online judge. +- remind future special events \ No newline at end of file