Skip to content

Job Journey is a web application that allows users to track their job applications efficiently.

Notifications You must be signed in to change notification settings

Lavish-Bansal/Job-Journey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Job Journey

Description

Job Journey is a web application built using the MERN stack that allows users to track their job applications efficiently. Users can register or log in, view their application statistics, add new job applications, and visualize their stats through charts.

Features

  • User Registration and Login
  • Dashboard displaying:
    • Pending applications
    • Interviewed applications
    • Declined applications
  • Add new job applications
  • Visual representation of application statistics through charts

Technologies Used

  • Frontend: React, Redux (or any state management you use), CSS
  • Backend: Node.js, Express
  • Database: MongoDB

Installation

  1. Clone the repository:
    git clone https://github.com/lavish-bansal/job-journey.git
    cd job-journey
  2. Install dependencies for the backend:
    cd server
    npm install
  3. Install dependencies for the frontend:
    cd client  
    npm install
  4. Start the application:
    • Frontend
      cd client  
      npm start
    • Backend
      cd server
      node ./index.js

Usage

  • Visit http://localhost:3000 in your browser to access the application.
  • Register a new account or log in with an existing account.
  • Navigate to the dashboard to view your job application stats and add new applications.

About

Job Journey is a web application that allows users to track their job applications efficiently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published