No description
  • TypeScript 99.6%
  • CSS 0.2%
  • JavaScript 0.2%
Find a file
2026-04-12 16:38:13 +05:30
notes Gave the Career Path Navigator a makeover, added a new career assessment, and added a new educational pathways page. 2025-03-12 19:57:54 +05:30
public/images Trim people 2025-04-30 17:26:20 +05:30
src/app Security update 2025-12-06 17:20:51 +05:30
.gitignore The Begining 2025-03-11 10:08:05 +05:30
community_service_project_detail.txt Security update 2025-12-06 17:20:51 +05:30
eslint.config.mjs Gave the Career Path Navigator a makeover, added a new career assessment, and added a new educational pathways page. 2025-03-12 19:57:54 +05:30
next.config.ts The Begining 2025-03-11 10:08:05 +05:30
package-lock.json Fix React Server Components CVE vulnerabilities 2026-04-12 10:55:34 +00:00
package.json Bump next from 16.0.10 to 16.2.3 2026-04-12 10:57:04 +00:00
postcss.config.mjs The Begining 2025-03-11 10:08:05 +05:30
project_description Update about page 2025-03-18 20:21:40 +05:30
project_info.txt The Begining 2025-03-11 10:08:05 +05:30
README.md README 2025-06-19 08:47:41 +05:30
tsconfig.json The Begining 2025-03-11 10:08:05 +05:30

CareerPath Navigator

Empowering Students through Career Exploration

CareerPath Navigator is a web application designed to help students, particularly those in rural areas, explore various career paths and understand the educational requirements necessary to pursue them. This project aims to empower students by offering them the tools and information needed to make informed decisions about their future.

Features

  • Comprehensive Career Exploration: Categorized careers with detailed information on educational requirements, skill requirements, career insights, and more
  • Educational Pathway Visualization: Visual representations of the educational journey required for different careers
  • Interactive User Interface: User-friendly design that is both informative and engaging
  • Responsive Design: Accessible on various devices, from desktop computers to smartphones

Getting Started

Prerequisites

  • Node.js 16.8 or later
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/nithinramkalava/CareerPath-Navigator.git
    cd CareerPath-Navigator
    
  2. Install dependencies:

    npm install
    # or
    yarn install
    
  3. Run the development server:

    npm run dev
    # or
    yarn dev
    
  4. Open http://localhost:3000 with your browser to see the result.

Project Structure

  • /src/app: Next.js application source code
  • /src/app/components: Reusable React components
  • /src/app/data: Data files for careers and educational pathways
  • /src/app/careers: Career exploration pages
  • /src/app/education: Educational pathway pages
  • /src/app/about: About page

Technologies Used