Project 1: Schulte Table Game
Description:
Create a responsive web-based Schulte Table game where users can test their
cognitive skills by selecting numbers from 1 to 25 in chronological order from a
randomly arranged grid. The game should include a timer to track the user's completion
time, displaying it as the final score upon completion. Additionally, the website should
feature a section showcasing the best score achieved and the average of the past five
scores for users to track their progress.
Features:
● Responsive 5x5 grid layout for the Schulte Table game.
● Timer functionality to track completion time.
● Display of current score and best score of the past five attempts.
● Optimize performance for smooth navigation and reduced page load times.
● Ensure accessibility across various devices including desktops, tablets, and
mobile phones.
Difficulty Level: Easy-Medium [Frontend]
______________________________________________________________________
Project 2: Gymkhana Event Calendar System
Description:
Develop a dynamic web feature for the Gymkhana to manage and promote upcoming
events, provide announcements, and collect user feedback. The website should include
an event calendar showcasing details such as date, time, and venue, along with a
announcement banner highlighting important updates. Additionally, integrate a feedback
form to gather suggestions and comments from users, facilitating improvements in
future initiatives. The website should include events by all the clubs, administrations,
councils, etc. [Information can be harcoded]
Features:
● Dynamic event calendar showcasing upcoming Gymkhana events.
● Rotating announcement banner for important updates and deadlines.
● Feedback form for users to provide suggestions and comments.
● Responsive design for accessibility across multiple devices.
● Optimization for improved performance and user experience.
● Bonus points available for Backend integration.
Difficulty Level: Easy [Frontend]
______________________________________________________________________
Project 3: Local Music Player Web Application
Description:
Design and develop a clean and intuitive web interface for users to manage and play
their locally stored music library. The application should allow users to select music
sources from directories, create, edit, and delete playlists, and include standard
playback controls such as play, pause, next, previous, shuffle, and repeat. Additionally,
implement features like adjusting playback speed, a seek bar for navigation, and
displaying current playback position and total duration.
Features:
● Clean and intuitive interface for managing locally stored music library.
● Ability to select music sources from directories.
● Playlist management including creation, editing, and deletion.
● Standard playback controls (play, pause, next, previous, shuffle, repeat).
● Playback speed adjustment and seek bar for navigation.
● Display of current playback position and total duration.
Difficulty Level: Medium [Frontend-Backend]