Skip to content

Instantly share code, notes, and snippets.

View mikhasev's full-sized avatar
🪀
Focusing

Mikhail Mikhasev mikhasev

🪀
Focusing
View GitHub Profile
@mikhasev
mikhasev / copilot-instructions.md
Created May 18, 2025 07:13 — forked from burkeholland/copilot-instructions.md
Custom Instructions Example

Best Practices for AstroJS, React, Tailwind CSS, and Nanostores

Application Structure

Project Organization

src/
├── components/
│   ├── ui/              # Reusable UI components
│   └── features/        # Feature-specific components
@mikhasev
mikhasev / prd.md
Created May 18, 2025 07:12 — forked from burkeholland/prd.md
TheUrlist PRD

Project Requirements Document: The Urlist Website

The following table outlines the detailed functional requirements of The Urlist website.

Requirement ID Description User Story Expected Behavior/Outcome
FR001 Creating a New URL List As a user, I want to be able to start a new, empty list so I can begin adding URLs. The system should provide a clear way for the user to initiate the creation of a new list, potentially presenting an empty list view or an "add new list" button.
FR002 A