Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Latest commit

 

History

History

beginner

directory is archived;

Project List 📚

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

Goals 🥅

  • Try to complete atleast one project per day, allocate 1 hour per day to complete projects/sub-tasks

Log 📝

  • 2021-09-29 (30 mins): Completed the first part of wind 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 the desktopgui version of wind chill project.
  • 2021-10-10 (60 mins): Completed the wind chill project's desktopgui version.
  • 2021-10-17 (60 mins): Completed the lorem ipsum generator project.
  • 2021-11-16 (30 mins): Added the Base version slider app desktopgui version.
  • 2021-11-19 (15 mins): Completed the Userinterface in the slider app desktop gui version