Skip to content

Set up 100 Days UI Challenge repository structure with Day 1 example#1

Draft
Copilot wants to merge 4 commits into
mainfrom
copilot/add-code-ui-challenge
Draft

Set up 100 Days UI Challenge repository structure with Day 1 example#1
Copilot wants to merge 4 commits into
mainfrom
copilot/add-code-ui-challenge

Conversation

Copilot AI commented Jan 12, 2026

Copy link
Copy Markdown

Repository setup for organizing and sharing 100 daily UI challenges on CodePen with community ratings.

Structure

  • Documentation: README, CONTRIBUTING (rating/support guidelines), QUICKSTART (template usage), catalog/progress tracker
  • Template system: templates/challenge-template/ with HTML/CSS/JS boilerplate for rapid challenge creation
  • Challenge organization: challenges/day-XXX/ structure with individual READMEs and CodePen link placeholders
  • Automation-ready: .gitignore and copy-paste workflow documented in QUICKSTART

Day 1 Example

Functional sign-up form demonstrating the pattern:

  • Form validation with visual feedback (red/green borders)
  • Password strength indicator (weak/medium/strong)
  • Animated success state overlay
  • Responsive layout with CSS variables for theming
challenges/day-001/
├── README.md       # Challenge description, CodePen link, learnings
├── index.html      # Semantic form structure
├── style.css       # CSS animations, custom properties
└── script.js       # Validation logic, strength checker

Screenshots

Initial State
Form

Validation + Password Strength
Validation

Success Animation
Success

Usage

  1. Copy template: cp -r templates/challenge-template challenges/day-002
  2. Customize HTML/CSS/JS
  3. Upload to CodePen, add link to README
  4. Update index.md progress tracker
Original prompt

i am taking up the 100days of ui challenge with ai and i am posting or adding the code here and in the codepen so that people can rate and support,


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 3 commits January 12, 2026 10:09
…d Day 1 example

Co-authored-by: Addy-shetty <50735760+Addy-shetty@users.noreply.github.com>
Co-authored-by: Addy-shetty <50735760+Addy-shetty@users.noreply.github.com>
…ntation

Co-authored-by: Addy-shetty <50735760+Addy-shetty@users.noreply.github.com>
Copilot AI changed the title [WIP] Add code for 100 days of UI challenge Set up 100 Days UI Challenge repository structure with Day 1 example Jan 12, 2026
Copilot AI requested a review from Addy-shetty January 12, 2026 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants