Skip to content

atharvpatil01/Career-Path-Guidence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Career-Path-Guidence

A simple and minimal career guidance website for students who have just passed 10th or 12th exams.

The project now includes a Node.js + Express backend for authentication and session handling.

Features

  • Login and signup page with backend authentication
  • Stream guidance after 10th:
    • Science
    • Commerce
    • Arts/Humanities
  • Career options after 12th with stream tabs
  • Detailed information modal for streams and careers:
    • Overview
    • Subjects / specializations
    • Entrance exams
    • Top colleges
    • Job roles and salary ranges
  • Career interest quiz
  • Useful resources section
  • Mobile responsive UI
  • Express backend with session-based login
  • File-based user storage for simple persistence

Tech Stack

  • HTML5
  • CSS3
  • Vanilla JavaScript
  • Node.js
  • Express
  • express-session
  • bcryptjs

Project Structure

career-guidance/
	index.html
	home.html
	css/
		style.css
	js/
		main.js
	data/
		users.json
	server.js
	package.json

Run Locally

  1. Clone the repository.
  2. Run npm install
  3. Run npm start
  4. Open http://localhost:3000

The app should be run through the backend server so authentication works correctly.

Demo Login

Notes

  • Authentication is now handled by the Express backend using sessions.
  • User accounts are stored in data/users.json for simple demo persistence.
  • For production use, move secrets into environment variables and use a real database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors