Tasks

IEEE JUSB Website

<aside>

Redesign the official IEEE JUSB website. Design an eye-catching user interface, with different sections showcasing information about the student branch.

Reference - https://www.ieee-jaduniv.in/

</aside>

Event Management Website

<aside>

Create a website for an upcoming IEEE event. The website should allow users to view upcoming events and their details. Design an intuitive user interface with separate sections for event listings, timeline, speakers, etc.

Bonus features to give you an extra edge -

Reference - https://doubleslash3.ieee-jaduniv.in/, https://hello.ieee-jaduniv.in/

</aside>

Football Standings Using API

<aside>

Create a website that allows users to select a football competition (Premier League, La Liga, etc) and get the points table for it from an external API such as https://www.football-data.org/ or any other similar API of your choice.

Design an intuitive user interface where users can easily select the competition name and view the corresponding standings. Implement functionality to fetch data from the API and display it dynamically on the website.

</aside>

Bonus Task

Can be attempted along with one of the above tasks.

<aside>

Data Cleaning

IEEE is organizing an event and has set up registration through two portals. The participant data received from the two sources is given to you in the form of two spreadsheets. Write a script to automatically combine the list of participants into a single spreadsheet, with columns for Participant Name, Team Name, Participant Type (leader/member), Participant Phone Number and Participant Email. Make sure to handle edge cases such as missing data appropriately.

Files -

https://docs.google.com/spreadsheets/d/1PIjSBRUy8rNJoChCVUa7ElYaac5lPFWF/edit?usp=sharing&ouid=111672686721627549493&rtpof=true&sd=true

https://docs.google.com/spreadsheets/d/1_eZoQk462qtDs6jas9nTx6b7kkJiU_zv/edit?usp=sharing&ouid=111672686721627549493&rtpof=true&sd=true

</aside>

OR

<aside>

Backend Authentication System

Develop a backend authentication system with Sign Up and Sign In functions. Users should be able to register for an account by providing their email and password, and then login using their credentials. (Bonus points will be awarded for implementing JWT or any other persistent login systems for enhanced security and user experience.)

</aside>

Frequently Asked Questions

<aside>

Some points to keep in mind -

POC