├── BinaryTree_Infect_time.js ├── CONTRIBUTING.md ├── Code_of_conduct.md ├── JS projects ├── Countdown Timer │ ├── images │ │ └── background.jpg │ ├── index.html │ ├── index.js │ └── styles.css ├── Dum ├── ExpenseTrackerApp │ ├── YoungSerif-Regular.ttf │ ├── favicon.ico │ ├── index.html │ ├── script.js │ └── style.css ├── Password_Gnerator │ ├── index.html │ ├── index.js │ └── style.css └── Weather_App │ ├── assets │ ├── cloud.png │ ├── favicon.ico │ ├── humidity.png │ ├── image.jpg │ ├── loading.gif │ ├── location.png │ ├── not-found.png │ ├── page-not-found.jpg │ ├── search.png │ └── wind.png │ ├── index.html │ ├── index.js │ └── style.css ├── Profiles ├── Ahmed.md ├── Akanksha.md ├── Debarshee.md ├── Ebin.md.txt ├── Hritik_kumar.md ├── Ishita.md ├── Khushnuma.md ├── MMVonnSeek.md ├── Namya.md ├── Shubham.md ├── Simran Verma.md ├── Spandan.md ├── Sumit.md ├── Suraj_Vishwakarma.md ├── aecuto.md ├── anusha.md ├── jatin.md ├── shubhojyoti.md └── suhail.md ├── README.md ├── Scripts ├── Ahmed.py ├── Akanksha.py ├── CalculatorGUI.py ├── Ebin.py ├── Ishita.cpp ├── MMVonnSeek.py ├── Namya.py ├── Rishika.py ├── Shubham.js ├── Spandan.py ├── Sumit.py ├── Vaibhav.cpp ├── aecuto.py ├── guessing_game.cpp ├── hello_world_Hritik.py ├── hello_world_nileshpatil1912.py ├── hello_world_oyejateen.jl └── ishan.py └── logo.png /BinaryTree_Infect_time.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/BinaryTree_Infect_time.js -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Code_of_conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Code_of_conduct.md -------------------------------------------------------------------------------- /JS projects/Countdown Timer/images/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/Countdown Timer/images/background.jpg -------------------------------------------------------------------------------- /JS projects/Countdown Timer/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/Countdown Timer/index.html -------------------------------------------------------------------------------- /JS projects/Countdown Timer/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/Countdown Timer/index.js -------------------------------------------------------------------------------- /JS projects/Countdown Timer/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/Countdown Timer/styles.css -------------------------------------------------------------------------------- /JS projects/Dum: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /JS projects/ExpenseTrackerApp/YoungSerif-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/ExpenseTrackerApp/YoungSerif-Regular.ttf -------------------------------------------------------------------------------- /JS projects/ExpenseTrackerApp/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/ExpenseTrackerApp/favicon.ico -------------------------------------------------------------------------------- /JS projects/ExpenseTrackerApp/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/ExpenseTrackerApp/index.html -------------------------------------------------------------------------------- /JS projects/ExpenseTrackerApp/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/ExpenseTrackerApp/script.js -------------------------------------------------------------------------------- /JS projects/ExpenseTrackerApp/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/ExpenseTrackerApp/style.css -------------------------------------------------------------------------------- /JS projects/Password_Gnerator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/Password_Gnerator/index.html -------------------------------------------------------------------------------- /JS projects/Password_Gnerator/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/Password_Gnerator/index.js -------------------------------------------------------------------------------- /JS projects/Password_Gnerator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/Password_Gnerator/style.css -------------------------------------------------------------------------------- /JS projects/Weather_App/assets/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/Weather_App/assets/cloud.png -------------------------------------------------------------------------------- /JS projects/Weather_App/assets/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/Weather_App/assets/favicon.ico -------------------------------------------------------------------------------- /JS projects/Weather_App/assets/humidity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/Weather_App/assets/humidity.png -------------------------------------------------------------------------------- /JS projects/Weather_App/assets/image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/Weather_App/assets/image.jpg -------------------------------------------------------------------------------- /JS projects/Weather_App/assets/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/Weather_App/assets/loading.gif -------------------------------------------------------------------------------- /JS projects/Weather_App/assets/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/Weather_App/assets/location.png -------------------------------------------------------------------------------- /JS projects/Weather_App/assets/not-found.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/Weather_App/assets/not-found.png -------------------------------------------------------------------------------- /JS projects/Weather_App/assets/page-not-found.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/Weather_App/assets/page-not-found.jpg -------------------------------------------------------------------------------- /JS projects/Weather_App/assets/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/Weather_App/assets/search.png -------------------------------------------------------------------------------- /JS projects/Weather_App/assets/wind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/Weather_App/assets/wind.png -------------------------------------------------------------------------------- /JS projects/Weather_App/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/Weather_App/index.html -------------------------------------------------------------------------------- /JS projects/Weather_App/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/Weather_App/index.js -------------------------------------------------------------------------------- /JS projects/Weather_App/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/JS projects/Weather_App/style.css -------------------------------------------------------------------------------- /Profiles/Ahmed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Profiles/Ahmed.md -------------------------------------------------------------------------------- /Profiles/Akanksha.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Profiles/Akanksha.md -------------------------------------------------------------------------------- /Profiles/Debarshee.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Profiles/Debarshee.md -------------------------------------------------------------------------------- /Profiles/Ebin.md.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Profiles/Ebin.md.txt -------------------------------------------------------------------------------- /Profiles/Hritik_kumar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Profiles/Hritik_kumar.md -------------------------------------------------------------------------------- /Profiles/Ishita.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Profiles/Ishita.md -------------------------------------------------------------------------------- /Profiles/Khushnuma.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Profiles/Khushnuma.md -------------------------------------------------------------------------------- /Profiles/MMVonnSeek.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Profiles/MMVonnSeek.md -------------------------------------------------------------------------------- /Profiles/Namya.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Profiles/Namya.md -------------------------------------------------------------------------------- /Profiles/Shubham.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Profiles/Shubham.md -------------------------------------------------------------------------------- /Profiles/Simran Verma.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Profiles/Simran Verma.md -------------------------------------------------------------------------------- /Profiles/Spandan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Profiles/Spandan.md -------------------------------------------------------------------------------- /Profiles/Sumit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Profiles/Sumit.md -------------------------------------------------------------------------------- /Profiles/Suraj_Vishwakarma.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Profiles/Suraj_Vishwakarma.md -------------------------------------------------------------------------------- /Profiles/aecuto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Profiles/aecuto.md -------------------------------------------------------------------------------- /Profiles/anusha.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Profiles/anusha.md -------------------------------------------------------------------------------- /Profiles/jatin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Profiles/jatin.md -------------------------------------------------------------------------------- /Profiles/shubhojyoti.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Profiles/shubhojyoti.md -------------------------------------------------------------------------------- /Profiles/suhail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Profiles/suhail.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/Ahmed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Scripts/Ahmed.py -------------------------------------------------------------------------------- /Scripts/Akanksha.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Scripts/Akanksha.py -------------------------------------------------------------------------------- /Scripts/CalculatorGUI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Scripts/CalculatorGUI.py -------------------------------------------------------------------------------- /Scripts/Ebin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Scripts/Ebin.py -------------------------------------------------------------------------------- /Scripts/Ishita.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Scripts/Ishita.cpp -------------------------------------------------------------------------------- /Scripts/MMVonnSeek.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Scripts/MMVonnSeek.py -------------------------------------------------------------------------------- /Scripts/Namya.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Scripts/Namya.py -------------------------------------------------------------------------------- /Scripts/Rishika.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Scripts/Rishika.py -------------------------------------------------------------------------------- /Scripts/Shubham.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Scripts/Shubham.js -------------------------------------------------------------------------------- /Scripts/Spandan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Scripts/Spandan.py -------------------------------------------------------------------------------- /Scripts/Sumit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Scripts/Sumit.py -------------------------------------------------------------------------------- /Scripts/Vaibhav.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Scripts/Vaibhav.cpp -------------------------------------------------------------------------------- /Scripts/aecuto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Scripts/aecuto.py -------------------------------------------------------------------------------- /Scripts/guessing_game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Scripts/guessing_game.cpp -------------------------------------------------------------------------------- /Scripts/hello_world_Hritik.py: -------------------------------------------------------------------------------- 1 | print('Hello, Hacktoberfest 2023!') 2 | -------------------------------------------------------------------------------- /Scripts/hello_world_nileshpatil1912.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Scripts/hello_world_nileshpatil1912.py -------------------------------------------------------------------------------- /Scripts/hello_world_oyejateen.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Scripts/hello_world_oyejateen.jl -------------------------------------------------------------------------------- /Scripts/ishan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/Scripts/ishan.py -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AkankshaAI/Hacktoberfest2023-Beginners-New/HEAD/logo.png --------------------------------------------------------------------------------