Skip to content

Collection of scripts I wrote for Local Hack Day: Build 2022

Notifications You must be signed in to change notification settings

nanna7077/LHDBuild22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LHDBuild22

Collection of challenges I did for Local Hack Day: Build 2022

Day-1:

  1. WeatherNow - A script that fetches weather for your current location in a single command.

Day-2:

  1. Pixelate - A program built with GTK to pixelate images.

Day-3:

  1. Space Cat - A simple single button game written in Vanilla Javascript, written as part of the Day 3 Challenge of MLH Local Hack Day: Build 2022. - Play Now

Day-4:

  1. Scrapbook - A webpage that displays various useful content such as news and upcoming hackathons at single page through web scraping using only HTML, CSS, JS. - View Here. Front-end designed by @tharunya07

Day-5:

  1. Random Number Generator - A custom random number generator written using Python for the Create a Random Number Generator challenge.

Day-6:

  1. Random Meme - A simple webpage that displays a random meme from Reddit, built for the Use an API challenge. View Here