Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whitelisab/job-seeker-safe
Job Seeker Safe is the place for job seekers to store and track information about their job applications.
https://github.com/whitelisab/job-seeker-safe
Last synced: 6 days ago
JSON representation
Job Seeker Safe is the place for job seekers to store and track information about their job applications.
- Host: GitHub
- URL: https://github.com/whitelisab/job-seeker-safe
- Owner: whitelisab
- Created: 2020-07-25T16:00:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:38:52.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T19:06:18.313Z (over 1 year ago)
- Language: JavaScript
- Size: 2.47 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Job Seeker Safe
> Job Seeker Safe is the place for job seekers to store and track information about their job applications and get quick links to career advice.
## Motivation
As a former career services professional, I was inspired to build an app that would help job seekers stay organized and motivated during the job search process.
## Demo
Click the image below to watch a demo of this project.
[![Job Seeker Safe Demo](https://img.youtube.com/vi/ZMvVWmK3k2E/hqdefault.jpg)](https://youtu.be/ZMvVWmK3k2E)
## Technologies Used
- React
- Node
- Express
- MongoDB
- Mongoose
- Bootstrap
- Heroku## Features
- My job applications: Table where a user can add, edit, sort, and delete their job applications. Users can add the URL to the job description, the job title, company, date added, and status.
- Career advice: Users can see cards displaying relevant career advice articles from The Muse. Users can click on a card to see the full article.
- Authentication: A user can create a new account, login, and logout of the app. While logged in, they will see their own job applications.## Usage
To run this repo, you will need to install dependencies and run appropriate scripts.
## Requirements
- Node 6.13.0
- npm
- MongoDB## Development
Executing the code below will install dependencies, start the server, and start webpack.
```
npm install
npm run server-dev
npm run react-dev
```