├── .vscode └── settings.json ├── AI_Calculator.py ├── AccuWeather clone ├── baseline_search_black_24dp.png ├── index.html ├── style.css └── wallpapersden.com_los-angeles-at-night-pink-sky_7680x4320.jpg ├── Admin_Dashboard-template ├── assets │ ├── adminIcon.png │ ├── css │ │ └── style.css │ └── js │ │ └── index.js ├── index.html ├── preview │ ├── darkmode.png │ └── lightmode.png └── readme.md ├── AlienInvasion ├── README.md ├── alien.py ├── alien_invasion.py ├── bullet.py ├── button.py ├── game_functions.py ├── game_stats.py ├── img.png ├── scoreboard.py ├── settings.py └── ship.py ├── Attrition prediction model └── Attrition prediction.ipynb ├── BillGates_webpage.html ├── Blog ├── Button ├── index.html └── style.css ├── Calculator' ├── index.html ├── script.js ├── style.css └── utils.css ├── CardGame.py ├── Catch Me If You Can ├── index.html ├── script.js └── style.css ├── Coffee ├── coffee.html └── style.css ├── Color-Picker ├── app.js ├── color-picker.html ├── favicon.jpg └── stylesheet.css ├── Connect 4 ├── .gitignore ├── README.md ├── package-lock.json ├── package.json ├── public │ ├── favicon.ico │ ├── index.html │ ├── manifest.json │ └── robots.txt └── src │ ├── App.css │ ├── App.js │ ├── Row.js │ ├── Tile.css │ ├── Tile.js │ ├── index.css │ └── index.js ├── Credit_Fraud_Risk ├── README.md └── credit_card_fraud_detection.py ├── DiceChallenge ├── images │ ├── dice1.png │ ├── dice2.png │ ├── dice3.png │ ├── dice4.png │ ├── dice5.png │ └── dice6.png ├── index.html ├── index.js └── styles.css ├── Dicee_Game ├── Section 12 │ ├── favicon.ico │ ├── image.png │ ├── images │ │ ├── dice1.png │ │ ├── dice2.png │ │ ├── dice3.png │ │ ├── dice4.png │ │ ├── dice5.png │ │ └── dice6.png │ ├── index.html │ ├── index.js │ └── styles.css ├── favicon.ico ├── image.png ├── images │ ├── dice1.png │ ├── dice2.png │ ├── dice3.png │ ├── dice4.png │ ├── dice5.png │ └── dice6.png ├── index.html ├── index.js └── styles.css ├── Egg Timer ├── EggTimer-iOS13 │ ├── Documentation │ │ ├── AppBreweryBanner.png │ │ └── readme-end-banner.png │ ├── EggTimer.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ └── abhishek.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── abhishek.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── angelayu.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── EggTimer │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ ├── 100.png │ │ │ ├── 1024.png │ │ │ ├── 114.png │ │ │ ├── 120.png │ │ │ ├── 144.png │ │ │ ├── 152.png │ │ │ ├── 167.png │ │ │ ├── 180.png │ │ │ ├── 20.png │ │ │ ├── 29.png │ │ │ ├── 40.png │ │ │ ├── 50.png │ │ │ ├── 57.png │ │ │ ├── 58.png │ │ │ ├── 60.png │ │ │ ├── 72.png │ │ │ ├── 76.png │ │ │ ├── 80.png │ │ │ ├── 87.png │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── hard_egg.imageset │ │ │ ├── Contents.json │ │ │ ├── hard_egg.png │ │ │ ├── hard_egg@2x.png │ │ │ └── hard_egg@3x.png │ │ ├── medium_egg.imageset │ │ │ ├── Contents.json │ │ │ ├── medium_egg.png │ │ │ ├── medium_egg@2x.png │ │ │ └── medium_egg@3x.png │ │ └── soft_egg.imageset │ │ │ ├── Contents.json │ │ │ ├── soft_egg.png │ │ │ ├── soft_egg@2x.png │ │ │ └── soft_egg@3x.png │ │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ │ ├── Info.plist │ │ ├── SceneDelegate.swift │ │ ├── ViewController.swift │ │ └── alarm_sound.mp3 └── README.md ├── Element Dance Website ├── Img │ ├── bharatnatyam.jpg │ ├── con1.jpg │ ├── fb.png │ ├── hiphop.jpeg │ ├── home.png │ ├── house.jpg │ ├── ig.png │ ├── jazz.jpeg │ ├── krump.jpg │ ├── litefeet.jpg │ ├── locking.jpg │ ├── logo2.png │ ├── logo3.png │ ├── logo4.jpeg │ ├── logo6.jpeg │ ├── mail.png │ ├── main.jpeg │ ├── main4.jpeg │ ├── main4res.jpeg │ ├── officialtighteyex_1624552740501801.jpg │ ├── pic1.jpg │ ├── telephone.png │ └── tw.png ├── contact.html ├── index.html ├── style.css └── styles.html ├── Fastest_proxy_in_a_network ├── README.md ├── proxy_list.txt └── speed_test.sh ├── Fidget_Spinner.py ├── Five Digit Up Counter ├── index.html ├── script.js └── style.css ├── GEARS-ASPER ├── GEAR-H.png ├── about.html ├── cart.html ├── contactus.html ├── css │ ├── about.css │ ├── cart.css │ ├── contact.css │ ├── products.css │ └── style.css ├── img │ ├── 14262679_860091697455128_8215795116057559040_n(1).jpg │ ├── Gearsn logo.jpg │ ├── HANDBAND.png │ ├── Image_07_720x.jpg │ ├── LOGO GGGG black.png │ ├── LOGO GGGG white.png │ ├── LOGO GGGGGGGG logo.png │ ├── LifeCard-22WMR-3-1030x1030.png │ ├── StrikeLight_Homepage_02_1080x_900x_900x_9247b61b-4d85-43a2-b74b-946f9ec0d259_720x.jpg │ ├── T7CQ_720x.jpg │ ├── TASER_NoonlightMockup_720x.jpg │ ├── Training_540x_13ab0c96-5ed6-44f6-8e1d-35b0bc395ffe_720x.jpg │ ├── WhatsApp Image 2021-07-15 at 12.59.28 AM.jpeg │ ├── about.png │ ├── badges.png │ ├── bag limited eition.png │ ├── cap red.png │ ├── cap white.png │ ├── cont.png │ ├── defence21.jpg │ ├── defence5.jpg │ ├── defense12.jpg │ ├── defense2.jpg │ ├── foo.jpg │ ├── for_dribbe.gif │ ├── founder.jpg │ ├── gearscontact.png │ ├── gearslogo.jpeg │ ├── gol.png │ ├── indian-founder.jpg │ ├── logo text black.png │ ├── logo text red.png │ ├── logo text white.png │ ├── logo.jpg │ ├── logo.png │ ├── madhya-pradesh-india-map-grey-vector-23600426.jpg │ ├── newhead.png │ ├── pepper-spray.png │ ├── photo-1512099053734-e6767b535838.jfif │ ├── plp.png │ ├── pp.jpg │ ├── products (1).png │ ├── red mug.png │ ├── red t shirt.png │ ├── redlogo.png │ ├── shotguns-are-the-idea-home-defense-weapon.png │ └── white t shirt.png ├── index.html ├── js │ └── app.js └── products.html ├── Game_rock_paper.py ├── Hand_Written_Digit_Recognition ├── Hand Wriiten digit Recognition.py ├── README.md ├── test.csv.zip └── train.csv.zip ├── Instagram Login Screen Website Clone ├── index.html ├── meta.png ├── pt1 │ └── index.html ├── script.js └── style.css ├── JS Form Validation ├── form.css ├── form.js └── form_validation.html ├── LICENSE.txt ├── LoginPage.html ├── Madlipsgenerator.py ├── Meme Generator ├── index.html ├── script.js └── style.css ├── Move the Ball ├── index.html ├── script.js └── style.css ├── Movie App ├── babel.config.js ├── package-lock.json ├── package.json ├── public │ └── index.html └── src │ ├── App.vue │ ├── components │ └── helloworld.vue │ ├── env.js │ ├── main.js │ ├── router │ └── index.js │ └── views │ ├── home.vue │ ├── movieDetail.vue │ └── tempCodeRunnerFile.vue ├── Movies Now ├── Netflix-Clone App.html ├── Parallax_website.html ├── Percentage Scrolled ├── index.html ├── script.js └── style.css ├── Pizza Delivery Website ├── images │ ├── Hello.txt │ ├── about-1.svg │ ├── about-2.svg │ ├── about-3.svg │ ├── favicon.jpg │ ├── home-img-1.png │ ├── linkedln.jfif │ ├── pizza-1.jpg │ ├── pizza-2.jpg │ ├── pizza-3.jpg │ ├── pizza-4.jpg │ ├── pizza-7.jpg │ ├── pizza-8.jpg │ └── pizza-9.jpg ├── index.html ├── script.js └── style.css ├── Portfolio_Project.html ├── Positioning.html ├── Project 6 ├── Cheetah.jpg ├── Project6.css ├── Protect Wildlife.html ├── animal-care.png └── maurice-smeets-6pU34qsUCCc-unsplash.jpg ├── Quizzler ├── Quizzler-iOS13 │ ├── Quizzler-iOS13.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ ├── abhishek.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ │ │ └── angelayu.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ ├── abhishek.xcuserdatad │ │ │ └── xcschemes │ │ │ │ └── xcschememanagement.plist │ │ │ └── angelayu.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── Quizzler-iOS13 │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ ├── 100.png │ │ │ ├── 1024.png │ │ │ ├── 114.png │ │ │ ├── 120.png │ │ │ ├── 144.png │ │ │ ├── 152.png │ │ │ ├── 167.png │ │ │ ├── 180.png │ │ │ ├── 20.png │ │ │ ├── 29.png │ │ │ ├── 40.png │ │ │ ├── 50.png │ │ │ ├── 57.png │ │ │ ├── 58.png │ │ │ ├── 60.png │ │ │ ├── 72.png │ │ │ ├── 76.png │ │ │ ├── 80.png │ │ │ ├── 87.png │ │ │ └── Contents.json │ │ ├── Background-Bubbles.imageset │ │ │ ├── Background-Bubbles.png │ │ │ ├── Background-Bubbles@2x.png │ │ │ ├── Background-Bubbles@3x.png │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Rectangle.imageset │ │ │ ├── Contents.json │ │ │ └── Rectangle.pdf │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ ├── Controller │ │ └── ViewController.swift │ │ ├── Info.plist │ │ ├── Model │ │ ├── Question.swift │ │ └── QuizBrain.swift │ │ ├── SceneDelegate.swift │ │ └── View │ │ └── Base.lproj │ │ └── Main.storyboard └── README.md ├── README.md ├── Random Quote Generator ├── Random_Quote.PNG ├── Script.js ├── Style.css └── index.html ├── Random-Color-Generator ├── index.html ├── index.js └── style.css ├── Restaurant_Review_System ├── NLP.py ├── README.md └── Restaurant_Reviews.tsv ├── Restaurant_contact_page.html ├── Resume Generator ├── .gitignore ├── README.md ├── package.json ├── public │ ├── favicon.ico │ ├── index.html │ ├── manifest.json │ └── robots.txt ├── src │ ├── App.js │ ├── index.css │ └── index.js └── yarn.lock ├── Side_navigation_bar.html ├── Simple Login Page in HTML └── index.html ├── Snake_Game.py ├── Snake_Xenzia_game.java ├── Speakers ├── index.html ├── lm3.jpeg └── style.css ├── Spotify Clone ├── index.html ├── launch.json └── style.css ├── Stop Watch Using JS ├── app.js ├── index.html └── style.css ├── Sudoku ├── .gitignore ├── LICENSE ├── README.md ├── package-lock.json ├── package.json ├── public │ ├── index.html │ ├── manifest.json │ ├── robots.txt │ └── sudoku.ico └── src │ ├── App.css │ ├── App.js │ ├── App.test.js │ ├── AppComponent.js │ ├── DifficultyModal.js │ ├── Line.js │ ├── ResultModal.js │ ├── Sudoku.js │ ├── index.css │ ├── index.js │ └── setupTests.js ├── Tic-Tac-Toe-main ├── README.md ├── excited.gif ├── index.html ├── index.js ├── sound │ ├── gameover.mp3 │ └── ting.mp3 └── style.css ├── blurry-effect.html ├── button.html ├── confusion-restorante.html ├── currency converter ├── api.html ├── sccript.js └── styless.css ├── flappy ├── gdsc.png ├── index.html ├── script.js ├── style.css └── wallpaper.png ├── flexbox.html ├── glass website ├── img │ ├── logo.png │ └── menu.png ├── index.html ├── other page │ ├── forpass.html │ ├── reset.html │ └── successfully.html └── style.css ├── house prediction.ipynb ├── index.html ├── javascript clock └── project.html ├── javascript projects ├── adblockdetector │ ├── index.html │ └── style.css ├── blob+gradient │ ├── blob+gradient │ │ ├── index.html │ │ ├── script.js │ │ ├── style.css │ │ └── style.min.css │ ├── blob │ │ ├── extra │ │ ├── index.html │ │ ├── script.js │ │ └── style.css │ └── gradient │ │ ├── index.html │ │ ├── script.js │ │ └── style.css ├── contact_button_animation │ ├── Untitled-1.html │ ├── app.js │ ├── index.html │ └── style.css ├── customcursor │ ├── index.html │ ├── script.js │ └── style.css ├── dragndrop │ ├── .vscode │ │ └── settings.json │ ├── index.html │ ├── script.js │ └── style.css ├── infinitescroll │ ├── index.html │ ├── script.js │ └── style.css ├── masonry with infinite scroll │ ├── index.html │ ├── masonry │ │ ├── index.html │ │ └── style.css │ └── style.css ├── page-scroll-indicator │ ├── .vscode │ │ └── settings.json │ └── index.html ├── popup │ └── index.html ├── quizapp │ ├── app.css │ ├── end.html │ ├── end.js │ ├── game.css │ ├── general_knowledge.html │ ├── general_knowledge.js │ ├── highscores.css │ ├── highscores.html │ ├── highscores.js │ ├── index.html │ └── questions.json ├── snake game │ ├── New folder │ │ ├── README.md │ │ ├── index.html │ │ └── snake.js │ ├── audio │ │ ├── dead.mp3 │ │ ├── down.mp3 │ │ ├── eat.mp3 │ │ ├── left.mp3 │ │ ├── right.mp3 │ │ └── up.mp3 │ ├── img │ │ ├── food.png │ │ └── ground.png │ ├── index.html │ └── script.js ├── todolist │ ├── index.html │ ├── main.js │ └── style.css └── voice_recognition │ ├── app.js │ └── index.html ├── lib ├── calc_brain.dart ├── components │ ├── comp │ │ ├── bottom_button.dart │ │ ├── icon_content.dart │ │ └── round_icon.dart │ ├── reusable_card.dart │ └── screens │ │ ├── input_page.dart │ │ └── results_page.dart ├── constants.dart ├── main.dart └── text.dart ├── loginsystem ├── dbconnect.php ├── login.php ├── logout.php ├── nav.php ├── signup.php └── welcome.php ├── online book store ├── README.md ├── image │ ├── banner-bg.jpg │ ├── blog-1.jpg │ ├── blog-2.jpg │ ├── blog-3.jpg │ ├── blog-4.jpg │ ├── blog-5.jpg │ ├── book-1.png │ ├── book-10.png │ ├── book-2.png │ ├── book-3.png │ ├── book-4.png │ ├── book-5.png │ ├── book-6.png │ ├── book-7.png │ ├── book-8.png │ ├── book-9.png │ ├── book3.png │ ├── book5.png │ ├── book7.png │ ├── deal-img.jpg │ ├── letter-bg.jpg │ ├── loader-img.gif │ ├── pic-1.png │ ├── pic-2.png │ ├── pic-3.png │ ├── pic-4.png │ ├── pic-5.png │ ├── pic-6.png │ ├── stand.png │ └── worldmap.png ├── index.html ├── script.js ├── style.css └── website 1st look.png ├── portfolio ├── index3.html ├── script.js ├── script.txt └── style.css ├── pubspec.yaml ├── recipe provider ├── index.html ├── script.js └── style.css ├── style.css ├── textdecyptencrpyt.py ├── travel-agency-master.zip ├── tut20.html ├── tut23.html ├── weather-app-main-master ├── README.md ├── docs.txt ├── package-lock.json ├── package.json ├── public │ ├── favicon.ico │ ├── index.html │ ├── manifest.json │ ├── robots.txt │ └── style.css ├── src │ ├── App.css │ ├── App.js │ ├── App.test.js │ ├── components │ │ ├── Tempapp.jsx │ │ ├── css │ │ │ ├── loder.css │ │ │ ├── loder2.css │ │ │ └── style.css │ │ ├── loder.jsx │ │ ├── loder2.jsx │ │ └── toggle.jsx │ ├── index.css │ ├── index.js │ ├── reportWebVitals.js │ └── setupTests.js └── yarn.lock └── weather.html /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "liveServer.settings.port": 5501 3 | } -------------------------------------------------------------------------------- /AI_Calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/AI_Calculator.py -------------------------------------------------------------------------------- /AccuWeather clone/baseline_search_black_24dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/AccuWeather clone/baseline_search_black_24dp.png -------------------------------------------------------------------------------- /AccuWeather clone/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/AccuWeather clone/index.html -------------------------------------------------------------------------------- /AccuWeather clone/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/AccuWeather clone/style.css -------------------------------------------------------------------------------- /AccuWeather clone/wallpapersden.com_los-angeles-at-night-pink-sky_7680x4320.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/AccuWeather clone/wallpapersden.com_los-angeles-at-night-pink-sky_7680x4320.jpg -------------------------------------------------------------------------------- /Admin_Dashboard-template/assets/adminIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Admin_Dashboard-template/assets/adminIcon.png -------------------------------------------------------------------------------- /Admin_Dashboard-template/assets/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Admin_Dashboard-template/assets/css/style.css -------------------------------------------------------------------------------- /Admin_Dashboard-template/assets/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Admin_Dashboard-template/assets/js/index.js -------------------------------------------------------------------------------- /Admin_Dashboard-template/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Admin_Dashboard-template/index.html -------------------------------------------------------------------------------- /Admin_Dashboard-template/preview/darkmode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Admin_Dashboard-template/preview/darkmode.png -------------------------------------------------------------------------------- /Admin_Dashboard-template/preview/lightmode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Admin_Dashboard-template/preview/lightmode.png -------------------------------------------------------------------------------- /Admin_Dashboard-template/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Admin_Dashboard-template/readme.md -------------------------------------------------------------------------------- /AlienInvasion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/AlienInvasion/README.md -------------------------------------------------------------------------------- /AlienInvasion/alien.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/AlienInvasion/alien.py -------------------------------------------------------------------------------- /AlienInvasion/alien_invasion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/AlienInvasion/alien_invasion.py -------------------------------------------------------------------------------- /AlienInvasion/bullet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/AlienInvasion/bullet.py -------------------------------------------------------------------------------- /AlienInvasion/button.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/AlienInvasion/button.py -------------------------------------------------------------------------------- /AlienInvasion/game_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/AlienInvasion/game_functions.py -------------------------------------------------------------------------------- /AlienInvasion/game_stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/AlienInvasion/game_stats.py -------------------------------------------------------------------------------- /AlienInvasion/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/AlienInvasion/img.png -------------------------------------------------------------------------------- /AlienInvasion/scoreboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/AlienInvasion/scoreboard.py -------------------------------------------------------------------------------- /AlienInvasion/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/AlienInvasion/settings.py -------------------------------------------------------------------------------- /AlienInvasion/ship.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/AlienInvasion/ship.py -------------------------------------------------------------------------------- /Attrition prediction model/Attrition prediction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Attrition prediction model/Attrition prediction.ipynb -------------------------------------------------------------------------------- /BillGates_webpage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/BillGates_webpage.html -------------------------------------------------------------------------------- /Blog: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Button/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Button/index.html -------------------------------------------------------------------------------- /Button/style.css: -------------------------------------------------------------------------------- 1 | /* Try css3buttongenerator.com! */ 2 | -------------------------------------------------------------------------------- /Calculator'/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Calculator'/index.html -------------------------------------------------------------------------------- /Calculator'/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Calculator'/script.js -------------------------------------------------------------------------------- /Calculator'/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Calculator'/style.css -------------------------------------------------------------------------------- /Calculator'/utils.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Calculator'/utils.css -------------------------------------------------------------------------------- /CardGame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/CardGame.py -------------------------------------------------------------------------------- /Catch Me If You Can/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Catch Me If You Can/index.html -------------------------------------------------------------------------------- /Catch Me If You Can/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Catch Me If You Can/script.js -------------------------------------------------------------------------------- /Catch Me If You Can/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Catch Me If You Can/style.css -------------------------------------------------------------------------------- /Coffee/coffee.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Coffee/coffee.html -------------------------------------------------------------------------------- /Coffee/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Coffee/style.css -------------------------------------------------------------------------------- /Color-Picker/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Color-Picker/app.js -------------------------------------------------------------------------------- /Color-Picker/color-picker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Color-Picker/color-picker.html -------------------------------------------------------------------------------- /Color-Picker/favicon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Color-Picker/favicon.jpg -------------------------------------------------------------------------------- /Color-Picker/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Color-Picker/stylesheet.css -------------------------------------------------------------------------------- /Connect 4/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Connect 4/.gitignore -------------------------------------------------------------------------------- /Connect 4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Connect 4/README.md -------------------------------------------------------------------------------- /Connect 4/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Connect 4/package-lock.json -------------------------------------------------------------------------------- /Connect 4/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Connect 4/package.json -------------------------------------------------------------------------------- /Connect 4/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Connect 4/public/favicon.ico -------------------------------------------------------------------------------- /Connect 4/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Connect 4/public/index.html -------------------------------------------------------------------------------- /Connect 4/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Connect 4/public/manifest.json -------------------------------------------------------------------------------- /Connect 4/public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Connect 4/public/robots.txt -------------------------------------------------------------------------------- /Connect 4/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Connect 4/src/App.css -------------------------------------------------------------------------------- /Connect 4/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Connect 4/src/App.js -------------------------------------------------------------------------------- /Connect 4/src/Row.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Connect 4/src/Row.js -------------------------------------------------------------------------------- /Connect 4/src/Tile.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Connect 4/src/Tile.css -------------------------------------------------------------------------------- /Connect 4/src/Tile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Connect 4/src/Tile.js -------------------------------------------------------------------------------- /Connect 4/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Connect 4/src/index.css -------------------------------------------------------------------------------- /Connect 4/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Connect 4/src/index.js -------------------------------------------------------------------------------- /Credit_Fraud_Risk/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Credit_Fraud_Risk/README.md -------------------------------------------------------------------------------- /Credit_Fraud_Risk/credit_card_fraud_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Credit_Fraud_Risk/credit_card_fraud_detection.py -------------------------------------------------------------------------------- /DiceChallenge/images/dice1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/DiceChallenge/images/dice1.png -------------------------------------------------------------------------------- /DiceChallenge/images/dice2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/DiceChallenge/images/dice2.png -------------------------------------------------------------------------------- /DiceChallenge/images/dice3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/DiceChallenge/images/dice3.png -------------------------------------------------------------------------------- /DiceChallenge/images/dice4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/DiceChallenge/images/dice4.png -------------------------------------------------------------------------------- /DiceChallenge/images/dice5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/DiceChallenge/images/dice5.png -------------------------------------------------------------------------------- /DiceChallenge/images/dice6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/DiceChallenge/images/dice6.png -------------------------------------------------------------------------------- /DiceChallenge/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/DiceChallenge/index.html -------------------------------------------------------------------------------- /DiceChallenge/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/DiceChallenge/index.js -------------------------------------------------------------------------------- /DiceChallenge/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/DiceChallenge/styles.css -------------------------------------------------------------------------------- /Dicee_Game/Section 12/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Dicee_Game/Section 12/favicon.ico -------------------------------------------------------------------------------- /Dicee_Game/Section 12/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Dicee_Game/Section 12/image.png -------------------------------------------------------------------------------- /Dicee_Game/Section 12/images/dice1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Dicee_Game/Section 12/images/dice1.png -------------------------------------------------------------------------------- /Dicee_Game/Section 12/images/dice2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Dicee_Game/Section 12/images/dice2.png -------------------------------------------------------------------------------- /Dicee_Game/Section 12/images/dice3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Dicee_Game/Section 12/images/dice3.png -------------------------------------------------------------------------------- /Dicee_Game/Section 12/images/dice4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Dicee_Game/Section 12/images/dice4.png -------------------------------------------------------------------------------- /Dicee_Game/Section 12/images/dice5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Dicee_Game/Section 12/images/dice5.png -------------------------------------------------------------------------------- /Dicee_Game/Section 12/images/dice6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Dicee_Game/Section 12/images/dice6.png -------------------------------------------------------------------------------- /Dicee_Game/Section 12/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Dicee_Game/Section 12/index.html -------------------------------------------------------------------------------- /Dicee_Game/Section 12/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Dicee_Game/Section 12/index.js -------------------------------------------------------------------------------- /Dicee_Game/Section 12/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Dicee_Game/Section 12/styles.css -------------------------------------------------------------------------------- /Dicee_Game/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Dicee_Game/favicon.ico -------------------------------------------------------------------------------- /Dicee_Game/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Dicee_Game/image.png -------------------------------------------------------------------------------- /Dicee_Game/images/dice1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Dicee_Game/images/dice1.png -------------------------------------------------------------------------------- /Dicee_Game/images/dice2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Dicee_Game/images/dice2.png -------------------------------------------------------------------------------- /Dicee_Game/images/dice3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Dicee_Game/images/dice3.png -------------------------------------------------------------------------------- /Dicee_Game/images/dice4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Dicee_Game/images/dice4.png -------------------------------------------------------------------------------- /Dicee_Game/images/dice5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Dicee_Game/images/dice5.png -------------------------------------------------------------------------------- /Dicee_Game/images/dice6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Dicee_Game/images/dice6.png -------------------------------------------------------------------------------- /Dicee_Game/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Dicee_Game/index.html -------------------------------------------------------------------------------- /Dicee_Game/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Dicee_Game/index.js -------------------------------------------------------------------------------- /Dicee_Game/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Dicee_Game/styles.css -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/Documentation/AppBreweryBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/Documentation/AppBreweryBanner.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/Documentation/readme-end-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/Documentation/readme-end-banner.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer.xcodeproj/project.xcworkspace/xcuserdata/abhishek.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer.xcodeproj/project.xcworkspace/xcuserdata/abhishek.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer.xcodeproj/xcuserdata/abhishek.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer.xcodeproj/xcuserdata/abhishek.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer.xcodeproj/xcuserdata/angelayu.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer.xcodeproj/xcuserdata/angelayu.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/AppDelegate.swift -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/100.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/1024.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/114.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/120.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/144.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/152.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/167.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/180.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/20.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/29.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/40.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/50.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/57.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/58.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/60.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/72.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/76.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/80.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/87.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/hard_egg.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/hard_egg.imageset/Contents.json -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/hard_egg.imageset/hard_egg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/hard_egg.imageset/hard_egg.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/hard_egg.imageset/hard_egg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/hard_egg.imageset/hard_egg@2x.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/hard_egg.imageset/hard_egg@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/hard_egg.imageset/hard_egg@3x.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/medium_egg.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/medium_egg.imageset/Contents.json -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/medium_egg.imageset/medium_egg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/medium_egg.imageset/medium_egg.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/medium_egg.imageset/medium_egg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/medium_egg.imageset/medium_egg@2x.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/medium_egg.imageset/medium_egg@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/medium_egg.imageset/medium_egg@3x.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/soft_egg.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/soft_egg.imageset/Contents.json -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/soft_egg.imageset/soft_egg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/soft_egg.imageset/soft_egg.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/soft_egg.imageset/soft_egg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/soft_egg.imageset/soft_egg@2x.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/soft_egg.imageset/soft_egg@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Assets.xcassets/soft_egg.imageset/soft_egg@3x.png -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/Info.plist -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/SceneDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/SceneDelegate.swift -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/ViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/ViewController.swift -------------------------------------------------------------------------------- /Egg Timer/EggTimer-iOS13/EggTimer/alarm_sound.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/EggTimer-iOS13/EggTimer/alarm_sound.mp3 -------------------------------------------------------------------------------- /Egg Timer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Egg Timer/README.md -------------------------------------------------------------------------------- /Element Dance Website/Img/bharatnatyam.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/Img/bharatnatyam.jpg -------------------------------------------------------------------------------- /Element Dance Website/Img/con1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/Img/con1.jpg -------------------------------------------------------------------------------- /Element Dance Website/Img/fb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/Img/fb.png -------------------------------------------------------------------------------- /Element Dance Website/Img/hiphop.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/Img/hiphop.jpeg -------------------------------------------------------------------------------- /Element Dance Website/Img/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/Img/home.png -------------------------------------------------------------------------------- /Element Dance Website/Img/house.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/Img/house.jpg -------------------------------------------------------------------------------- /Element Dance Website/Img/ig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/Img/ig.png -------------------------------------------------------------------------------- /Element Dance Website/Img/jazz.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/Img/jazz.jpeg -------------------------------------------------------------------------------- /Element Dance Website/Img/krump.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/Img/krump.jpg -------------------------------------------------------------------------------- /Element Dance Website/Img/litefeet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/Img/litefeet.jpg -------------------------------------------------------------------------------- /Element Dance Website/Img/locking.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/Img/locking.jpg -------------------------------------------------------------------------------- /Element Dance Website/Img/logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/Img/logo2.png -------------------------------------------------------------------------------- /Element Dance Website/Img/logo3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/Img/logo3.png -------------------------------------------------------------------------------- /Element Dance Website/Img/logo4.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/Img/logo4.jpeg -------------------------------------------------------------------------------- /Element Dance Website/Img/logo6.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/Img/logo6.jpeg -------------------------------------------------------------------------------- /Element Dance Website/Img/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/Img/mail.png -------------------------------------------------------------------------------- /Element Dance Website/Img/main.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/Img/main.jpeg -------------------------------------------------------------------------------- /Element Dance Website/Img/main4.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/Img/main4.jpeg -------------------------------------------------------------------------------- /Element Dance Website/Img/main4res.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/Img/main4res.jpeg -------------------------------------------------------------------------------- /Element Dance Website/Img/officialtighteyex_1624552740501801.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/Img/officialtighteyex_1624552740501801.jpg -------------------------------------------------------------------------------- /Element Dance Website/Img/pic1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/Img/pic1.jpg -------------------------------------------------------------------------------- /Element Dance Website/Img/telephone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/Img/telephone.png -------------------------------------------------------------------------------- /Element Dance Website/Img/tw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/Img/tw.png -------------------------------------------------------------------------------- /Element Dance Website/contact.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/contact.html -------------------------------------------------------------------------------- /Element Dance Website/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/index.html -------------------------------------------------------------------------------- /Element Dance Website/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/style.css -------------------------------------------------------------------------------- /Element Dance Website/styles.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Element Dance Website/styles.html -------------------------------------------------------------------------------- /Fastest_proxy_in_a_network/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Fastest_proxy_in_a_network/README.md -------------------------------------------------------------------------------- /Fastest_proxy_in_a_network/proxy_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Fastest_proxy_in_a_network/proxy_list.txt -------------------------------------------------------------------------------- /Fastest_proxy_in_a_network/speed_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Fastest_proxy_in_a_network/speed_test.sh -------------------------------------------------------------------------------- /Fidget_Spinner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Fidget_Spinner.py -------------------------------------------------------------------------------- /Five Digit Up Counter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Five Digit Up Counter/index.html -------------------------------------------------------------------------------- /Five Digit Up Counter/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Five Digit Up Counter/script.js -------------------------------------------------------------------------------- /Five Digit Up Counter/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Five Digit Up Counter/style.css -------------------------------------------------------------------------------- /GEARS-ASPER/GEAR-H.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/GEAR-H.png -------------------------------------------------------------------------------- /GEARS-ASPER/about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/about.html -------------------------------------------------------------------------------- /GEARS-ASPER/cart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/cart.html -------------------------------------------------------------------------------- /GEARS-ASPER/contactus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/contactus.html -------------------------------------------------------------------------------- /GEARS-ASPER/css/about.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/css/about.css -------------------------------------------------------------------------------- /GEARS-ASPER/css/cart.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/css/cart.css -------------------------------------------------------------------------------- /GEARS-ASPER/css/contact.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/css/contact.css -------------------------------------------------------------------------------- /GEARS-ASPER/css/products.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/css/products.css -------------------------------------------------------------------------------- /GEARS-ASPER/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/css/style.css -------------------------------------------------------------------------------- /GEARS-ASPER/img/14262679_860091697455128_8215795116057559040_n(1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/14262679_860091697455128_8215795116057559040_n(1).jpg -------------------------------------------------------------------------------- /GEARS-ASPER/img/Gearsn logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/Gearsn logo.jpg -------------------------------------------------------------------------------- /GEARS-ASPER/img/HANDBAND.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/HANDBAND.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/Image_07_720x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/Image_07_720x.jpg -------------------------------------------------------------------------------- /GEARS-ASPER/img/LOGO GGGG black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/LOGO GGGG black.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/LOGO GGGG white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/LOGO GGGG white.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/LOGO GGGGGGGG logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/LOGO GGGGGGGG logo.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/LifeCard-22WMR-3-1030x1030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/LifeCard-22WMR-3-1030x1030.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/StrikeLight_Homepage_02_1080x_900x_900x_9247b61b-4d85-43a2-b74b-946f9ec0d259_720x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/StrikeLight_Homepage_02_1080x_900x_900x_9247b61b-4d85-43a2-b74b-946f9ec0d259_720x.jpg -------------------------------------------------------------------------------- /GEARS-ASPER/img/T7CQ_720x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/T7CQ_720x.jpg -------------------------------------------------------------------------------- /GEARS-ASPER/img/TASER_NoonlightMockup_720x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/TASER_NoonlightMockup_720x.jpg -------------------------------------------------------------------------------- /GEARS-ASPER/img/Training_540x_13ab0c96-5ed6-44f6-8e1d-35b0bc395ffe_720x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/Training_540x_13ab0c96-5ed6-44f6-8e1d-35b0bc395ffe_720x.jpg -------------------------------------------------------------------------------- /GEARS-ASPER/img/WhatsApp Image 2021-07-15 at 12.59.28 AM.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/WhatsApp Image 2021-07-15 at 12.59.28 AM.jpeg -------------------------------------------------------------------------------- /GEARS-ASPER/img/about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/about.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/badges.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/badges.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/bag limited eition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/bag limited eition.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/cap red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/cap red.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/cap white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/cap white.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/cont.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/cont.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/defence21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/defence21.jpg -------------------------------------------------------------------------------- /GEARS-ASPER/img/defence5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/defence5.jpg -------------------------------------------------------------------------------- /GEARS-ASPER/img/defense12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/defense12.jpg -------------------------------------------------------------------------------- /GEARS-ASPER/img/defense2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/defense2.jpg -------------------------------------------------------------------------------- /GEARS-ASPER/img/foo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/foo.jpg -------------------------------------------------------------------------------- /GEARS-ASPER/img/for_dribbe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/for_dribbe.gif -------------------------------------------------------------------------------- /GEARS-ASPER/img/founder.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/founder.jpg -------------------------------------------------------------------------------- /GEARS-ASPER/img/gearscontact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/gearscontact.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/gearslogo.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/gearslogo.jpeg -------------------------------------------------------------------------------- /GEARS-ASPER/img/gol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/gol.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/indian-founder.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/indian-founder.jpg -------------------------------------------------------------------------------- /GEARS-ASPER/img/logo text black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/logo text black.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/logo text red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/logo text red.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/logo text white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/logo text white.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/logo.jpg -------------------------------------------------------------------------------- /GEARS-ASPER/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/logo.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/madhya-pradesh-india-map-grey-vector-23600426.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/madhya-pradesh-india-map-grey-vector-23600426.jpg -------------------------------------------------------------------------------- /GEARS-ASPER/img/newhead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/newhead.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/pepper-spray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/pepper-spray.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/photo-1512099053734-e6767b535838.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/photo-1512099053734-e6767b535838.jfif -------------------------------------------------------------------------------- /GEARS-ASPER/img/plp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/plp.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/pp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/pp.jpg -------------------------------------------------------------------------------- /GEARS-ASPER/img/products (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/products (1).png -------------------------------------------------------------------------------- /GEARS-ASPER/img/red mug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/red mug.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/red t shirt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/red t shirt.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/redlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/redlogo.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/shotguns-are-the-idea-home-defense-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/shotguns-are-the-idea-home-defense-weapon.png -------------------------------------------------------------------------------- /GEARS-ASPER/img/white t shirt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/img/white t shirt.png -------------------------------------------------------------------------------- /GEARS-ASPER/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/index.html -------------------------------------------------------------------------------- /GEARS-ASPER/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/js/app.js -------------------------------------------------------------------------------- /GEARS-ASPER/products.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/GEARS-ASPER/products.html -------------------------------------------------------------------------------- /Game_rock_paper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Game_rock_paper.py -------------------------------------------------------------------------------- /Hand_Written_Digit_Recognition/Hand Wriiten digit Recognition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Hand_Written_Digit_Recognition/Hand Wriiten digit Recognition.py -------------------------------------------------------------------------------- /Hand_Written_Digit_Recognition/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Hand_Written_Digit_Recognition/README.md -------------------------------------------------------------------------------- /Hand_Written_Digit_Recognition/test.csv.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Hand_Written_Digit_Recognition/test.csv.zip -------------------------------------------------------------------------------- /Hand_Written_Digit_Recognition/train.csv.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Hand_Written_Digit_Recognition/train.csv.zip -------------------------------------------------------------------------------- /Instagram Login Screen Website Clone/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Instagram Login Screen Website Clone/index.html -------------------------------------------------------------------------------- /Instagram Login Screen Website Clone/meta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Instagram Login Screen Website Clone/meta.png -------------------------------------------------------------------------------- /Instagram Login Screen Website Clone/pt1/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Instagram Login Screen Website Clone/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Instagram Login Screen Website Clone/script.js -------------------------------------------------------------------------------- /Instagram Login Screen Website Clone/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Instagram Login Screen Website Clone/style.css -------------------------------------------------------------------------------- /JS Form Validation/form.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/JS Form Validation/form.css -------------------------------------------------------------------------------- /JS Form Validation/form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/JS Form Validation/form.js -------------------------------------------------------------------------------- /JS Form Validation/form_validation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/JS Form Validation/form_validation.html -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /LoginPage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/LoginPage.html -------------------------------------------------------------------------------- /Madlipsgenerator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Madlipsgenerator.py -------------------------------------------------------------------------------- /Meme Generator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Meme Generator/index.html -------------------------------------------------------------------------------- /Meme Generator/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Meme Generator/script.js -------------------------------------------------------------------------------- /Meme Generator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Meme Generator/style.css -------------------------------------------------------------------------------- /Move the Ball/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Move the Ball/index.html -------------------------------------------------------------------------------- /Move the Ball/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Move the Ball/script.js -------------------------------------------------------------------------------- /Move the Ball/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Move the Ball/style.css -------------------------------------------------------------------------------- /Movie App/babel.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Movie App/babel.config.js -------------------------------------------------------------------------------- /Movie App/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Movie App/package-lock.json -------------------------------------------------------------------------------- /Movie App/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Movie App/package.json -------------------------------------------------------------------------------- /Movie App/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Movie App/public/index.html -------------------------------------------------------------------------------- /Movie App/src/App.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Movie App/src/App.vue -------------------------------------------------------------------------------- /Movie App/src/components/helloworld.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Movie App/src/components/helloworld.vue -------------------------------------------------------------------------------- /Movie App/src/env.js: -------------------------------------------------------------------------------- 1 | export default{ 2 | apikey: "7c5a1d6f" 3 | } -------------------------------------------------------------------------------- /Movie App/src/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Movie App/src/main.js -------------------------------------------------------------------------------- /Movie App/src/router/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Movie App/src/router/index.js -------------------------------------------------------------------------------- /Movie App/src/views/home.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Movie App/src/views/home.vue -------------------------------------------------------------------------------- /Movie App/src/views/movieDetail.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Movie App/src/views/movieDetail.vue -------------------------------------------------------------------------------- /Movie App/src/views/tempCodeRunnerFile.vue: -------------------------------------------------------------------------------- 1 | import env from '@/env.js'; -------------------------------------------------------------------------------- /Movies Now: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Movies Now -------------------------------------------------------------------------------- /Netflix-Clone App.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Netflix-Clone App.html -------------------------------------------------------------------------------- /Parallax_website.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Parallax_website.html -------------------------------------------------------------------------------- /Percentage Scrolled/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Percentage Scrolled/index.html -------------------------------------------------------------------------------- /Percentage Scrolled/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Percentage Scrolled/script.js -------------------------------------------------------------------------------- /Percentage Scrolled/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Percentage Scrolled/style.css -------------------------------------------------------------------------------- /Pizza Delivery Website/images/Hello.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Pizza Delivery Website/images/about-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Pizza Delivery Website/images/about-1.svg -------------------------------------------------------------------------------- /Pizza Delivery Website/images/about-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Pizza Delivery Website/images/about-2.svg -------------------------------------------------------------------------------- /Pizza Delivery Website/images/about-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Pizza Delivery Website/images/about-3.svg -------------------------------------------------------------------------------- /Pizza Delivery Website/images/favicon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Pizza Delivery Website/images/favicon.jpg -------------------------------------------------------------------------------- /Pizza Delivery Website/images/home-img-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Pizza Delivery Website/images/home-img-1.png -------------------------------------------------------------------------------- /Pizza Delivery Website/images/linkedln.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Pizza Delivery Website/images/linkedln.jfif -------------------------------------------------------------------------------- /Pizza Delivery Website/images/pizza-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Pizza Delivery Website/images/pizza-1.jpg -------------------------------------------------------------------------------- /Pizza Delivery Website/images/pizza-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Pizza Delivery Website/images/pizza-2.jpg -------------------------------------------------------------------------------- /Pizza Delivery Website/images/pizza-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Pizza Delivery Website/images/pizza-3.jpg -------------------------------------------------------------------------------- /Pizza Delivery Website/images/pizza-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Pizza Delivery Website/images/pizza-4.jpg -------------------------------------------------------------------------------- /Pizza Delivery Website/images/pizza-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Pizza Delivery Website/images/pizza-7.jpg -------------------------------------------------------------------------------- /Pizza Delivery Website/images/pizza-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Pizza Delivery Website/images/pizza-8.jpg -------------------------------------------------------------------------------- /Pizza Delivery Website/images/pizza-9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Pizza Delivery Website/images/pizza-9.jpg -------------------------------------------------------------------------------- /Pizza Delivery Website/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Pizza Delivery Website/index.html -------------------------------------------------------------------------------- /Pizza Delivery Website/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Pizza Delivery Website/script.js -------------------------------------------------------------------------------- /Pizza Delivery Website/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Pizza Delivery Website/style.css -------------------------------------------------------------------------------- /Portfolio_Project.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Portfolio_Project.html -------------------------------------------------------------------------------- /Positioning.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Positioning.html -------------------------------------------------------------------------------- /Project 6/Cheetah.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Project 6/Cheetah.jpg -------------------------------------------------------------------------------- /Project 6/Project6.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Project 6/Project6.css -------------------------------------------------------------------------------- /Project 6/Protect Wildlife.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Project 6/Protect Wildlife.html -------------------------------------------------------------------------------- /Project 6/animal-care.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Project 6/animal-care.png -------------------------------------------------------------------------------- /Project 6/maurice-smeets-6pU34qsUCCc-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Project 6/maurice-smeets-6pU34qsUCCc-unsplash.jpg -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13.xcodeproj/project.xcworkspace/xcuserdata/abhishek.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13.xcodeproj/project.xcworkspace/xcuserdata/abhishek.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13.xcodeproj/project.xcworkspace/xcuserdata/angelayu.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13.xcodeproj/project.xcworkspace/xcuserdata/angelayu.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13.xcodeproj/xcuserdata/abhishek.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13.xcodeproj/xcuserdata/abhishek.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13.xcodeproj/xcuserdata/angelayu.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13.xcodeproj/xcuserdata/angelayu.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/AppDelegate.swift -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/100.png -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/1024.png -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/114.png -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/120.png -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/144.png -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/152.png -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/167.png -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/180.png -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/20.png -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/29.png -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/40.png -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/50.png -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/57.png -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/58.png -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/60.png -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/72.png -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/76.png -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/80.png -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/87.png -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/Background-Bubbles.imageset/Background-Bubbles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/Background-Bubbles.imageset/Background-Bubbles.png -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/Background-Bubbles.imageset/Background-Bubbles@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/Background-Bubbles.imageset/Background-Bubbles@2x.png -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/Background-Bubbles.imageset/Background-Bubbles@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/Background-Bubbles.imageset/Background-Bubbles@3x.png -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/Background-Bubbles.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/Background-Bubbles.imageset/Contents.json -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/Rectangle.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/Rectangle.imageset/Contents.json -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/Rectangle.imageset/Rectangle.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Assets.xcassets/Rectangle.imageset/Rectangle.pdf -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Controller/ViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Controller/ViewController.swift -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Info.plist -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Model/Question.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Model/Question.swift -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/Model/QuizBrain.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/Model/QuizBrain.swift -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/SceneDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/SceneDelegate.swift -------------------------------------------------------------------------------- /Quizzler/Quizzler-iOS13/Quizzler-iOS13/View/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/Quizzler-iOS13/Quizzler-iOS13/View/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /Quizzler/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Quizzler/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/README.md -------------------------------------------------------------------------------- /Random Quote Generator/Random_Quote.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Random Quote Generator/Random_Quote.PNG -------------------------------------------------------------------------------- /Random Quote Generator/Script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Random Quote Generator/Script.js -------------------------------------------------------------------------------- /Random Quote Generator/Style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Random Quote Generator/Style.css -------------------------------------------------------------------------------- /Random Quote Generator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Random Quote Generator/index.html -------------------------------------------------------------------------------- /Random-Color-Generator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Random-Color-Generator/index.html -------------------------------------------------------------------------------- /Random-Color-Generator/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Random-Color-Generator/index.js -------------------------------------------------------------------------------- /Random-Color-Generator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Random-Color-Generator/style.css -------------------------------------------------------------------------------- /Restaurant_Review_System/NLP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Restaurant_Review_System/NLP.py -------------------------------------------------------------------------------- /Restaurant_Review_System/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Restaurant_Review_System/README.md -------------------------------------------------------------------------------- /Restaurant_Review_System/Restaurant_Reviews.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Restaurant_Review_System/Restaurant_Reviews.tsv -------------------------------------------------------------------------------- /Restaurant_contact_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Restaurant_contact_page.html -------------------------------------------------------------------------------- /Resume Generator/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Resume Generator/.gitignore -------------------------------------------------------------------------------- /Resume Generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Resume Generator/README.md -------------------------------------------------------------------------------- /Resume Generator/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Resume Generator/package.json -------------------------------------------------------------------------------- /Resume Generator/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Resume Generator/public/favicon.ico -------------------------------------------------------------------------------- /Resume Generator/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Resume Generator/public/index.html -------------------------------------------------------------------------------- /Resume Generator/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Resume Generator/public/manifest.json -------------------------------------------------------------------------------- /Resume Generator/public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Resume Generator/public/robots.txt -------------------------------------------------------------------------------- /Resume Generator/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Resume Generator/src/App.js -------------------------------------------------------------------------------- /Resume Generator/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Resume Generator/src/index.css -------------------------------------------------------------------------------- /Resume Generator/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Resume Generator/src/index.js -------------------------------------------------------------------------------- /Resume Generator/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Resume Generator/yarn.lock -------------------------------------------------------------------------------- /Side_navigation_bar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Side_navigation_bar.html -------------------------------------------------------------------------------- /Simple Login Page in HTML/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Simple Login Page in HTML/index.html -------------------------------------------------------------------------------- /Snake_Game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Snake_Game.py -------------------------------------------------------------------------------- /Snake_Xenzia_game.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Snake_Xenzia_game.java -------------------------------------------------------------------------------- /Speakers/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Speakers/index.html -------------------------------------------------------------------------------- /Speakers/lm3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Speakers/lm3.jpeg -------------------------------------------------------------------------------- /Speakers/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Speakers/style.css -------------------------------------------------------------------------------- /Spotify Clone/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Spotify Clone/index.html -------------------------------------------------------------------------------- /Spotify Clone/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Spotify Clone/launch.json -------------------------------------------------------------------------------- /Spotify Clone/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Spotify Clone/style.css -------------------------------------------------------------------------------- /Stop Watch Using JS/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Stop Watch Using JS/app.js -------------------------------------------------------------------------------- /Stop Watch Using JS/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Stop Watch Using JS/index.html -------------------------------------------------------------------------------- /Stop Watch Using JS/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Stop Watch Using JS/style.css -------------------------------------------------------------------------------- /Sudoku/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Sudoku/.gitignore -------------------------------------------------------------------------------- /Sudoku/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Sudoku/LICENSE -------------------------------------------------------------------------------- /Sudoku/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Sudoku/README.md -------------------------------------------------------------------------------- /Sudoku/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Sudoku/package-lock.json -------------------------------------------------------------------------------- /Sudoku/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Sudoku/package.json -------------------------------------------------------------------------------- /Sudoku/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Sudoku/public/index.html -------------------------------------------------------------------------------- /Sudoku/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Sudoku/public/manifest.json -------------------------------------------------------------------------------- /Sudoku/public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Sudoku/public/robots.txt -------------------------------------------------------------------------------- /Sudoku/public/sudoku.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Sudoku/public/sudoku.ico -------------------------------------------------------------------------------- /Sudoku/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Sudoku/src/App.css -------------------------------------------------------------------------------- /Sudoku/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Sudoku/src/App.js -------------------------------------------------------------------------------- /Sudoku/src/App.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Sudoku/src/App.test.js -------------------------------------------------------------------------------- /Sudoku/src/AppComponent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Sudoku/src/AppComponent.js -------------------------------------------------------------------------------- /Sudoku/src/DifficultyModal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Sudoku/src/DifficultyModal.js -------------------------------------------------------------------------------- /Sudoku/src/Line.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Sudoku/src/Line.js -------------------------------------------------------------------------------- /Sudoku/src/ResultModal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Sudoku/src/ResultModal.js -------------------------------------------------------------------------------- /Sudoku/src/Sudoku.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Sudoku/src/Sudoku.js -------------------------------------------------------------------------------- /Sudoku/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Sudoku/src/index.css -------------------------------------------------------------------------------- /Sudoku/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Sudoku/src/index.js -------------------------------------------------------------------------------- /Sudoku/src/setupTests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Sudoku/src/setupTests.js -------------------------------------------------------------------------------- /Tic-Tac-Toe-main/README.md: -------------------------------------------------------------------------------- 1 | # Tic-Tac-Toe 2 | -------------------------------------------------------------------------------- /Tic-Tac-Toe-main/excited.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Tic-Tac-Toe-main/excited.gif -------------------------------------------------------------------------------- /Tic-Tac-Toe-main/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Tic-Tac-Toe-main/index.html -------------------------------------------------------------------------------- /Tic-Tac-Toe-main/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Tic-Tac-Toe-main/index.js -------------------------------------------------------------------------------- /Tic-Tac-Toe-main/sound/gameover.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Tic-Tac-Toe-main/sound/gameover.mp3 -------------------------------------------------------------------------------- /Tic-Tac-Toe-main/sound/ting.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Tic-Tac-Toe-main/sound/ting.mp3 -------------------------------------------------------------------------------- /Tic-Tac-Toe-main/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/Tic-Tac-Toe-main/style.css -------------------------------------------------------------------------------- /blurry-effect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/blurry-effect.html -------------------------------------------------------------------------------- /button.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/button.html -------------------------------------------------------------------------------- /confusion-restorante.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/confusion-restorante.html -------------------------------------------------------------------------------- /currency converter/api.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/currency converter/api.html -------------------------------------------------------------------------------- /currency converter/sccript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/currency converter/sccript.js -------------------------------------------------------------------------------- /currency converter/styless.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/currency converter/styless.css -------------------------------------------------------------------------------- /flappy/gdsc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/flappy/gdsc.png -------------------------------------------------------------------------------- /flappy/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/flappy/index.html -------------------------------------------------------------------------------- /flappy/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/flappy/script.js -------------------------------------------------------------------------------- /flappy/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/flappy/style.css -------------------------------------------------------------------------------- /flappy/wallpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/flappy/wallpaper.png -------------------------------------------------------------------------------- /flexbox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/flexbox.html -------------------------------------------------------------------------------- /glass website/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/glass website/img/logo.png -------------------------------------------------------------------------------- /glass website/img/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/glass website/img/menu.png -------------------------------------------------------------------------------- /glass website/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/glass website/index.html -------------------------------------------------------------------------------- /glass website/other page/forpass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/glass website/other page/forpass.html -------------------------------------------------------------------------------- /glass website/other page/reset.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/glass website/other page/reset.html -------------------------------------------------------------------------------- /glass website/other page/successfully.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/glass website/other page/successfully.html -------------------------------------------------------------------------------- /glass website/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/glass website/style.css -------------------------------------------------------------------------------- /house prediction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/house prediction.ipynb -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/index.html -------------------------------------------------------------------------------- /javascript clock/project.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript clock/project.html -------------------------------------------------------------------------------- /javascript projects/adblockdetector/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/adblockdetector/index.html -------------------------------------------------------------------------------- /javascript projects/adblockdetector/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/adblockdetector/style.css -------------------------------------------------------------------------------- /javascript projects/blob+gradient/blob+gradient/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/blob+gradient/blob+gradient/index.html -------------------------------------------------------------------------------- /javascript projects/blob+gradient/blob+gradient/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/blob+gradient/blob+gradient/script.js -------------------------------------------------------------------------------- /javascript projects/blob+gradient/blob+gradient/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/blob+gradient/blob+gradient/style.css -------------------------------------------------------------------------------- /javascript projects/blob+gradient/blob+gradient/style.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/blob+gradient/blob+gradient/style.min.css -------------------------------------------------------------------------------- /javascript projects/blob+gradient/blob/extra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/blob+gradient/blob/extra -------------------------------------------------------------------------------- /javascript projects/blob+gradient/blob/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/blob+gradient/blob/index.html -------------------------------------------------------------------------------- /javascript projects/blob+gradient/blob/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/blob+gradient/blob/script.js -------------------------------------------------------------------------------- /javascript projects/blob+gradient/blob/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/blob+gradient/blob/style.css -------------------------------------------------------------------------------- /javascript projects/blob+gradient/gradient/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/blob+gradient/gradient/index.html -------------------------------------------------------------------------------- /javascript projects/blob+gradient/gradient/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/blob+gradient/gradient/script.js -------------------------------------------------------------------------------- /javascript projects/blob+gradient/gradient/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/blob+gradient/gradient/style.css -------------------------------------------------------------------------------- /javascript projects/contact_button_animation/Untitled-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/contact_button_animation/Untitled-1.html -------------------------------------------------------------------------------- /javascript projects/contact_button_animation/app.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /javascript projects/contact_button_animation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/contact_button_animation/index.html -------------------------------------------------------------------------------- /javascript projects/contact_button_animation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/contact_button_animation/style.css -------------------------------------------------------------------------------- /javascript projects/customcursor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/customcursor/index.html -------------------------------------------------------------------------------- /javascript projects/customcursor/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/customcursor/script.js -------------------------------------------------------------------------------- /javascript projects/customcursor/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/customcursor/style.css -------------------------------------------------------------------------------- /javascript projects/dragndrop/.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "liveServer.settings.port": 5501 3 | } -------------------------------------------------------------------------------- /javascript projects/dragndrop/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/dragndrop/index.html -------------------------------------------------------------------------------- /javascript projects/dragndrop/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/dragndrop/script.js -------------------------------------------------------------------------------- /javascript projects/dragndrop/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/dragndrop/style.css -------------------------------------------------------------------------------- /javascript projects/infinitescroll/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/infinitescroll/index.html -------------------------------------------------------------------------------- /javascript projects/infinitescroll/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/infinitescroll/script.js -------------------------------------------------------------------------------- /javascript projects/infinitescroll/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/infinitescroll/style.css -------------------------------------------------------------------------------- /javascript projects/masonry with infinite scroll/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/masonry with infinite scroll/index.html -------------------------------------------------------------------------------- /javascript projects/masonry with infinite scroll/masonry/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/masonry with infinite scroll/masonry/index.html -------------------------------------------------------------------------------- /javascript projects/masonry with infinite scroll/masonry/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/masonry with infinite scroll/masonry/style.css -------------------------------------------------------------------------------- /javascript projects/masonry with infinite scroll/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/masonry with infinite scroll/style.css -------------------------------------------------------------------------------- /javascript projects/page-scroll-indicator/.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "liveServer.settings.port": 5501 3 | } -------------------------------------------------------------------------------- /javascript projects/page-scroll-indicator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/page-scroll-indicator/index.html -------------------------------------------------------------------------------- /javascript projects/popup/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/popup/index.html -------------------------------------------------------------------------------- /javascript projects/quizapp/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/quizapp/app.css -------------------------------------------------------------------------------- /javascript projects/quizapp/end.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/quizapp/end.html -------------------------------------------------------------------------------- /javascript projects/quizapp/end.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/quizapp/end.js -------------------------------------------------------------------------------- /javascript projects/quizapp/game.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/quizapp/game.css -------------------------------------------------------------------------------- /javascript projects/quizapp/general_knowledge.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/quizapp/general_knowledge.html -------------------------------------------------------------------------------- /javascript projects/quizapp/general_knowledge.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/quizapp/general_knowledge.js -------------------------------------------------------------------------------- /javascript projects/quizapp/highscores.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/quizapp/highscores.css -------------------------------------------------------------------------------- /javascript projects/quizapp/highscores.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/quizapp/highscores.html -------------------------------------------------------------------------------- /javascript projects/quizapp/highscores.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/quizapp/highscores.js -------------------------------------------------------------------------------- /javascript projects/quizapp/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/quizapp/index.html -------------------------------------------------------------------------------- /javascript projects/quizapp/questions.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /javascript projects/snake game/New folder/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/snake game/New folder/README.md -------------------------------------------------------------------------------- /javascript projects/snake game/New folder/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/snake game/New folder/index.html -------------------------------------------------------------------------------- /javascript projects/snake game/New folder/snake.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/snake game/New folder/snake.js -------------------------------------------------------------------------------- /javascript projects/snake game/audio/dead.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/snake game/audio/dead.mp3 -------------------------------------------------------------------------------- /javascript projects/snake game/audio/down.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/snake game/audio/down.mp3 -------------------------------------------------------------------------------- /javascript projects/snake game/audio/eat.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/snake game/audio/eat.mp3 -------------------------------------------------------------------------------- /javascript projects/snake game/audio/left.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/snake game/audio/left.mp3 -------------------------------------------------------------------------------- /javascript projects/snake game/audio/right.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/snake game/audio/right.mp3 -------------------------------------------------------------------------------- /javascript projects/snake game/audio/up.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/snake game/audio/up.mp3 -------------------------------------------------------------------------------- /javascript projects/snake game/img/food.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/snake game/img/food.png -------------------------------------------------------------------------------- /javascript projects/snake game/img/ground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/snake game/img/ground.png -------------------------------------------------------------------------------- /javascript projects/snake game/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/snake game/index.html -------------------------------------------------------------------------------- /javascript projects/snake game/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/snake game/script.js -------------------------------------------------------------------------------- /javascript projects/todolist/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/todolist/index.html -------------------------------------------------------------------------------- /javascript projects/todolist/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/todolist/main.js -------------------------------------------------------------------------------- /javascript projects/todolist/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/todolist/style.css -------------------------------------------------------------------------------- /javascript projects/voice_recognition/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/voice_recognition/app.js -------------------------------------------------------------------------------- /javascript projects/voice_recognition/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/javascript projects/voice_recognition/index.html -------------------------------------------------------------------------------- /lib/calc_brain.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/lib/calc_brain.dart -------------------------------------------------------------------------------- /lib/components/comp/bottom_button.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/lib/components/comp/bottom_button.dart -------------------------------------------------------------------------------- /lib/components/comp/icon_content.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/lib/components/comp/icon_content.dart -------------------------------------------------------------------------------- /lib/components/comp/round_icon.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/lib/components/comp/round_icon.dart -------------------------------------------------------------------------------- /lib/components/reusable_card.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/lib/components/reusable_card.dart -------------------------------------------------------------------------------- /lib/components/screens/input_page.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/lib/components/screens/input_page.dart -------------------------------------------------------------------------------- /lib/components/screens/results_page.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/lib/components/screens/results_page.dart -------------------------------------------------------------------------------- /lib/constants.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/lib/constants.dart -------------------------------------------------------------------------------- /lib/main.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/lib/main.dart -------------------------------------------------------------------------------- /lib/text.dart: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /loginsystem/dbconnect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/loginsystem/dbconnect.php -------------------------------------------------------------------------------- /loginsystem/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/loginsystem/login.php -------------------------------------------------------------------------------- /loginsystem/logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/loginsystem/logout.php -------------------------------------------------------------------------------- /loginsystem/nav.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/loginsystem/nav.php -------------------------------------------------------------------------------- /loginsystem/signup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/loginsystem/signup.php -------------------------------------------------------------------------------- /loginsystem/welcome.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/loginsystem/welcome.php -------------------------------------------------------------------------------- /online book store/README.md: -------------------------------------------------------------------------------- 1 | # Online book store -------------------------------------------------------------------------------- /online book store/image/banner-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/banner-bg.jpg -------------------------------------------------------------------------------- /online book store/image/blog-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/blog-1.jpg -------------------------------------------------------------------------------- /online book store/image/blog-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/blog-2.jpg -------------------------------------------------------------------------------- /online book store/image/blog-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/blog-3.jpg -------------------------------------------------------------------------------- /online book store/image/blog-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/blog-4.jpg -------------------------------------------------------------------------------- /online book store/image/blog-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/blog-5.jpg -------------------------------------------------------------------------------- /online book store/image/book-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/book-1.png -------------------------------------------------------------------------------- /online book store/image/book-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/book-10.png -------------------------------------------------------------------------------- /online book store/image/book-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/book-2.png -------------------------------------------------------------------------------- /online book store/image/book-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/book-3.png -------------------------------------------------------------------------------- /online book store/image/book-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/book-4.png -------------------------------------------------------------------------------- /online book store/image/book-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/book-5.png -------------------------------------------------------------------------------- /online book store/image/book-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/book-6.png -------------------------------------------------------------------------------- /online book store/image/book-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/book-7.png -------------------------------------------------------------------------------- /online book store/image/book-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/book-8.png -------------------------------------------------------------------------------- /online book store/image/book-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/book-9.png -------------------------------------------------------------------------------- /online book store/image/book3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/book3.png -------------------------------------------------------------------------------- /online book store/image/book5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/book5.png -------------------------------------------------------------------------------- /online book store/image/book7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/book7.png -------------------------------------------------------------------------------- /online book store/image/deal-img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/deal-img.jpg -------------------------------------------------------------------------------- /online book store/image/letter-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/letter-bg.jpg -------------------------------------------------------------------------------- /online book store/image/loader-img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/loader-img.gif -------------------------------------------------------------------------------- /online book store/image/pic-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/pic-1.png -------------------------------------------------------------------------------- /online book store/image/pic-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/pic-2.png -------------------------------------------------------------------------------- /online book store/image/pic-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/pic-3.png -------------------------------------------------------------------------------- /online book store/image/pic-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/pic-4.png -------------------------------------------------------------------------------- /online book store/image/pic-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/pic-5.png -------------------------------------------------------------------------------- /online book store/image/pic-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/pic-6.png -------------------------------------------------------------------------------- /online book store/image/stand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/stand.png -------------------------------------------------------------------------------- /online book store/image/worldmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/image/worldmap.png -------------------------------------------------------------------------------- /online book store/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/index.html -------------------------------------------------------------------------------- /online book store/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/script.js -------------------------------------------------------------------------------- /online book store/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/style.css -------------------------------------------------------------------------------- /online book store/website 1st look.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/online book store/website 1st look.png -------------------------------------------------------------------------------- /portfolio/index3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/portfolio/index3.html -------------------------------------------------------------------------------- /portfolio/script.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /portfolio/script.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/portfolio/script.txt -------------------------------------------------------------------------------- /portfolio/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/portfolio/style.css -------------------------------------------------------------------------------- /pubspec.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/pubspec.yaml -------------------------------------------------------------------------------- /recipe provider/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/recipe provider/index.html -------------------------------------------------------------------------------- /recipe provider/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/recipe provider/script.js -------------------------------------------------------------------------------- /recipe provider/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/recipe provider/style.css -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/style.css -------------------------------------------------------------------------------- /textdecyptencrpyt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/textdecyptencrpyt.py -------------------------------------------------------------------------------- /travel-agency-master.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/travel-agency-master.zip -------------------------------------------------------------------------------- /tut20.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/tut20.html -------------------------------------------------------------------------------- /tut23.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/tut23.html -------------------------------------------------------------------------------- /weather-app-main-master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/weather-app-main-master/README.md -------------------------------------------------------------------------------- /weather-app-main-master/docs.txt: -------------------------------------------------------------------------------- 1 | Assalam-u-Alaikum 2 | -------------------------------------------------------------------------------- /weather-app-main-master/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/weather-app-main-master/package-lock.json -------------------------------------------------------------------------------- /weather-app-main-master/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/weather-app-main-master/package.json -------------------------------------------------------------------------------- /weather-app-main-master/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/weather-app-main-master/public/favicon.ico -------------------------------------------------------------------------------- /weather-app-main-master/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/weather-app-main-master/public/index.html -------------------------------------------------------------------------------- /weather-app-main-master/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/weather-app-main-master/public/manifest.json -------------------------------------------------------------------------------- /weather-app-main-master/public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/weather-app-main-master/public/robots.txt -------------------------------------------------------------------------------- /weather-app-main-master/public/style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /weather-app-main-master/src/App.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /weather-app-main-master/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/weather-app-main-master/src/App.js -------------------------------------------------------------------------------- /weather-app-main-master/src/App.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/weather-app-main-master/src/App.test.js -------------------------------------------------------------------------------- /weather-app-main-master/src/components/Tempapp.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/weather-app-main-master/src/components/Tempapp.jsx -------------------------------------------------------------------------------- /weather-app-main-master/src/components/css/loder.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/weather-app-main-master/src/components/css/loder.css -------------------------------------------------------------------------------- /weather-app-main-master/src/components/css/loder2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/weather-app-main-master/src/components/css/loder2.css -------------------------------------------------------------------------------- /weather-app-main-master/src/components/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/weather-app-main-master/src/components/css/style.css -------------------------------------------------------------------------------- /weather-app-main-master/src/components/loder.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/weather-app-main-master/src/components/loder.jsx -------------------------------------------------------------------------------- /weather-app-main-master/src/components/loder2.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/weather-app-main-master/src/components/loder2.jsx -------------------------------------------------------------------------------- /weather-app-main-master/src/components/toggle.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/weather-app-main-master/src/components/toggle.jsx -------------------------------------------------------------------------------- /weather-app-main-master/src/index.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /weather-app-main-master/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/weather-app-main-master/src/index.js -------------------------------------------------------------------------------- /weather-app-main-master/src/reportWebVitals.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/weather-app-main-master/src/reportWebVitals.js -------------------------------------------------------------------------------- /weather-app-main-master/src/setupTests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/weather-app-main-master/src/setupTests.js -------------------------------------------------------------------------------- /weather-app-main-master/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/weather-app-main-master/yarn.lock -------------------------------------------------------------------------------- /weather.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishalkoc2016/Hacktoberfest-2022/HEAD/weather.html --------------------------------------------------------------------------------