You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
appwrite.js: file for interacting with the Appwrite API.
components
assets
image.png: image added in the landing page
AllJobs.jsx: Display all the jobs along with filter options.
CompanyCard.jsx: Representing a card for displaying company information.
Dashboard.jsx: Representing dashboard that browses matching jobs.
Failure.jsx: User is redirected here, when failed to authenticate
FalseSession.jsx: for handling false sessions.
Feedback.jsx: for collecting user feedback.
Header.jsx: Representing the application header.
HomePage.jsx: user is redirected here after signup, gets/ updates user's github information.
Landing.jsx: first page of the app.
Navbar.jsx: a side navigation bar.
Success.jsx: User is redirected here, when successfully authenticated
App.js: The main JavaScript file containing all the routing logic.
App.test.js: Test file for testing the functionality of the App component.
index.css: CSS file for styling the root HTML file (index.html).
index.js: The entry point JavaScript file that renders the app into the DOM.
reportWebVitals.js: A file for reporting web performance metrics.
setupTests.js: A file for setting up testing frameworks and configurations.
Reach out
Im always open to suggestions and such, so feel free to make an issue or PR if you have something you want to add or change. You can refer to the contributing document for more information on how to contribute.