https://github.com/espinbrandon49/hireable-hippo-helper
Job Application Tracker
https://github.com/espinbrandon49/hireable-hippo-helper
bcrypt bulma-css css expressjs graphql javascript jsx jwt-authentication material material-ui mongodb mongoose nodejs quill-editor react recharts
Last synced: about 1 month ago
JSON representation
Job Application Tracker
- Host: GitHub
- URL: https://github.com/espinbrandon49/hireable-hippo-helper
- Owner: espinbrandon49
- Created: 2022-08-26T18:39:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T20:57:10.000Z (about 2 years ago)
- Last Synced: 2025-03-25T23:12:08.085Z (2 months ago)
- Topics: bcrypt, bulma-css, css, expressjs, graphql, javascript, jsx, jwt-authentication, material, material-ui, mongodb, mongoose, nodejs, quill-editor, react, recharts
- Language: JavaScript
- Homepage: https://hireable-hippo-helpers.herokuapp.com/
- Size: 59.6 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hireable-Hippo-Helper
This application is a job search and analytics tool for job seekers.             
## Description
A full-stack MERN application for those actively applying to jobs to add information about their applications to track progress throughout the full life of the application.Job seekers can view view data on milestones and job information to track progress and key metrics through data visualizations relating to their job search. This can potentially provide insights on adjustments and good practices to continue.
### Deployed Link
[Hireable-Hippo-Helper](https://hireable-hippo-helpers.herokuapp.com/)
## Table of Contents
- [Usage](#usage)
- [Features](#features)
- [Tests](#tests)
- [Credits](#credits)
- [Questions](#questions)
- [License](#license)## Usage
* Create multiple job applications that have a job seeker has submitted.
* Read the applications applied to on a sidebar that be selected to spotlight in the main screen see details about.
* Update the application with a milestone when it is achieved as a visual in the component track progression towards a job offer or end of an application life.
* Update/Add notes at different stages of the application process using the powerful rich text editor [Quill.js](https://quilljs.co).
* Delete job applications that have closed or otherwise not desired to be tracked.```
Guest Login 1
username: [email protected]
password: password01
```
```
Guest Login 2
username: [email protected]
password: password02
```## Features
See the jobs you have applied to on a clickable sidebar that will display job application details on a specific job so that you can always refer to a tool that has hiring manager names, inportant dates such as interviews, the job link, description, company website, and your own custom notes.The application is responsive from desktop to hand held so that you will always have your job application information handy.
Leave a custom note that can be meaningfully documented and organized because the application includes a rich text editor that allows for document customizations including headers, text highlights, bold/italics, and font size changes.
Dynamic visualizations allow one to see the application life cycle evolve in real time which is an analytics tool to zero in on your job search habits, milestones, and key metrics such as number of applied, number of job interviews, days of the week you are most actively searching, etc.
## Tests
Testing was done using Apollo GraphQL.## Credits
All original coding credit goes to Brandon Espinosa, Brice Veyna, Jeffrey Zhang, and Zori Zulkhuu.## Questions
If you have any additional questions, feel free to reach out.
### Brandon Espinosa
- [Github](https://github.com/espinbrandon49)
- [LinkedIn](https://www.linkedin.com/in/brandon-espinosa-b65a0b241/)
- Email: [email protected]### Brice Veyna
- [Github](https://github.com/BriceVeyna)
- [LinkedIn](https://www.linkedin.com/in/brice-veyna/)
- Email: [email protected]### Jeffrey Zhang
- [Github](https://github.com/jeffz98)
- [LinkedIn](https://www.linkedin.com/in/jeff-z98/)
- Email: [email protected]### Zori Zulkhuu
- [Github](https://github.com/zzzorigtbaatar)
- [LinkedIn](https://www.linkedin.com/in/zorizulkhuu/)
- Email: [email protected]## License
Brandon Espinosa, Brice Veyna, Jeffrey Zhang, and Zori Zulkhuu's Hireable Hippo Helper is licensed under the [MIT License](https://opensource.org/licenses/MIT).Copyright 2022 Brandon Espinosa, Brice Veyna, Jeffrey Zhang, and Zori Zulkhuu
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.