change tier and add more description

pull/119/head
Siddharth Varshney 6 years ago
parent dcf160386d
commit 8ec9aa84f1

@ -1,25 +0,0 @@
# Chrome Theme Extension
**Tier:** 1-Begineer
Build your own chrome theme extention.
- How chrome extention work(behind the scenes).
- Basic understanding of HTML/CSS, JS, JSON is required
## User Stories
- [ ] User can install and set it as default theme
## Bonus features
- [ ] Deploy extention to chrome store
- [ ] Create same extention for multiple browser like firefox, etc.
## Useful links and resources
- [Getting Started](https://developer.chrome.com/extensions/getstarted)
## Example projects
- [chrome-developer-edition-dark](https://github.com/KeenRivals/chrome-developer-edition-dark)

@ -0,0 +1,29 @@
# Chrome Theme Extension
**Tier:** 2-Intermediate
Build your own customized chrome theme extention. You can also add night light (also known as blue light filter) feture that will automatically turn on during the night time so that user's eye won't get stressed while coding whole night or binge watching netflix 😛
- How chrome extention work(behind the scenes).
- Basic understanding of HTML/CSS, JS, JSON is required
## User Stories
- [ ] User can make a a theme accoring to their own personal color preference
- [ ] This will extremely benefit the people suffering from color blindness.
- [ ] User can install and set it as default theme
## Bonus features
- [ ] Deploy extention to chrome store
- [ ] Add a toggle button to manually control the night sight feature
- [ ] Create same extention for multiple browser like firefox, etc.
## Useful links and resources
- [Getting Started](https://developer.chrome.com/extensions/getstarted)
## Example projects
- [chrome-developer-edition-dark](https://github.com/KeenRivals/chrome-developer-edition-dark)
- [Night Shift(BlueLight Filter)](https://chrome.google.com/webstore/detail/night-shiftbluelight-filt/hkjikimiiojjiiffmgngnkefacpbgajl?hl=en)

@ -45,7 +45,6 @@ required to complete them.
| [Border Radius Previewer](./Projects/1-Beginner/Border-Radius-Previewer.md) | Preview how CSS3 border-radius values affect an element | 1-Beginner |
| [Calculator](./Projects/1-Beginner/Calculator-App.md) | Calculator | 1-Beginner |
| [Christmas Lights](./Projects/1-Beginner/Christmas-Lights-App.md) | Simulate a string of Christmas lights | 1-Beginner |
| [Chrome Theme Extension](./Projects/1-Beginner/Chrome-Theme-Extension.md) | Build your own chrome theme extention. | 1-Beginner |
| [Cause Effect App](./Projects/1-Beginner/Cause-Effect-App.md) | Click list item to display item details | 1-Beginner |
| [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 |
@ -83,6 +82,7 @@ required to complete them.
| [Book Finder App](./Projects/2-Intermediate/Book-Finder-App.md) | Search for books by multiple criteria | 2-Intermediate |
| [Card Memory Game](./Projects/2-Intermediate/Card-Memory-Game.md) | Memorize and match hidden images | 2-Intermediate |
| [Charity Finder App](./Projects/2-Intermediate/Charity-Finder-App.md) | Find a Global Charity to donate to | 2-Intermediate |
| [Chrome Theme Extension](./Projects/2-Intermediate/Chrome-Theme-Extension.md) | Build your own chrome theme extention. | 2-Intermediate |
| [Drawing App](./Projects/2-Intermediate/Drawing-App.md) | Create digital artwork on the web | 2-Intermediate |
| [Emoji Translator App](./Projects/2-Intermediate/Emoji-Translator-App.md) | Translate sentences into Emoji | 2-Intermediate |
| [Flashcards App](./Projects/2-Intermediate/FlashCards-App.md) | Review and test your knowledge through Flash Cards | 2-Intermediate |

Loading…
Cancel
Save