Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucywho/jobawesome
https://github.com/lucywho/jobawesome
List: jobawesome
Last synced: about 17 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucywho/jobawesome
- Owner: lucywho
- Created: 2022-06-06T14:53:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T09:01:50.000Z (about 1 month ago)
- Last Synced: 2024-12-30T09:52:32.156Z (about 1 month ago)
- Language: JavaScript
- Homepage: job-board-red.vercel.app
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## JobAwesome Job Board
From a [tutorial](https://github.com/flaviocopes/bootcamp-2022-week-10-job-board) by [Flavio Copes](https://github.com/flaviocopes)### Personal additions
- navigation bar
- conditional rendering of sign in / sign out button
- Welcome message and reduced functionality for non-signed in users
- displays first 250 characters of job postings and application letters, with ...see more function
- displays location and salary information where given
- "apply now" button not rendered for company users, and and "posted by" information not rendered on company's own dashboard
- conditional display of plural when there is more than one application
- allows company to email applicants direct### Deployed on Vercel
[JobAwesome](https://job-board-red.vercel.app/)### App images
![image](public/jobawesome-front.png)
![image](public/jobawesome-company.png)
![image](public/jobawesome-companydash.png)