Skip to content

jclark1913/jobhunter

Repository files navigation

Jobhunter


View documentation »

View Demo

Top Languages GitHub repo size GitHub code size in bytes GitHub contributors GitHub last commit GitHub issues GitHub

Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact
  5. Acknowledgments

About The Project

Jobhunter is a lightweight single-page application that allows users to create an account, search jobs and track companies. I initially started this project in spring 2023 as part of Rithm School's curriculum, but I redid the website recently using Vite and Vercel.

The frontend is built in React, with a backend written in Express/Node.js. The database uses PostgreSQL for relational tables using data generated with Faker.js.

(back to top)

Built With

React React Router PostgreSQL ElephantSQL Render Node.js Express TypeScript

(back to top)

Getting Started

To see the project in action, visit the demo.

Otherwise, to build Jobhunter from source:

  1. Clone backend and frontend repos onto your machine:
git clone https://github.com/jclark1913/jobhunter
git clone https://github.com/jclark1913/jobly-backend
  1. Create and seed the database
createdb jobly
cd jobly-backend
psql jobly.sql
  1. Install dependencies and run the backend server (defaults to port 5147)
cd jobly-backend
npm install
npm run start
  1. Install dependencies and run the frontend server (defaults to port 5147)
cd jobhunter
npm install
npm run start
  1. Visit localhost:5147

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Justin Clark - @JustinClarkJO - jclarksummit AT gmail DOT com

Project Link: https://github.com/jclark1913/jobhunter

(back to top)

Acknowledgments

I completed v1 of this project during my time at Rithm School. A big thanks to all the instructors and classmates who encouraged and supported me during that time.

(back to top)

About

A single-page job hunting app build with React and Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published