# GLUG Auditions Task ## HTML+CSS+JS * Todo list * Use github API to search user and show their name, no. of public repos, and image(Optional). * Show movie data for a given movie using OMDb(OMDb hi hai) API. * Create a local library to play music using howler.js * Show a list of problems with maximum submissions/most recent submissions with the username using codeforces api. ## Django * Login + Todo list * Website that saves notes on one page and shows all of them on the other (PasteBin) ## Basic HTML, CSS * Landing page for the club website and make it responsive using Bootstrap/Bulma.You may take reference from (https://nitdgplug.org) * Personal information page/Portfolio website. * Landing page for an online shopping portal.Make it responsive using bootstrap.You can use bootstrap cards for detailing some products. * A website similar to that of a landing page of a search engine and make it responsive. * Make a landing page for an event which is about to begin in a few days.Give necessary details and images. Add a timer.Make it responsive. * A static page containing blogs. Each blog should contain the blogger's image and his blog. * Make a website to showcase your favourite movie and make it responsive. (Use slides instead of still images). * Make a random joke generator with basic use of Javascript html and css.User has to input a lucky number in a text box and press submit, a new joke must appear on the screen. Appropriate error to be thrown on inputs being empty or non integers. ## Python * Web Scraping (Beautiful Soup) - Moneycontrol.com- Reliance, HDFC * Build a calculator, tictactoe(Optional) using Tkinter. * Automate web browser to open your GitHub Profile page using Selenium. (Optional) ## JAVA * Tic tac toe Applet * 2048 Game * calculator GUI * periodic table guessing game GUI( display one atomic number which is generated randomly and user has to input the atomic symbol, show on dialog if the atomic symbol is correct or not, if the symbol lies to the left/right of the correct answer show that in the dialog box popup and ask the user to guess again) ## PHP * Simple Registration system - Login and Register. ## Android App * Countdown Timer (Set timer, Start, Reset, Pause)- Music when timer end. * App to get questions based on a specific language using stackoverflow api. * A Gallery App to browse images using the Unsplash Api. * A Quiz App which fetches questions from Open Trivia API, calculate scores of users and display it.(optional max 3 attempts per question.) * Basic to do list implementation. Give a list of functionalities. For example, sabse basic toh tasks add and delete. then archive, sort, favouriting. As much as one can add. ## C/C++ * wxWidgets(Hello world) * GTK(Gui based Calculator) * A todo list management using c++ file handling.