-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstudent-template
More file actions
57 lines (38 loc) · 1.66 KB
/
Copy pathstudent-template
File metadata and controls
57 lines (38 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# 🌟 Student Proposal: [Your Project/Component Name]
## 🧠 Summary
Briefly describe your idea or what you’d like to contribute.
*(Example: I want to build a reusable job posting card UI using Tailwind CSS.)*
---
## 🎯 Problem Statement
What problem does this component or idea solve?
Why is it needed in the project?
*(Example: The project currently lacks a modern job posting card layout for showcasing openings dynamically.)*
---
## 💡 Proposed Solution
Describe **how** you plan to solve the problem. Include key design or functionality points.
*(Example: The component will display company logo, title, salary, and tags. Data will be fetched from a JSON file, and Tailwind will be used for styling.)*
---
## 🧩 Expected Outcome
What will your contribution achieve?
*(Example: It will add a new “JobCard” component that can be reused in multiple project sections.)*
---
## 🛠️ Technical Details
- **Tech Stack:** (e.g., HTML, TailwindCSS, JS)
- **Dependencies:** (if any)
- **Estimated Time:** (e.g., 2 days)
- **Complexity Level:** Beginner / Intermediate / Advanced
---
## 📸 Mockup / Sketch (Optional)
Attach any wireframes, sketches, or design previews.
---
## 🤝 Mentorship / Guidance Needed
Do you need help with something specific?
*(Example: Need help connecting JSON data dynamically.)*
---
## 📚 References / Inspiration
List any tutorials, designs, or repos that inspired your idea.
---
## ✅ Checklist
- [ ] I have reviewed the project’s contribution guidelines.
- [ ] I have discussed this proposal in the Issues section (if required).
- [ ] My idea follows the goals of Hacktoberfest (open source, meaningful contribution).