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.
- User Registration and Login
- Dashboard displaying:
- Pending applications
- Interviewed applications
- Declined applications
- Add new job applications
- Visual representation of application statistics through charts
- Frontend: React, Redux (or any state management you use), CSS
- Backend: Node.js, Express
- Database: MongoDB
- Clone the repository:
git clone https://github.com/lavish-bansal/job-journey.git cd job-journey
- Install dependencies for the backend:
cd server npm install
- Install dependencies for the frontend:
cd client npm install
- Start the application:
- Frontend
cd client npm start
- Backend
cd server node ./index.js
- Frontend
- 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.