├── .github └── workflows │ └── python-package.yml ├── .talismanrc ├── ATM-Simultaneous-Python-Project-master ├── .gitattributes ├── Readme.md └── atm.py ├── Added the Calendar GUI Python Mini Project ├── AgeCalculator └── index.html ├── Alzheimer-Disease-Prediction-using-ML ├── AlzheimerPrediction.ipynb ├── README.md └── oasis_longitudinal.csv ├── AudioPlayer ├── audio-file.mp3 ├── audioPlayer.js └── index.html ├── BMI Calculator ├── index.html ├── script.css └── styles.css ├── Backspace_string_compare ├── index.html └── solution.js ├── CHATBOT ├── index.css ├── index.html └── index.js ├── CONTRIBUTING.md ├── CameraImplementation.html ├── Cryptocurrency Website ├── Cryptocurrency Website │ ├── images │ │ ├── Thumbs.db │ │ ├── background.png │ │ ├── bitcoin.png │ │ ├── dogecoin.png │ │ ├── ethereum.png │ │ └── logo.png │ ├── index.html │ ├── script.js │ └── style.css └── Readme.txt ├── DICTIONARY APP ├── index.css ├── index.html ├── index.js └── search.png ├── Dynamic_Captcha_Generation ├── index.html ├── script.js └── style.css ├── Ecommerce ├── app.js ├── img │ ├── adidas.png │ ├── adidas2.png │ ├── contact.png │ ├── facebook.png │ ├── gift.png │ ├── instagram.png │ ├── master.png │ ├── nike.png │ ├── nike2.png │ ├── puma.png │ ├── puma2.png │ ├── reebok.png │ ├── reebok2.png │ ├── return.png │ ├── search.png │ ├── shipping.png │ ├── sketchers.png │ ├── sketchers2.png │ ├── sneakers.png │ ├── twitter.png │ ├── visa.png │ └── whatsapp.png ├── index.html └── style.css ├── Glowing-Border-Animation-with-CSS ├── css │ └── style.css ├── frame.png ├── index.html └── pic.png ├── Hangman_game ├── index.html ├── script.js └── style.css ├── Html boilerplate ├── Netflix ├── OpenCV_Game.py ├── Password Generator ├── password.html └── password.js ├── Password generator └── index.html ├── PasswordGenerator.html ├── Posture Detection using JS ├── Harbhajan.jpg ├── README.md ├── index.html ├── posture.js ├── sketch.js └── thug.png ├── Python Snake Game ├── QR-Generator ├── package-lock.json ├── package.json ├── public │ └── background.jpg ├── qr-images │ ├── alt.jpg │ └── qr_img.png ├── solution.js ├── urls │ └── URL.txt └── views │ └── form.ejs ├── Quote ├── index.html ├── script.js └── style.css ├── README.md ├── Razorpay-Clone ├── .DS_Store ├── Razorpay-clone.md ├── index.html ├── package-lock.json ├── package.json ├── postcss.config.js ├── style.css └── tailwind.js ├── ReactStockGraph ├── .gitignore ├── README.md ├── package-lock.json ├── package.json ├── public │ ├── favicon.ico │ ├── index.html │ ├── logo192.png │ ├── logo512.png │ ├── manifest.json │ └── robots.txt └── src │ ├── App.css │ ├── App.js │ ├── App.test.js │ ├── Modal.js │ ├── Modal.module.css │ ├── index.css │ ├── index.js │ ├── logo.svg │ ├── reportWebVitals.js │ └── setupTests.js ├── RegistrationForm ├── css_task7style.css └── form.html ├── Rock Paper Scissor ├── 0.jpg ├── 1.jpg ├── 2.jpg ├── index.html ├── script.js └── styles.css ├── Search Bar ├── .DS_Store ├── .gitignore ├── .idea │ ├── .gitignore │ ├── misc.xml │ ├── modules.xml │ ├── serp.iml │ └── vcs.xml ├── bundle.js ├── index.css ├── index.html ├── index.js ├── main.js ├── package.json └── yarn.lock ├── Shooting-game ├── Images │ ├── angler1.png │ ├── angler2.png │ ├── drone.png │ ├── fireExplosion.png │ ├── gears.png │ ├── hivewhale.png │ ├── layer1.png │ ├── layer2.png │ ├── layer3.png │ ├── layer4.png │ ├── lucky.png │ ├── player.png │ ├── projectile.png │ └── smokeExplosion.png ├── Simon game │ ├── app.js │ ├── index.html │ └── style.css ├── game.html ├── game.js ├── hit.mp3 └── style.css ├── SnakeGame ├── .vscode │ └── settings.json ├── Resources.txt ├── css │ └── style.css ├── img │ └── bg.jpg ├── index.html ├── js │ └── index.js └── music │ ├── food.mp3 │ ├── gameover.mp3 │ ├── move.mp3 │ └── music.mp3 ├── Snake_Water_Gun_Game.py ├── TRANSLATOR APP ├── index.css ├── index.html └── js │ └── index.js ├── TicTacToe ├── excited.gif ├── gameover.mp3 ├── index.html ├── music.mp3 ├── script.js ├── style.css └── ting.mp3 ├── Turtle_race_betting_game.py ├── VOICE-CONTROLLED-NEWS-APP └── voicecontrollednews │ ├── .gitignore │ ├── README.md │ ├── package-lock.json │ ├── package.json │ ├── public │ └── index.html │ └── src │ ├── App.css │ ├── App.js │ ├── Service │ ├── alanScript.js │ └── getNews.js │ ├── components │ └── NewsData.js │ ├── index.css │ └── index.js ├── Weather Project ├── index.html ├── script.js └── style.css ├── added Calendar ├── blind_bid.py ├── bmi-calculator ├── index.html ├── script.js └── style.css ├── chat_application-main ├── README.md ├── package-lock.json ├── package.json ├── public │ ├── favicon.ico │ ├── index.html │ ├── logo192.png │ ├── logo512.png │ ├── manifest.json │ └── robots.txt └── src │ ├── App.css │ ├── App.js │ ├── components │ ├── ChatFeed.jsx │ ├── LoginForm.jsx │ ├── MessageForm.jsx │ ├── MyMessage.jsx │ └── TheirMessage.jsx │ └── index.js ├── currencyConvertor ├── .eslintrc.cjs ├── .gitignore ├── README.md ├── index.html ├── package-lock.json ├── package.json ├── postcss.config.js ├── public │ └── vite.svg ├── src │ ├── App.css │ ├── App.jsx │ ├── assets │ │ ├── favicon.png │ │ └── react.svg │ ├── components │ │ └── InputBox.jsx │ ├── hooks │ │ └── useCurrencyInfo.js │ ├── index.css │ └── main.jsx ├── tailwind.config.js └── vite.config.js ├── guessmenumber.py ├── hoverbutton ├── index.html └── style.css ├── index.js ├── maths js ├── index.html ├── script.js └── style.css ├── password strength ├── index.html ├── script.js └── style.css ├── react-stopwatch-master ├── LICENSE ├── README.md ├── package-lock.json ├── package.json ├── public │ ├── favicon.ico │ ├── index.html │ └── manifest.json └── src │ ├── App.css │ ├── App.js │ ├── App.test.js │ ├── Stopwatch.css │ ├── Stopwatch.js │ ├── index.css │ ├── index.js │ └── registerServiceWorker.js ├── tan4regform.html └── textutil ├── .gitignore ├── README.md ├── package-lock.json ├── package.json ├── public ├── android-icon-144x144.png ├── android-icon-192x192.png ├── android-icon-36x36.png ├── android-icon-48x48.png ├── android-icon-72x72.png ├── android-icon-96x96.png ├── apple-icon-114x114.png ├── apple-icon-120x120.png ├── apple-icon-144x144.png ├── apple-icon-152x152.png ├── apple-icon-180x180.png ├── apple-icon-57x57.png ├── apple-icon-60x60.png ├── apple-icon-72x72.png ├── apple-icon-76x76.png ├── apple-icon-precomposed.png ├── apple-icon.png ├── browserconfig.xml ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon-96x96.png ├── favicon.ico ├── index.html ├── manifest.json ├── ms-icon-144x144.png ├── ms-icon-150x150.png ├── ms-icon-310x310.png ├── ms-icon-70x70.png └── robots.txt └── src ├── App.css ├── App.js ├── App.test.js ├── components ├── About.js ├── Alert.js ├── Navbar.js └── TextForm.js ├── index.css ├── index.js ├── logo.svg ├── reportWebVitals.js └── setupTests.js /.github/workflows/python-package.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/.github/workflows/python-package.yml -------------------------------------------------------------------------------- /.talismanrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/.talismanrc -------------------------------------------------------------------------------- /ATM-Simultaneous-Python-Project-master/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/ATM-Simultaneous-Python-Project-master/.gitattributes -------------------------------------------------------------------------------- /ATM-Simultaneous-Python-Project-master/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/ATM-Simultaneous-Python-Project-master/Readme.md -------------------------------------------------------------------------------- /ATM-Simultaneous-Python-Project-master/atm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/ATM-Simultaneous-Python-Project-master/atm.py -------------------------------------------------------------------------------- /Added the Calendar GUI Python Mini Project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Added the Calendar GUI Python Mini Project -------------------------------------------------------------------------------- /AgeCalculator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/AgeCalculator/index.html -------------------------------------------------------------------------------- /Alzheimer-Disease-Prediction-using-ML/AlzheimerPrediction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Alzheimer-Disease-Prediction-using-ML/AlzheimerPrediction.ipynb -------------------------------------------------------------------------------- /Alzheimer-Disease-Prediction-using-ML/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Alzheimer-Disease-Prediction-using-ML/README.md -------------------------------------------------------------------------------- /Alzheimer-Disease-Prediction-using-ML/oasis_longitudinal.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Alzheimer-Disease-Prediction-using-ML/oasis_longitudinal.csv -------------------------------------------------------------------------------- /AudioPlayer/audio-file.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/AudioPlayer/audio-file.mp3 -------------------------------------------------------------------------------- /AudioPlayer/audioPlayer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/AudioPlayer/audioPlayer.js -------------------------------------------------------------------------------- /AudioPlayer/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/AudioPlayer/index.html -------------------------------------------------------------------------------- /BMI Calculator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/BMI Calculator/index.html -------------------------------------------------------------------------------- /BMI Calculator/script.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/BMI Calculator/script.css -------------------------------------------------------------------------------- /BMI Calculator/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/BMI Calculator/styles.css -------------------------------------------------------------------------------- /Backspace_string_compare/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Backspace_string_compare/index.html -------------------------------------------------------------------------------- /Backspace_string_compare/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Backspace_string_compare/solution.js -------------------------------------------------------------------------------- /CHATBOT/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/CHATBOT/index.css -------------------------------------------------------------------------------- /CHATBOT/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/CHATBOT/index.html -------------------------------------------------------------------------------- /CHATBOT/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/CHATBOT/index.js -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /CameraImplementation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/CameraImplementation.html -------------------------------------------------------------------------------- /Cryptocurrency Website/Cryptocurrency Website/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Cryptocurrency Website/Cryptocurrency Website/images/Thumbs.db -------------------------------------------------------------------------------- /Cryptocurrency Website/Cryptocurrency Website/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Cryptocurrency Website/Cryptocurrency Website/images/background.png -------------------------------------------------------------------------------- /Cryptocurrency Website/Cryptocurrency Website/images/bitcoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Cryptocurrency Website/Cryptocurrency Website/images/bitcoin.png -------------------------------------------------------------------------------- /Cryptocurrency Website/Cryptocurrency Website/images/dogecoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Cryptocurrency Website/Cryptocurrency Website/images/dogecoin.png -------------------------------------------------------------------------------- /Cryptocurrency Website/Cryptocurrency Website/images/ethereum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Cryptocurrency Website/Cryptocurrency Website/images/ethereum.png -------------------------------------------------------------------------------- /Cryptocurrency Website/Cryptocurrency Website/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Cryptocurrency Website/Cryptocurrency Website/images/logo.png -------------------------------------------------------------------------------- /Cryptocurrency Website/Cryptocurrency Website/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Cryptocurrency Website/Cryptocurrency Website/index.html -------------------------------------------------------------------------------- /Cryptocurrency Website/Cryptocurrency Website/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Cryptocurrency Website/Cryptocurrency Website/script.js -------------------------------------------------------------------------------- /Cryptocurrency Website/Cryptocurrency Website/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Cryptocurrency Website/Cryptocurrency Website/style.css -------------------------------------------------------------------------------- /Cryptocurrency Website/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Cryptocurrency Website/Readme.txt -------------------------------------------------------------------------------- /DICTIONARY APP/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/DICTIONARY APP/index.css -------------------------------------------------------------------------------- /DICTIONARY APP/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/DICTIONARY APP/index.html -------------------------------------------------------------------------------- /DICTIONARY APP/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/DICTIONARY APP/index.js -------------------------------------------------------------------------------- /DICTIONARY APP/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/DICTIONARY APP/search.png -------------------------------------------------------------------------------- /Dynamic_Captcha_Generation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Dynamic_Captcha_Generation/index.html -------------------------------------------------------------------------------- /Dynamic_Captcha_Generation/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Dynamic_Captcha_Generation/script.js -------------------------------------------------------------------------------- /Dynamic_Captcha_Generation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Dynamic_Captcha_Generation/style.css -------------------------------------------------------------------------------- /Ecommerce/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/app.js -------------------------------------------------------------------------------- /Ecommerce/img/adidas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/img/adidas.png -------------------------------------------------------------------------------- /Ecommerce/img/adidas2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/img/adidas2.png -------------------------------------------------------------------------------- /Ecommerce/img/contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/img/contact.png -------------------------------------------------------------------------------- /Ecommerce/img/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/img/facebook.png -------------------------------------------------------------------------------- /Ecommerce/img/gift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/img/gift.png -------------------------------------------------------------------------------- /Ecommerce/img/instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/img/instagram.png -------------------------------------------------------------------------------- /Ecommerce/img/master.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/img/master.png -------------------------------------------------------------------------------- /Ecommerce/img/nike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/img/nike.png -------------------------------------------------------------------------------- /Ecommerce/img/nike2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/img/nike2.png -------------------------------------------------------------------------------- /Ecommerce/img/puma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/img/puma.png -------------------------------------------------------------------------------- /Ecommerce/img/puma2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/img/puma2.png -------------------------------------------------------------------------------- /Ecommerce/img/reebok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/img/reebok.png -------------------------------------------------------------------------------- /Ecommerce/img/reebok2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/img/reebok2.png -------------------------------------------------------------------------------- /Ecommerce/img/return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/img/return.png -------------------------------------------------------------------------------- /Ecommerce/img/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/img/search.png -------------------------------------------------------------------------------- /Ecommerce/img/shipping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/img/shipping.png -------------------------------------------------------------------------------- /Ecommerce/img/sketchers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/img/sketchers.png -------------------------------------------------------------------------------- /Ecommerce/img/sketchers2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/img/sketchers2.png -------------------------------------------------------------------------------- /Ecommerce/img/sneakers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/img/sneakers.png -------------------------------------------------------------------------------- /Ecommerce/img/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/img/twitter.png -------------------------------------------------------------------------------- /Ecommerce/img/visa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/img/visa.png -------------------------------------------------------------------------------- /Ecommerce/img/whatsapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/img/whatsapp.png -------------------------------------------------------------------------------- /Ecommerce/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/index.html -------------------------------------------------------------------------------- /Ecommerce/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Ecommerce/style.css -------------------------------------------------------------------------------- /Glowing-Border-Animation-with-CSS/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Glowing-Border-Animation-with-CSS/css/style.css -------------------------------------------------------------------------------- /Glowing-Border-Animation-with-CSS/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Glowing-Border-Animation-with-CSS/frame.png -------------------------------------------------------------------------------- /Glowing-Border-Animation-with-CSS/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Glowing-Border-Animation-with-CSS/index.html -------------------------------------------------------------------------------- /Glowing-Border-Animation-with-CSS/pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Glowing-Border-Animation-with-CSS/pic.png -------------------------------------------------------------------------------- /Hangman_game/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Hangman_game/index.html -------------------------------------------------------------------------------- /Hangman_game/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Hangman_game/script.js -------------------------------------------------------------------------------- /Hangman_game/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Hangman_game/style.css -------------------------------------------------------------------------------- /Html boilerplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Html boilerplate -------------------------------------------------------------------------------- /Netflix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Netflix -------------------------------------------------------------------------------- /OpenCV_Game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/OpenCV_Game.py -------------------------------------------------------------------------------- /Password Generator/password.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Password Generator/password.html -------------------------------------------------------------------------------- /Password Generator/password.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Password Generator/password.js -------------------------------------------------------------------------------- /Password generator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Password generator/index.html -------------------------------------------------------------------------------- /PasswordGenerator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/PasswordGenerator.html -------------------------------------------------------------------------------- /Posture Detection using JS/Harbhajan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Posture Detection using JS/Harbhajan.jpg -------------------------------------------------------------------------------- /Posture Detection using JS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Posture Detection using JS/README.md -------------------------------------------------------------------------------- /Posture Detection using JS/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Posture Detection using JS/index.html -------------------------------------------------------------------------------- /Posture Detection using JS/posture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Posture Detection using JS/posture.js -------------------------------------------------------------------------------- /Posture Detection using JS/sketch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Posture Detection using JS/sketch.js -------------------------------------------------------------------------------- /Posture Detection using JS/thug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Posture Detection using JS/thug.png -------------------------------------------------------------------------------- /Python Snake Game: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Python Snake Game -------------------------------------------------------------------------------- /QR-Generator/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/QR-Generator/package-lock.json -------------------------------------------------------------------------------- /QR-Generator/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/QR-Generator/package.json -------------------------------------------------------------------------------- /QR-Generator/public/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/QR-Generator/public/background.jpg -------------------------------------------------------------------------------- /QR-Generator/qr-images/alt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/QR-Generator/qr-images/alt.jpg -------------------------------------------------------------------------------- /QR-Generator/qr-images/qr_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/QR-Generator/qr-images/qr_img.png -------------------------------------------------------------------------------- /QR-Generator/solution.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/QR-Generator/solution.js -------------------------------------------------------------------------------- /QR-Generator/urls/URL.txt: -------------------------------------------------------------------------------- 1 | undmy -------------------------------------------------------------------------------- /QR-Generator/views/form.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/QR-Generator/views/form.ejs -------------------------------------------------------------------------------- /Quote/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Quote/index.html -------------------------------------------------------------------------------- /Quote/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Quote/script.js -------------------------------------------------------------------------------- /Quote/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Quote/style.css -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/README.md -------------------------------------------------------------------------------- /Razorpay-Clone/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Razorpay-Clone/.DS_Store -------------------------------------------------------------------------------- /Razorpay-Clone/Razorpay-clone.md: -------------------------------------------------------------------------------- 1 | This is Simple Razorpay Clone made using Tailwind CSS 2 | -------------------------------------------------------------------------------- /Razorpay-Clone/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Razorpay-Clone/index.html -------------------------------------------------------------------------------- /Razorpay-Clone/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Razorpay-Clone/package-lock.json -------------------------------------------------------------------------------- /Razorpay-Clone/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Razorpay-Clone/package.json -------------------------------------------------------------------------------- /Razorpay-Clone/postcss.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Razorpay-Clone/postcss.config.js -------------------------------------------------------------------------------- /Razorpay-Clone/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Razorpay-Clone/style.css -------------------------------------------------------------------------------- /Razorpay-Clone/tailwind.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Razorpay-Clone/tailwind.js -------------------------------------------------------------------------------- /ReactStockGraph/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/ReactStockGraph/.gitignore -------------------------------------------------------------------------------- /ReactStockGraph/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/ReactStockGraph/README.md -------------------------------------------------------------------------------- /ReactStockGraph/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/ReactStockGraph/package-lock.json -------------------------------------------------------------------------------- /ReactStockGraph/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/ReactStockGraph/package.json -------------------------------------------------------------------------------- /ReactStockGraph/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/ReactStockGraph/public/favicon.ico -------------------------------------------------------------------------------- /ReactStockGraph/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/ReactStockGraph/public/index.html -------------------------------------------------------------------------------- /ReactStockGraph/public/logo192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/ReactStockGraph/public/logo192.png -------------------------------------------------------------------------------- /ReactStockGraph/public/logo512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/ReactStockGraph/public/logo512.png -------------------------------------------------------------------------------- /ReactStockGraph/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/ReactStockGraph/public/manifest.json -------------------------------------------------------------------------------- /ReactStockGraph/public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/ReactStockGraph/public/robots.txt -------------------------------------------------------------------------------- /ReactStockGraph/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/ReactStockGraph/src/App.css -------------------------------------------------------------------------------- /ReactStockGraph/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/ReactStockGraph/src/App.js -------------------------------------------------------------------------------- /ReactStockGraph/src/App.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/ReactStockGraph/src/App.test.js -------------------------------------------------------------------------------- /ReactStockGraph/src/Modal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/ReactStockGraph/src/Modal.js -------------------------------------------------------------------------------- /ReactStockGraph/src/Modal.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/ReactStockGraph/src/Modal.module.css -------------------------------------------------------------------------------- /ReactStockGraph/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/ReactStockGraph/src/index.css -------------------------------------------------------------------------------- /ReactStockGraph/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/ReactStockGraph/src/index.js -------------------------------------------------------------------------------- /ReactStockGraph/src/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/ReactStockGraph/src/logo.svg -------------------------------------------------------------------------------- /ReactStockGraph/src/reportWebVitals.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/ReactStockGraph/src/reportWebVitals.js -------------------------------------------------------------------------------- /ReactStockGraph/src/setupTests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/ReactStockGraph/src/setupTests.js -------------------------------------------------------------------------------- /RegistrationForm/css_task7style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/RegistrationForm/css_task7style.css -------------------------------------------------------------------------------- /RegistrationForm/form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/RegistrationForm/form.html -------------------------------------------------------------------------------- /Rock Paper Scissor/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Rock Paper Scissor/0.jpg -------------------------------------------------------------------------------- /Rock Paper Scissor/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Rock Paper Scissor/1.jpg -------------------------------------------------------------------------------- /Rock Paper Scissor/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Rock Paper Scissor/2.jpg -------------------------------------------------------------------------------- /Rock Paper Scissor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Rock Paper Scissor/index.html -------------------------------------------------------------------------------- /Rock Paper Scissor/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Rock Paper Scissor/script.js -------------------------------------------------------------------------------- /Rock Paper Scissor/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Rock Paper Scissor/styles.css -------------------------------------------------------------------------------- /Search Bar/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Search Bar/.DS_Store -------------------------------------------------------------------------------- /Search Bar/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | package-lock.json 3 | 4 | -------------------------------------------------------------------------------- /Search Bar/.idea/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Search Bar/.idea/.gitignore -------------------------------------------------------------------------------- /Search Bar/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Search Bar/.idea/misc.xml -------------------------------------------------------------------------------- /Search Bar/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Search Bar/.idea/modules.xml -------------------------------------------------------------------------------- /Search Bar/.idea/serp.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Search Bar/.idea/serp.iml -------------------------------------------------------------------------------- /Search Bar/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Search Bar/.idea/vcs.xml -------------------------------------------------------------------------------- /Search Bar/bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Search Bar/bundle.js -------------------------------------------------------------------------------- /Search Bar/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Search Bar/index.css -------------------------------------------------------------------------------- /Search Bar/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Search Bar/index.html -------------------------------------------------------------------------------- /Search Bar/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Search Bar/index.js -------------------------------------------------------------------------------- /Search Bar/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Search Bar/main.js -------------------------------------------------------------------------------- /Search Bar/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Search Bar/package.json -------------------------------------------------------------------------------- /Search Bar/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Search Bar/yarn.lock -------------------------------------------------------------------------------- /Shooting-game/Images/angler1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Shooting-game/Images/angler1.png -------------------------------------------------------------------------------- /Shooting-game/Images/angler2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Shooting-game/Images/angler2.png -------------------------------------------------------------------------------- /Shooting-game/Images/drone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Shooting-game/Images/drone.png -------------------------------------------------------------------------------- /Shooting-game/Images/fireExplosion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Shooting-game/Images/fireExplosion.png -------------------------------------------------------------------------------- /Shooting-game/Images/gears.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Shooting-game/Images/gears.png -------------------------------------------------------------------------------- /Shooting-game/Images/hivewhale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Shooting-game/Images/hivewhale.png -------------------------------------------------------------------------------- /Shooting-game/Images/layer1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Shooting-game/Images/layer1.png -------------------------------------------------------------------------------- /Shooting-game/Images/layer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Shooting-game/Images/layer2.png -------------------------------------------------------------------------------- /Shooting-game/Images/layer3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Shooting-game/Images/layer3.png -------------------------------------------------------------------------------- /Shooting-game/Images/layer4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Shooting-game/Images/layer4.png -------------------------------------------------------------------------------- /Shooting-game/Images/lucky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Shooting-game/Images/lucky.png -------------------------------------------------------------------------------- /Shooting-game/Images/player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Shooting-game/Images/player.png -------------------------------------------------------------------------------- /Shooting-game/Images/projectile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Shooting-game/Images/projectile.png -------------------------------------------------------------------------------- /Shooting-game/Images/smokeExplosion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Shooting-game/Images/smokeExplosion.png -------------------------------------------------------------------------------- /Shooting-game/Simon game/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Shooting-game/Simon game/app.js -------------------------------------------------------------------------------- /Shooting-game/Simon game/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Shooting-game/Simon game/index.html -------------------------------------------------------------------------------- /Shooting-game/Simon game/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Shooting-game/Simon game/style.css -------------------------------------------------------------------------------- /Shooting-game/game.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Shooting-game/game.html -------------------------------------------------------------------------------- /Shooting-game/game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Shooting-game/game.js -------------------------------------------------------------------------------- /Shooting-game/hit.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Shooting-game/hit.mp3 -------------------------------------------------------------------------------- /Shooting-game/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Shooting-game/style.css -------------------------------------------------------------------------------- /SnakeGame/.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "liveServer.settings.port": 5501 3 | } 4 | -------------------------------------------------------------------------------- /SnakeGame/Resources.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/SnakeGame/Resources.txt -------------------------------------------------------------------------------- /SnakeGame/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/SnakeGame/css/style.css -------------------------------------------------------------------------------- /SnakeGame/img/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/SnakeGame/img/bg.jpg -------------------------------------------------------------------------------- /SnakeGame/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/SnakeGame/index.html -------------------------------------------------------------------------------- /SnakeGame/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/SnakeGame/js/index.js -------------------------------------------------------------------------------- /SnakeGame/music/food.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/SnakeGame/music/food.mp3 -------------------------------------------------------------------------------- /SnakeGame/music/gameover.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/SnakeGame/music/gameover.mp3 -------------------------------------------------------------------------------- /SnakeGame/music/move.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/SnakeGame/music/move.mp3 -------------------------------------------------------------------------------- /SnakeGame/music/music.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/SnakeGame/music/music.mp3 -------------------------------------------------------------------------------- /Snake_Water_Gun_Game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Snake_Water_Gun_Game.py -------------------------------------------------------------------------------- /TRANSLATOR APP/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/TRANSLATOR APP/index.css -------------------------------------------------------------------------------- /TRANSLATOR APP/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/TRANSLATOR APP/index.html -------------------------------------------------------------------------------- /TRANSLATOR APP/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/TRANSLATOR APP/js/index.js -------------------------------------------------------------------------------- /TicTacToe/excited.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/TicTacToe/excited.gif -------------------------------------------------------------------------------- /TicTacToe/gameover.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/TicTacToe/gameover.mp3 -------------------------------------------------------------------------------- /TicTacToe/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/TicTacToe/index.html -------------------------------------------------------------------------------- /TicTacToe/music.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/TicTacToe/music.mp3 -------------------------------------------------------------------------------- /TicTacToe/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/TicTacToe/script.js -------------------------------------------------------------------------------- /TicTacToe/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/TicTacToe/style.css -------------------------------------------------------------------------------- /TicTacToe/ting.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/TicTacToe/ting.mp3 -------------------------------------------------------------------------------- /Turtle_race_betting_game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Turtle_race_betting_game.py -------------------------------------------------------------------------------- /VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/.gitignore -------------------------------------------------------------------------------- /VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/README.md -------------------------------------------------------------------------------- /VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/package-lock.json -------------------------------------------------------------------------------- /VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/package.json -------------------------------------------------------------------------------- /VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/public/index.html -------------------------------------------------------------------------------- /VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/src/App.css -------------------------------------------------------------------------------- /VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/src/App.js -------------------------------------------------------------------------------- /VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/src/Service/alanScript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/src/Service/alanScript.js -------------------------------------------------------------------------------- /VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/src/Service/getNews.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/src/Service/getNews.js -------------------------------------------------------------------------------- /VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/src/components/NewsData.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/src/components/NewsData.js -------------------------------------------------------------------------------- /VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/src/index.css -------------------------------------------------------------------------------- /VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/VOICE-CONTROLLED-NEWS-APP/voicecontrollednews/src/index.js -------------------------------------------------------------------------------- /Weather Project/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Weather Project/index.html -------------------------------------------------------------------------------- /Weather Project/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Weather Project/script.js -------------------------------------------------------------------------------- /Weather Project/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/Weather Project/style.css -------------------------------------------------------------------------------- /added Calendar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/added Calendar -------------------------------------------------------------------------------- /blind_bid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/blind_bid.py -------------------------------------------------------------------------------- /bmi-calculator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/bmi-calculator/index.html -------------------------------------------------------------------------------- /bmi-calculator/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/bmi-calculator/script.js -------------------------------------------------------------------------------- /bmi-calculator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/bmi-calculator/style.css -------------------------------------------------------------------------------- /chat_application-main/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/chat_application-main/README.md -------------------------------------------------------------------------------- /chat_application-main/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/chat_application-main/package-lock.json -------------------------------------------------------------------------------- /chat_application-main/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/chat_application-main/package.json -------------------------------------------------------------------------------- /chat_application-main/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/chat_application-main/public/favicon.ico -------------------------------------------------------------------------------- /chat_application-main/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/chat_application-main/public/index.html -------------------------------------------------------------------------------- /chat_application-main/public/logo192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/chat_application-main/public/logo192.png -------------------------------------------------------------------------------- /chat_application-main/public/logo512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/chat_application-main/public/logo512.png -------------------------------------------------------------------------------- /chat_application-main/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/chat_application-main/public/manifest.json -------------------------------------------------------------------------------- /chat_application-main/public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/chat_application-main/public/robots.txt -------------------------------------------------------------------------------- /chat_application-main/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/chat_application-main/src/App.css -------------------------------------------------------------------------------- /chat_application-main/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/chat_application-main/src/App.js -------------------------------------------------------------------------------- /chat_application-main/src/components/ChatFeed.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/chat_application-main/src/components/ChatFeed.jsx -------------------------------------------------------------------------------- /chat_application-main/src/components/LoginForm.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/chat_application-main/src/components/LoginForm.jsx -------------------------------------------------------------------------------- /chat_application-main/src/components/MessageForm.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/chat_application-main/src/components/MessageForm.jsx -------------------------------------------------------------------------------- /chat_application-main/src/components/MyMessage.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/chat_application-main/src/components/MyMessage.jsx -------------------------------------------------------------------------------- /chat_application-main/src/components/TheirMessage.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/chat_application-main/src/components/TheirMessage.jsx -------------------------------------------------------------------------------- /chat_application-main/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/chat_application-main/src/index.js -------------------------------------------------------------------------------- /currencyConvertor/.eslintrc.cjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/currencyConvertor/.eslintrc.cjs -------------------------------------------------------------------------------- /currencyConvertor/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/currencyConvertor/.gitignore -------------------------------------------------------------------------------- /currencyConvertor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/currencyConvertor/README.md -------------------------------------------------------------------------------- /currencyConvertor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/currencyConvertor/index.html -------------------------------------------------------------------------------- /currencyConvertor/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/currencyConvertor/package-lock.json -------------------------------------------------------------------------------- /currencyConvertor/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/currencyConvertor/package.json -------------------------------------------------------------------------------- /currencyConvertor/postcss.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/currencyConvertor/postcss.config.js -------------------------------------------------------------------------------- /currencyConvertor/public/vite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/currencyConvertor/public/vite.svg -------------------------------------------------------------------------------- /currencyConvertor/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/currencyConvertor/src/App.css -------------------------------------------------------------------------------- /currencyConvertor/src/App.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/currencyConvertor/src/App.jsx -------------------------------------------------------------------------------- /currencyConvertor/src/assets/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/currencyConvertor/src/assets/favicon.png -------------------------------------------------------------------------------- /currencyConvertor/src/assets/react.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/currencyConvertor/src/assets/react.svg -------------------------------------------------------------------------------- /currencyConvertor/src/components/InputBox.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/currencyConvertor/src/components/InputBox.jsx -------------------------------------------------------------------------------- /currencyConvertor/src/hooks/useCurrencyInfo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/currencyConvertor/src/hooks/useCurrencyInfo.js -------------------------------------------------------------------------------- /currencyConvertor/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/currencyConvertor/src/index.css -------------------------------------------------------------------------------- /currencyConvertor/src/main.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/currencyConvertor/src/main.jsx -------------------------------------------------------------------------------- /currencyConvertor/tailwind.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/currencyConvertor/tailwind.config.js -------------------------------------------------------------------------------- /currencyConvertor/vite.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/currencyConvertor/vite.config.js -------------------------------------------------------------------------------- /guessmenumber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/guessmenumber.py -------------------------------------------------------------------------------- /hoverbutton/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/hoverbutton/index.html -------------------------------------------------------------------------------- /hoverbutton/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/hoverbutton/style.css -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/index.js -------------------------------------------------------------------------------- /maths js/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/maths js/index.html -------------------------------------------------------------------------------- /maths js/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/maths js/script.js -------------------------------------------------------------------------------- /maths js/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/maths js/style.css -------------------------------------------------------------------------------- /password strength/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/password strength/index.html -------------------------------------------------------------------------------- /password strength/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/password strength/script.js -------------------------------------------------------------------------------- /password strength/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/password strength/style.css -------------------------------------------------------------------------------- /react-stopwatch-master/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/react-stopwatch-master/LICENSE -------------------------------------------------------------------------------- /react-stopwatch-master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/react-stopwatch-master/README.md -------------------------------------------------------------------------------- /react-stopwatch-master/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/react-stopwatch-master/package-lock.json -------------------------------------------------------------------------------- /react-stopwatch-master/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/react-stopwatch-master/package.json -------------------------------------------------------------------------------- /react-stopwatch-master/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/react-stopwatch-master/public/favicon.ico -------------------------------------------------------------------------------- /react-stopwatch-master/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/react-stopwatch-master/public/index.html -------------------------------------------------------------------------------- /react-stopwatch-master/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/react-stopwatch-master/public/manifest.json -------------------------------------------------------------------------------- /react-stopwatch-master/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/react-stopwatch-master/src/App.css -------------------------------------------------------------------------------- /react-stopwatch-master/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/react-stopwatch-master/src/App.js -------------------------------------------------------------------------------- /react-stopwatch-master/src/App.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/react-stopwatch-master/src/App.test.js -------------------------------------------------------------------------------- /react-stopwatch-master/src/Stopwatch.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/react-stopwatch-master/src/Stopwatch.css -------------------------------------------------------------------------------- /react-stopwatch-master/src/Stopwatch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/react-stopwatch-master/src/Stopwatch.js -------------------------------------------------------------------------------- /react-stopwatch-master/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/react-stopwatch-master/src/index.css -------------------------------------------------------------------------------- /react-stopwatch-master/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/react-stopwatch-master/src/index.js -------------------------------------------------------------------------------- /react-stopwatch-master/src/registerServiceWorker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/react-stopwatch-master/src/registerServiceWorker.js -------------------------------------------------------------------------------- /tan4regform.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/tan4regform.html -------------------------------------------------------------------------------- /textutil/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/.gitignore -------------------------------------------------------------------------------- /textutil/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/README.md -------------------------------------------------------------------------------- /textutil/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/package-lock.json -------------------------------------------------------------------------------- /textutil/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/package.json -------------------------------------------------------------------------------- /textutil/public/android-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/android-icon-144x144.png -------------------------------------------------------------------------------- /textutil/public/android-icon-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/android-icon-192x192.png -------------------------------------------------------------------------------- /textutil/public/android-icon-36x36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/android-icon-36x36.png -------------------------------------------------------------------------------- /textutil/public/android-icon-48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/android-icon-48x48.png -------------------------------------------------------------------------------- /textutil/public/android-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/android-icon-72x72.png -------------------------------------------------------------------------------- /textutil/public/android-icon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/android-icon-96x96.png -------------------------------------------------------------------------------- /textutil/public/apple-icon-114x114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/apple-icon-114x114.png -------------------------------------------------------------------------------- /textutil/public/apple-icon-120x120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/apple-icon-120x120.png -------------------------------------------------------------------------------- /textutil/public/apple-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/apple-icon-144x144.png -------------------------------------------------------------------------------- /textutil/public/apple-icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/apple-icon-152x152.png -------------------------------------------------------------------------------- /textutil/public/apple-icon-180x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/apple-icon-180x180.png -------------------------------------------------------------------------------- /textutil/public/apple-icon-57x57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/apple-icon-57x57.png -------------------------------------------------------------------------------- /textutil/public/apple-icon-60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/apple-icon-60x60.png -------------------------------------------------------------------------------- /textutil/public/apple-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/apple-icon-72x72.png -------------------------------------------------------------------------------- /textutil/public/apple-icon-76x76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/apple-icon-76x76.png -------------------------------------------------------------------------------- /textutil/public/apple-icon-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/apple-icon-precomposed.png -------------------------------------------------------------------------------- /textutil/public/apple-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/apple-icon.png -------------------------------------------------------------------------------- /textutil/public/browserconfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/browserconfig.xml -------------------------------------------------------------------------------- /textutil/public/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/favicon-16x16.png -------------------------------------------------------------------------------- /textutil/public/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/favicon-32x32.png -------------------------------------------------------------------------------- /textutil/public/favicon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/favicon-96x96.png -------------------------------------------------------------------------------- /textutil/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/favicon.ico -------------------------------------------------------------------------------- /textutil/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/index.html -------------------------------------------------------------------------------- /textutil/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/manifest.json -------------------------------------------------------------------------------- /textutil/public/ms-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/ms-icon-144x144.png -------------------------------------------------------------------------------- /textutil/public/ms-icon-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/ms-icon-150x150.png -------------------------------------------------------------------------------- /textutil/public/ms-icon-310x310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/ms-icon-310x310.png -------------------------------------------------------------------------------- /textutil/public/ms-icon-70x70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/ms-icon-70x70.png -------------------------------------------------------------------------------- /textutil/public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/public/robots.txt -------------------------------------------------------------------------------- /textutil/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/src/App.css -------------------------------------------------------------------------------- /textutil/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/src/App.js -------------------------------------------------------------------------------- /textutil/src/App.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/src/App.test.js -------------------------------------------------------------------------------- /textutil/src/components/About.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/src/components/About.js -------------------------------------------------------------------------------- /textutil/src/components/Alert.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/src/components/Alert.js -------------------------------------------------------------------------------- /textutil/src/components/Navbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/src/components/Navbar.js -------------------------------------------------------------------------------- /textutil/src/components/TextForm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/src/components/TextForm.js -------------------------------------------------------------------------------- /textutil/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/src/index.css -------------------------------------------------------------------------------- /textutil/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/src/index.js -------------------------------------------------------------------------------- /textutil/src/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/src/logo.svg -------------------------------------------------------------------------------- /textutil/src/reportWebVitals.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/src/reportWebVitals.js -------------------------------------------------------------------------------- /textutil/src/setupTests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chayandas07/Web-development-Basic-hacktoberfest/HEAD/textutil/src/setupTests.js --------------------------------------------------------------------------------