├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── feature_request.md │ └── general_issue.md └── workflow │ └── autoLabel.yaml ├── .gitignore ├── .prettierrc ├── LICENSE ├── PULL_REQUEST_TEMPLATE.md ├── README.md ├── assets ├── GCI.png └── oppcal.png ├── contributing.md ├── package-lock.json ├── package.json ├── public ├── GCI.png ├── _redirects ├── favicon.ico ├── index.html └── manifest.json └── src ├── App.css ├── App.js ├── Assets ├── AboutUs.gif ├── AboutUsImg.3bed171e.png ├── GCI.png ├── NotFound.svg ├── amazon.png ├── amdocs.png ├── arrow.png ├── arrowup.png ├── banner-large.png ├── banner-small.png ├── banner.gif ├── banner.png ├── banner_bg.svg ├── codearduino.png ├── coding-large.png ├── coding-small.png ├── conference-large.png ├── conference-small.png ├── first.png ├── fte.svg ├── hackathon-large.png ├── hackathon-small.png ├── hacked.png ├── hnc.png ├── intel.png ├── internships-large.png ├── internships-small.png ├── login.svg ├── morganStanley.png ├── open.png ├── recorem.jpeg ├── scholarship-large.png ├── scholarship-small.png ├── signup.svg └── uber.png ├── CSS ├── AboutUs.module.css ├── Banner.module.css ├── ContactUs.module.css ├── FAQ.module.css ├── Footer.module.css ├── Forget.module.css ├── KnowAbout.module.css ├── KnowAboutCard.module.css ├── Navbar.module.css ├── Newsletter.module.css ├── Opportunity.module.css ├── PageNotFound.module.css ├── PostForm.module.css ├── ScrollTop.module.css ├── SignupLogin.module.css └── SocialIcons.module.css ├── Components ├── Error │ └── PageNotFound.js ├── Footer │ └── Footer.js ├── Forget │ ├── Forget.js │ └── forget.png ├── HomePage │ ├── HomePage.js │ └── Sections │ │ ├── AboutUs.js │ │ ├── Banner.js │ │ ├── ContactUs.js │ │ ├── FAQ_Cards.js │ │ ├── FAQ_Data.js │ │ ├── FAQ_main.js │ │ ├── KnowAbout.js │ │ ├── KnowAboutCard.js │ │ ├── KnowAboutData.js │ │ ├── Navbar.js │ │ └── Newsletter.js ├── PostOpportunity │ ├── AddDiv.js │ ├── Navbar.js │ ├── PostOpportunity.js │ └── PostOpportunityForm.js ├── ScrollTop │ └── ScrollTop.js ├── SignupLogin │ ├── Login.js │ └── SignUp.js ├── SocialIcons │ └── SocialIcons.js └── ViewOpportunity │ ├── CommonComponents.js │ ├── Navbar.js │ ├── OpportunityCard.js │ └── index.js ├── Hooks ├── reducer.js ├── stateProvider.js └── user.actions.js ├── __tests__ ├── Footer │ └── Footer.test.js ├── HomePage │ ├── HomePage.test.js │ └── Sections │ │ ├── Banner.test.js │ │ ├── KnowAboutCard.test.js │ │ └── Navbar.test.js └── PostOpportunity │ ├── Forms.test.js │ └── Navbar.test.js └── index.js /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 3 | about: Create a report to help us improve 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | --- 8 | 9 | ### **Describe the bug:** 10 | 11 | A clear and concise description of what the bug is. 12 | 13 | ### **To Reproduce:** 14 | 15 | Steps to reproduce the behavior: 16 | 17 | 1. Go to '...' 18 | 2. Click on '....' 19 | 3. Scroll down to '....' 20 | 4. See an error 21 | 22 | ### **Expected behavior:** 23 | 24 | A clear and concise description of what you expected to happen. 25 | 26 | ### **Screenshots:** 27 | 28 | If applicable, add screenshots to help explain your problem. 29 | 30 | ### **Additional context:** 31 | 32 | Add any other context about the problem here. 33 | 34 |
17 |
18 |
19 |
20 |
74 |
75 |
134 |
135 | |
138 |
25 | The page you are looking for doesn’ t exist! 26 |
{' '} 27 |28 | You may have mistyped the address or page maybe removed.{' '} 29 |
30 |28 | CodeMaps 29 |
30 | 31 | 32 |35 | {' '} 36 | Opportuntiy Calendar{' '} 37 |
38 | 39 | 40 | 41 | 42 |52 | {' '} 53 | Terms and Condition{' '} 54 |
55 |Privacy Policy
56 | Feedback Form 57 | 58 |
104 | {' '}
105 |
108 | {' '}
109 |
116 | © {new Date().getFullYear()} Girl Code It | All rights 117 | reserved. 118 |
119 | 120 |
24 |
25 |
26 | If you feel like you keep missing on good opportunities that
27 | others grab easily only because you never find out about them in
28 | time, we got you covered!!
29 |
30 |
31 |
32 | Opportunity Calendar provides instant information on newly posted
33 | opportunities for techies. Now you won't miss another deadline for
34 | applying to your dream companies. The calendar is your one-stop
35 | solution to know all about the latest Job openings, Internships,
36 | Scholarships, and all tech events including Tech Conferences,
37 | Hackathons, and other Coding Competitions.
38 |
39 |
40 |
100 | {serverState.status.msg} 101 |
102 | )} 103 |OR
59 |61 | Don't have an Account ? Signup 62 |
63 |OR
73 |75 | Already have an Account? Login 76 |
77 |{opportunityOrganisation}
{opportunityDescription}
55 | )} 56 |