Contest Tracker Landing Page - Copy this React, Tailwind Component to your project
A landing for the Contest tracker to show case its features n the landing page & the features are 1. **Roll Number and Date Range Selection**: Users can specify a range of roll numbers and select date ranges to filter the data. This feature ensures that only relevant student information is displayed based on the input criteria. 2. **Contest Participation Overview**: For each student, the application retrieves and displays details of contests they have participated in during the selected date range. Information includes the contest name & problems solved. 3. **Multi Platform Integration**: The application integrates with popular competitive programming platforms like **`CodeChef`**, **`Codeforces`**, and **`LeetCode`**, fetching data through their respective APIs and using web scraping techniques. This multi platform support ensures a comprehensive overview of students' activities across different platforms. 4. **Performance Metrics**: The application calculates and displays key performance metrics, such as the total number of contests participated in, total problems solved, and average problems solved per contest. These metrics provide valuable insights into each student's competitive programming journey. 5. **Export to xlsx:** Users can export the filtered data, including contest participation details and performance metrics, into an XLSX file. This feature allows for easy sharing and offline access to the data, making it convenient for record keeping and further analysis. The export includes well organized sheets, with each student's data presented in a clear and structured manner.
