From 5e914e1990f6751d84e7d2ae7112a3444dae7a2b Mon Sep 17 00:00:00 2001 From: Jonathan Akwetey Date: Wed, 12 Feb 2020 13:12:31 +0000 Subject: [PATCH] added idea to readme --- Projects/2-Intermediate/Weather-App.md | 26 -------------------------- README.md | 5 +++-- 2 files changed, 3 insertions(+), 28 deletions(-) delete mode 100644 Projects/2-Intermediate/Weather-App.md diff --git a/Projects/2-Intermediate/Weather-App.md b/Projects/2-Intermediate/Weather-App.md deleted file mode 100644 index dbf9bc50..00000000 --- a/Projects/2-Intermediate/Weather-App.md +++ /dev/null @@ -1,26 +0,0 @@ -# Weather App - -**Tier:** 2-Intermediate - -A weather application to get the temperature, weather condition and whether it is day or night of a particular city using `accuweather`. A free weather api. - -## User Stories - -- [ ] Enter the name of a city into the `input` field. -- [ ] By pressing enter, the user submits the name of the city which updates the `DOM` with the temperature, weather condition, image of day or night and weather condition icon. - -## Bonus features - -- [ ] By closing the browser window the city name will be stored in localStorage and when the user returns, the name will be retrieved to make an api call to update the `DOM`. - -## Useful links and resources - -- [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) -- [accuweather](https://developer.accuweather.com/) -- [axios](https://github.com/axios/axios -- [bootstrap](https://getbootstrap.com/) - -## Example projects - -- [Weather App on Codepen](https://codepen.io/tutsplus/pen/gObLaEP) by [George Martsoukos] -- [Coding A Weather App In Pure JavaScipt](https://www.youtube.com/watch?v=ZPG2wGNj6J4) diff --git a/README.md b/README.md index 5a96d8d6..93368076 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ required to complete them. | [Color Cycle](./Projects/1-Beginner/Color-Cycle-App.md) | Cycle a color value through incremental changes | 1-Beginner | | [Countdown Timer](./Projects/1-Beginner/Countdown-Timer-App.md) | Event Countdown timer | 1-Beginner | | [CSV2JSON App](./Projects/1-Beginner/CSV2JSON-App.md) | CSV to JSON converter | 1-Beginner | -| [Dollars to Cents](./Projects/1-Beginner/Dollars-To-Cents-App.md) | Convert dollars to cents | 1-Beginner | +| [Dollars to Cents](./Projects/1-Beginner/Dollars-To-Cents-App.md) | Convert dollars to cents | 1-Beginner | | [Dynamic CSS Variables](./Projects/1-Beginner/Dynamic-CSSVar-app.md) | Dynamically change CSS variable settings | 1-Beginner | | [First DB App](./Projects/1-Beginner/First-DB-App.md) | Your first Database app! | 1-Beginner | | [Flip Image](./Projects/1-Beginner/Flip-Image-App.md) | Change the orientation of images across two axes | 1-Beginner | @@ -74,6 +74,7 @@ required to complete them. | [Vigenere Cipher](./Projects/1-Beginner/Vigenere-Cipher.md) | Encrypt text using the Vigenere Cypher | 1-Beginner | | [Wind Chill](./Projects/1-Beginner/Windchill-App.md) | Calculate the windchill factor from an actual temperature | 1-Beginner | | [Word Frequency](./Projects/1-Beginner/Word-Frequency-App.md) | Calculate word frequency in a block of text | 1-Beginner | +| [Weather App](./Projects/1-Beginner/Weather-App.md) | Get the temperature, weather condition of a city. | 1-Beginner | ### Tier-2: Intermediate Projects @@ -96,7 +97,7 @@ required to complete them. | [Markdown Table Generator](./Projects/2-Intermediate/Markdown-Table-Generator.md) | Convert a table into Markdown-formatted text | 2-Intermediate | | [Math Editor](./Projects/2-Intermediate/math-editor.md) | A math editor for students to use | 2-Intermediate | | [Meme Generator App](./Projects/2-Intermediate/Meme-Generator-App.md) | Create custom memes | 2-Intermediate | -| [Name Generation using RNNs](./Projects/2-Intermediate/Name-Generator.md) | Generate names using names dataset | 2-Intermediate | +| [Name Generation using RNNs](./Projects/2-Intermediate/Name-Generator.md) | Generate names using names dataset | 2-Intermediate | | [Password Generator](./Projects/2-Intermediate/Password-Generator.md) | Generate random passwords | 2-Intermediate | | [Podcast Directory](./Projects/2-Intermediate/Podcast-Directory-App.md) | Directory of favorite podcasts | 2-Intermediate | | [QR Code Badge Generator](./Projects/2-Intermediate/QRCode-Badge-App.md) | Encode badge info in a QRcode | 2-Intermediate |