Skip to content

ky1210/Taskify

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Taskify App

Figma design :

Clink on this link

FILE STRUCTURE

Stricly Adhere to the order

HTML_implementation/
β”œβ”€β”€ index.html
β”œβ”€β”€ login.html
β”œβ”€β”€ register.html
β”œβ”€β”€ notes.html
β”œβ”€β”€ profile.html
β”œβ”€β”€ style/
β”‚   β”œβ”€β”€ main.css
β”‚   β”œβ”€β”€ login.css
β”‚   β”œβ”€β”€ register.css
β”‚   β”œβ”€β”€ dashboard.css
β”‚   └── responsive.css
└── assets/
    β”œβ”€β”€ logo.png
    β”œβ”€β”€ favicon.ico
    └── icons/

πŸ“‹ Rules for Issues & Contributions

We use an issue-based development flow. Some issues are dependent on others and must be completed in sequence.

PULL REQUEST RULES

  1. Only start working on an issue that is assigned to you.

  2. Do not submit a PR without a corresponding GitHub issue.

  3. In your PR description, mention the issue number it closes using:

    Closes #issue_number
    
  4. Only one issue should be solved per pull request.

  5. Your PR will only be accepted if:

    • It is properly linked to the issue.
    • The issue has a points label (e.g., 10 points).
    • The code follows the structure and naming conventions.
  6. Do not work on blocked issues. Wait for dependencies to be resolved.

  7. Make sure your code is well formatted and clean before submitting.

πŸ“Œ General Rules

  1. Only claim one issue at a time. This helps avoid conflicts and encourages quality over quantity.
  2. Check dependencies before working on an issue.
  3. Mention the issue you’re working on in your Pull Request title and description.
  4. If an issue is marked blocked, wait for the dependent issue to be closed before starting work.

πŸ”— Example Dependencies

Issue Description Depends On
#2 Style the login form #1 (Login HTML layout)
#4 Add responsive CSS for register page #3 (Register HTML structure)
#6 Create task board columns (To Do, In Progress, Done) #5 (Basic dashboard layout)

🏷️ Issue Labels

Label Meaning
good first issue Beginner-friendly task
blocked Cannot be worked on until prerequisite is done
in progress Someone is already working on it
ready Open for contribution
needs review Pull Request submitted


About

Taskify repo for React Team 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 100.0%