From faa2c24a9b71cd321053559b2b562904365a7056 Mon Sep 17 00:00:00 2001 From: Florin Pop Date: Sat, 2 Mar 2019 22:07:27 +0200 Subject: [PATCH] added emojis --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 829ad267..a97116d2 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,23 @@ -## App Ideas Collection :ledger: +## :ledger: App Ideas Collection Have you ever wanted to build something but you had no idea what to do? Just as -authors sometimes have "writers block" it's also true for developers. +authors sometimes have "writers block" it's also true for developers. This list is intended to solve this issue once and for all! 👍 These applications are: -- great to improve your coding skills; -- great to experiment with new technologies; -- great to be added in your portofolio to impress your next employer/client; -- great to be used as examples in tutorials (articles or videos); -- easy to complete and also easily extendable with new features; +- great to improve your coding skills :muscle:; +- great to experiment with new technologies 🆕; +- great to be added in your portofolio to impress your next employer/client :file_folder:; +- great to be used as examples in tutorials (articles or videos) :page_with_curl:; +- easy to complete and also easily extendable with new features :ok_hand:; This is indended not only to be a simple list of projects, but a list that -describes each project in enough detail so you can develop it! +describes each project in enough detail so you can develop it from the ground up! Each project has the following **features**: 1. A clear and descriptive objective; -2. A list of _User Stories_ which should be implemented; (these stories act more as a guideline than a forced list of _ToDo's_. Fell free to add your own features if you want) +2. A list of _User Stories_ which should be implemented; (these stories act more as a guideline than a forced list of _ToDo's_. Fell free to add your own features if you want); 3. A list of bonus features that can improve the base project; 4. A Trello Board that can be cloned and used to track your progress;