directory is archived;
Status | Project Title | Description |
---|---|---|
Binary to Decimal and Back Converter | Develop a converter to convert a decimal number to binary or a binary number to its decimal equivalent. | |
Color Cycle | Cycle a color value through incremental changes | |
Countdown Timer | Event Countdown timer | |
Calculator | A simple calculator to do basic operators. Make it a scientific calculator for added complexity. | |
CSV2JSON | Converts CSV file format to JSON file format | |
Dollars to Cents | Converting Dollars to Cents | |
Dynamic CSS Variable | Dynamically Change CSS Variable Settings | |
Flip Image | Change the orientation of images across two axes | |
Github Status | Display Current Github Status | |
Hello | User native language greeting | |
(JS) Input Validation | Script to validate inputs entered by a user using RegEx | |
Key Value | Keyboard Event Values | |
TrueOrFalse | Identify the results of a conditional comparison | |
Lorem Ipsum Generator | Generate lorem ipsum placeholder text | |
Notes App | Create an online note pad | |
Recipe App | Recipe App | |
Wind Chill | Calculate the windchill factor from an actual temperature | |
Weather App | Get the temperature, weather condition of a city |
- Try to complete atleast one project per day, allocate 1 hour per day to complete projects/sub-tasks
2021-09-29
(30 mins): Completed the first part ofwind chill
project.- We can calculate the windchill using metric values.
- (30mins) completed the rest of the project.
2021-09-30
(30 mins): Completed the user interface of thedesktopgui
version ofwind chill
project.2021-10-10
(60 mins): Completed thewind chill
project'sdesktopgui
version.2021-10-17
(60 mins): Completed thelorem ipsum generator
project.2021-11-16
(30 mins): Added the Base versionslider app
desktopgui
version.2021-11-19
(15 mins): Completed the Userinterface in theslider app
desktop gui
version