This project is a web-based application that provides career path recommendations based on a user's skills.
- Node.js and npm must be installed on your system.
- Clone the repository:
git clone https://github.com/SerAbin1/hack2skill.git
- Navigate to the project directory:
cd hack2skill
- Install the dependencies:
npm install
- Start the server:
npm start
- Open your browser and navigate to
http://localhost:3000
.
Enter your skills in the text area, separated by commas, and click the "Get Recommendations" button. The application will provide a list of recommended career paths based on your input.