From f00984b1ce6de880d670eb65b905ca444e6cea2e Mon Sep 17 00:00:00 2001 From: Prashant Agheda <56477206+prashant-agheda@users.noreply.github.com> Date: Thu, 8 Oct 2020 13:13:32 +0530 Subject: [PATCH] Added a New Project Idea Prashant Agheda:- (https://github.com/prashant-agheda) --- Projects/1-Beginner/Color Changer | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Projects/1-Beginner/Color Changer diff --git a/Projects/1-Beginner/Color Changer b/Projects/1-Beginner/Color Changer new file mode 100644 index 00000000..40403658 --- /dev/null +++ b/Projects/1-Beginner/Color Changer @@ -0,0 +1,25 @@ +Color Changer using Javascript + +Tier: 1-Beginner + +Color Changers are the Functionality that helps us to change the Color of Background as per our needs. + +The styling is up to you so use your imagination and get creative! You might also find it worth your time to experiment with the color changer app on your mobile device to better understand basic functionality and get the live experience + +Constraints +You may not use the builtin functions. Make use of your User Defined functions instead. + +User Stories +1) User can change the colors of background either by using Buttons or RadioButtons, etc +2) The Resultant output will be changed to the selected background color. + +Bonus features + User can also apply more stylings and also try to change various things as per the creativity :) + +Useful links and resources +https://jsbeginners.com/change-background-color-project/ + +Example projects can be found here +Github Project :- https://github.com/romeojeremiah/project_change_color_background +Hosted Project :- https://romeojeremiah.github.io/project_change_color_background/ +GeeksForGeeks :- https://www.geeksforgeeks.org/how-to-change-the-background-color-after-clicking-the-button-in-javascript/