Skip to content

Latest commit

 

History

History
30 lines (30 loc) · 1.46 KB

README.md

File metadata and controls

30 lines (30 loc) · 1.46 KB

FRONT-END TRACK STAGE ONE TASK Task: Frontend Page Creation with Specific Elements Objective: Develop and host a web page using HTML, CSS and JS that showcases specific personal and real-time data attributes. Each required element should have a specified data-testid attribute for easy identification and testing. Requirements: Slack Name: Display your Slack name prominently. Attribute: data-testid="slackUserName" Slack Display Picture: Showcase your Slack profile picture. The image's alt attribute should be your Slack username. Attribute: data-testid="slackDisplayImage" Current Day of the Week: Indicate the current day of the week (e.g., Monday, Tuesday). Attribute: data-testid="currentDayOfTheWeek" Current UTC Time: Display the current UTC time in milliseconds,. Attribute: data-testid="currentUTCTime" Track: Mention your track (e.g Frontend). Attribute: data-testid="myTrack" GitHub URL: Provide a clickable link to your GitHub repository where the source code for this task resides. Attirbute: data-testid=“githubURL” SUBMISSION GUIDE: Submit your task through the designated submission form at the bottom of this announcement. Ensure you've: Hosted the page on a platform of your choice (e.g., Vercel, GitHub Pages, Netlify). Double-checked all requirements and acceptance criteria. Provide the hosted page's URL in the submission form. Before finalising your submission, thoroughly review your work to ensure accuracy, functionality, and adherence to the specified guidelines.