Skip to content

FernandoRojasCarrillo/Job-Hunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Jub Hunter

application image application image application image application image

This application helps you manage and keep track of all the job applications you submit during your job search process. It allows you to easily monitor and organize your job search so you can stay on top of all your applications

The application includes the following features:

  • Landing page
  • Introductory video
  • Controled login and registration
  • Search engine
  • Filters by date and status
  • Infinite loading

Application created using the following technologies

  • Typescript
  • ReactJS
  • Redux/Toolkit
  • HTML / SCSS
  • Javascript
  • NodeJS
  • ExpressJS
  • SequelizeJS
  • PostgreSQL
  • Bcript
  • Json Web Toket (JWT)

Application link deployment Jub hunter

Start the application locally by following these steps:

  1. Open a terminal. If you're using Visual Studio Code, you can do this by pressing CTRL + Ñ
  2. Navigate to the server directory by entering the following command in the terminal: cd server.
  3. Once you're in the server directory, enter the command npm run dev to start the server.
  4. Open a new terminal to start the client. If you're using Visual Studio Code, click the plus sign (+) at the top-right corner of the terminal.
  5. Navigate to the client directory by entering the following command in the terminal cd client
  6. To start the client, enter the command npm run dev in the terminal.
  7. Finally, you should see a link displayed in the terminal that looks like this: http://localhost:5173 Click on the link to go to the landing page

If you encounter any issues, feel free to send me an email at diego27fernando72@gmail.com

I hope you enjoy the application