{"id":20037960,"url":"https://github.com/yashi-singh-9/datepicker-ui","last_synced_at":"2026-06-05T13:31:22.824Z","repository":{"id":256756085,"uuid":"856330276","full_name":"Yashi-Singh-9/Datepicker-UI","owner":"Yashi-Singh-9","description":"Datepicker UI is a simple, static datepicker component built with HTML and CSS. It provides a basic calendar interface for date selection without functionality, serving as a foundation for adding JavaScript interactivity later. Perfect for UI design practice or as a starter project.","archived":false,"fork":false,"pushed_at":"2024-09-12T12:02:19.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-13T10:28:17.019Z","etag":null,"topics":["css","html","layout","layouts","positioning","roadmap","roadmap-project"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Yashi-Singh-9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-12T11:57:22.000Z","updated_at":"2024-09-12T12:03:34.000Z","dependencies_parsed_at":"2024-09-12T23:17:48.685Z","dependency_job_id":"f2e5802e-9777-48f3-968c-4d4781b2fd86","html_url":"https://github.com/Yashi-Singh-9/Datepicker-UI","commit_stats":null,"previous_names":["yashi-singh-9/datepicker-ui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yashi-Singh-9%2FDatepicker-UI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yashi-Singh-9%2FDatepicker-UI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yashi-Singh-9%2FDatepicker-UI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yashi-Singh-9%2FDatepicker-UI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yashi-Singh-9","download_url":"https://codeload.github.com/Yashi-Singh-9/Datepicker-UI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233648504,"owners_count":18708165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","html","layout","layouts","positioning","roadmap","roadmap-project"],"created_at":"2024-11-13T10:24:10.998Z","updated_at":"2025-01-12T18:46:41.755Z","avatar_url":"https://github.com/Yashi-Singh-9.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Datepicker UI\n\n## Description\nDatepicker UI is a simple, static datepicker component created using only HTML and CSS. It serves as a foundational UI element for selecting dates and can later be enhanced with JavaScript to add interactivity and functionality. The current version is non-functional and designed for demonstration purposes, making it an ideal starting point for learning UI development.\n\nThis project is based on the task described on [Roadmap.sh](https://roadmap.sh/projects/datepicker-ui). It is meant to familiarize developers with designing user interfaces using basic web technologies without relying on JavaScript.\n\n### Features:\n- Simple, visually appealing calendar UI.\n- Custom date input field for `dd/mm/yyyy`.\n- Clean layout with a responsive design.\n- Navigation buttons for switching months (static for now).\n- Hover effects on date cells to enhance user experience.\n\n## Badges\n[![HTML](https://img.shields.io/badge/HTML-100%25-success)](https://www.w3.org/TR/html52/)  [![CSS](https://img.shields.io/badge/CSS-100%25-blue)](https://www.w3.org/Style/CSS/Overview.en.html)\n[![GitHub last commit](https://img.shields.io/github/last-commit/Yashi-Singh-9/Datepicker-UI)](https://github.com/Yashi-Singh-9/Datepicker-UI)\n\n\n## Visuals\nHere’s a preview of the Datepicker UI:\n\n![Datepicker Preview](Screenshot.png)\n\n## Installation\nNo installation required! Simply download the project files and open the `index.html` file in any modern web browser. Here's how you can get started:\n\n1. Clone the repository or download the zip file.\n   ```bash\n   git clone https://github.com/Yashi-Singh-9/Datepicker-UI\n   ```\n2. Open `index.html` in your browser to view the datepicker UI.\n3. You can customize the CSS or add JavaScript for more functionality.\n\n## Usage\nThis project is currently a static UI for a datepicker. It’s useful for learning or as a starter project. The calendar is displayed when you click the calendar icon, though the functionality can be expanded with JavaScript to handle date selection.\n\nExample usage scenario:\n```html\n\u003cinput type=\"text\" placeholder=\"dd / mm / yyyy\" class=\"datepicker-input\"\u003e\n```\n\n## Support\nIf you encounter any issues or need help with this project, feel free to:\n- Submit an issue via GitHub's issue tracker.\n- Reach out to me via [LinkedIn](www.linkedin.com/in/yashi-singh-b4143a246).\n\n## Roadmap\nFuture improvements include:\n1. Adding JavaScript functionality for date selection.\n2. Supporting dynamic month navigation.\n3. Improving responsiveness for mobile devices.\n4. Adding multi-language support.\n\n## Contributing\nContributions are welcome! Please submit a pull request with a detailed explanation of what your changes improve. Here's how to contribute:\n1. Fork the repository.\n2. Create a new branch.\n3. Make your changes.\n4. Submit a pull request.\n\n## Authors and Acknowledgment\nDeveloped by Yashi Singh. Special thanks to [Roadmap.sh](https://roadmap.sh/) for providing project inspiration.\n\n## License\nThis project is licensed under the [MIT License](LICENSE).\n\n## Project Status\nThe project is in its initial phase, and active development is expected for future features and improvements.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashi-singh-9%2Fdatepicker-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyashi-singh-9%2Fdatepicker-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashi-singh-9%2Fdatepicker-ui/lists"}