diff --git a/Projects/Roman2Dec-App.md b/Projects/Roman2Dec-App.md deleted file mode 100644 index e9ce41e8..00000000 --- a/Projects/Roman2Dec-App.md +++ /dev/null @@ -1,44 +0,0 @@ -# Roman2Dec - -**Tier:** 1-Intermediate - -The purpose of this app is to allow the user put in practice both, algorithmic and Web Development knowledge by creating a Roman to Decimal numbers converter app. - -The numeric system represented by Roman numerals originated in ancient Rome and remained the -usual way of writing numbers throughout Europe well into the Late Middle Ages. -Roman numerals, as used today, employ seven symbols, each with a fixed integer value. - -See the below table with _Symbol - Value_ - -- I - 1 -- V - 5 -- X - 10 -- L - 50 -- C - 100 -- D - 500 -- M - 1000 - -## User Stories - -- [ ] User should be able to enter one Roman number in an input field -- [ ] User could see the results in a single output field containing the decimal (base 10) equivalent of the the roman number that was entered by pressing a button -- [ ] If a wrong symbol is entered, the User should see an error - -## Bonus features - -- [ ] User could see the conversion to be made automatically as I type -- [ ] User should be able to convert from decimal to Roman (vice-versa) - -## Trello Board - -pending... - -## Useful links and resources - -- [An explanation of Roman Numbers](https://en.wikipedia.org/wiki/Roman_numerals) - -## Example projects - -Try not to view this until you've developed your own solution: - -- [Roman Number Converter](https://www.calculatorsoup.com/calculators/conversions/roman-numeral-converter.php) diff --git a/README.md b/README.md index 6f1c0ce7..eaddeacd 100644 --- a/README.md +++ b/README.md @@ -24,52 +24,53 @@ Each project has the following **features**: ## Projects Projects are divided into three tiers based on the knowledge and experience -required to complete them. +required to complete them. -| Tier | Developer Profile | -|:----:|------------------------| -| 1 | Developers in the early stages of their learning journey. Those who are typically focused on creating user-facing applications. | -| 2 | Developers at an intermediate stage of learning and experience. They are comfortable in UI/UX, using development tools, and building apps that use API services. | -| 3 | Developers who have all of the above, and are learning more advanced techniques like implementing backend applications and database services. | +| Tier | Developer Profile | +| :--: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| 1 | Developers in the early stages of their learning journey. Those who are typically focused on creating user-facing applications. | +| 2 | Developers at an intermediate stage of learning and experience. They are comfortable in UI/UX, using development tools, and building apps that use API services. | +| 3 | Developers who have all of the above, and are learning more advanced techniques like implementing backend applications and database services. | ### Tier-1: Beginner Projects -| Name | Description | Tier | -| ------------------------------------------------------------------ |-------------|------| -| [Bin2Dec](./Projects/Bin2Dec-App.md) | Binary-to-Decimal number converter | 1-Beginner | -| [Christmas Lights](./Projects/Christmas-Lights-App.md) | Simulate a string of Christmas lights | 1-Beginner | -| [Cause Effect App](./Projects/Cause-Effect-App.md) | Click list item to display item details | 1-Beginner | -| [Color Cycle](./Projects/Color-Cycle-App.md) | Cycle a color value through incremental changes | 1-Beginner | -| [Flip Image](./Projects/Flip-Image-App.md) | Change the orientation of images across two axes | 1-Beginner | -| [Lorem Ipsum Generator](./Projects/Lorem-Ipsum-Generator.md) | Generate lorem ipsum placeholder text | 1-Beginner | -| [Notes App](./Projects/Notes-App.md) | Create and online note pad | 1-Beginner | -| [Pomodoro Clock](./Projects/Pomodoro-Clock.md) | Task timer to aid personal productivity | 1-Beginner | -| [Slider Design](./Projects/Slider-Design.md) | Display images using a slider control | 1-Beginner | -| [TrueOrFalse](./Projects/True-or-False-App.md) | Identify the result of a conditional comparison | 1-Beginner | -| [Wind Chill](./Projects/Windchill-App.md) | Calculate the windchill factor from an actual temperature | 1-Beginner | +| Name | Description | Tier | +| ---------------------------------------------------------------------- | --------------------------------------------------------- | ---------- | +| [Bin2Dec](./Projects/Bin2Dec-App.md) | Binary-to-Decimal number converter | 1-Beginner | +| [Christmas Lights](./Projects/Christmas-Lights-App.md) | Simulate a string of Christmas lights | 1-Beginner | +| [Cause Effect App](./Projects/Cause-Effect-App.md) | Click list item to display item details | 1-Beginner | +| [Color Cycle](./Projects/Color-Cycle-App.md) | Cycle a color value through incremental changes | 1-Beginner | +| [Flip Image](./Projects/Flip-Image-App.md) | Change the orientation of images across two axes | 1-Beginner | +| [Lorem Ipsum Generator](./Projects/Lorem-Ipsum-Generator.md) | Generate lorem ipsum placeholder text | 1-Beginner | +| [Notes App](./Projects/Notes-App.md) | Create and online note pad | 1-Beginner | +| [Pomodoro Clock](./Projects/Pomodoro-Clock.md) | Task timer to aid personal productivity | 1-Beginner | +| [Roman to Decimal Convertor](./Projects/Roman-to-Decimal-Convertor.md) | Convert Roman to Decimal numbers | 1-Beginner | +| [Slider Design](./Projects/Slider-Design.md) | Display images using a slider control | 1-Beginner | +| [TrueOrFalse](./Projects/True-or-False-App.md) | Identify the result of a conditional comparison | 1-Beginner | +| [Wind Chill](./Projects/Windchill-App.md) | Calculate the windchill factor from an actual temperature | 1-Beginner | ### Tier-2: Intermediate Projects -| Name | Description | Tier | -| ------------------------------------------------------------------ |-------------|------| -| [Book Finder App](./Projects/Book-Finder-App.md) | Search for books by multiple criteria | 2-Intermediate | +| Name | Description | Tier | +| ------------------------------------------------------------------ | -------------------------------------------------- | -------------- | +| [Book Finder App](./Projects/Book-Finder-App.md) | Search for books by multiple criteria | 2-Intermediate | | [Flashcards App](./Projects/FlashCards-App.md) | Review and test your knowledge through Flash Cards | 2-Intermediate | -| [Markdown Previewer](./Projects/Markdown-Previewer.md) | Preview text formatted in GitHub flavored markdown| 2-Intermediate | -| [Markdown Table Generator](./Projects/Markdown-Table-Generator.md) | Convert a table into Markdown-formatted text | 2-Intermediate | -| [Sports Bracket Generator](./Projects/Sports-Bracket-Generator.md) | Generate a sports bracket diagram | 2-Intermediate | -| [String Art](./Projects/String-Art.md) | An animation of moving, colored strings | 2-Intermediate | -| [Timezone Slackbot](./Projects/Timezone-Slackbot.md) | Display Team Timezones | 2-Intermediate | -| [To-Do App](./Projects/To-Do-App.md) | Manage personal to-do tasks | 2-Intermediate | +| [Markdown Previewer](./Projects/Markdown-Previewer.md) | Preview text formatted in GitHub flavored markdown | 2-Intermediate | +| [Markdown Table Generator](./Projects/Markdown-Table-Generator.md) | Convert a table into Markdown-formatted text | 2-Intermediate | +| [Sports Bracket Generator](./Projects/Sports-Bracket-Generator.md) | Generate a sports bracket diagram | 2-Intermediate | +| [String Art](./Projects/String-Art.md) | An animation of moving, colored strings | 2-Intermediate | +| [Timezone Slackbot](./Projects/Timezone-Slackbot.md) | Display Team Timezones | 2-Intermediate | +| [To-Do App](./Projects/To-Do-App.md) | Manage personal to-do tasks | 2-Intermediate | ### Tier-3: Advanced Projects -| Name | Description | Tier | -| ------------------------------------------------------------------ |-------------|------| -| [GitHub Timeline](./Projects/GitHub-Timeline-App.md) | Generate a timeline of a users GitHub Repos | 3-Advanced | -| [Kudos Slackbot](./Projects/Kudos-Slackbot.md) | Give recognition to a deserving peer| 3-Advanced | -| [Slack Archiver](./Projects/Slack-Archiver.md) | Archive Slack Messages | 3-Advanced | -| [Spell-It App](./Projects/SpellIt-App.md) | A twist on the classic Speak N Spell game | 3-Advanced | -| [Survey App](./Projects/Survey-App.md) | Define, conduct, and view a survey | 3-Advanced | +| Name | Description | Tier | +| ---------------------------------------------------- | ------------------------------------------- | ---------- | +| [GitHub Timeline](./Projects/GitHub-Timeline-App.md) | Generate a timeline of a users GitHub Repos | 3-Advanced | +| [Kudos Slackbot](./Projects/Kudos-Slackbot.md) | Give recognition to a deserving peer | 3-Advanced | +| [Slack Archiver](./Projects/Slack-Archiver.md) | Archive Slack Messages | 3-Advanced | +| [Spell-It App](./Projects/SpellIt-App.md) | A twist on the classic Speak N Spell game | 3-Advanced | +| [Survey App](./Projects/Survey-App.md) | Define, conduct, and view a survey | 3-Advanced | ## Trello Collection Boards