Skip to content

aravinth-krishna/nextstep

Repository files navigation

AI Driven Career Navigator Platform

NextStep

NextStep is a career-driven navigator platform built using TypeScript and CSS, designed to help individuals accelerate their professional growth. The platform offers features like AI-powered resume analysis and a virtual career assistant to guide users through their journey to success.

Features

  • Resume Analysis:
    Get instant insights and suggestions to improve your resume using AI.

  • AI Assistant:
    A virtual career assistant that provides guidance for job searches, interview preparation, and skill development.

  • User-Friendly Interface:
    Clean and responsive design, ensuring a seamless experience across devices.

Technologies Used

  • Frontend: TypeScript, CSS
  • Backend: [Specify backend technology if applicable, e.g., Node.js]
  • AI Services: [Briefly mention the AI technologies, e.g., OpenAI API or TensorFlow]

Prerequisites

Before running the project, ensure you have the following installed:

  • Node.js (v16 or above)
  • npm or yarn package manager

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/aravinth-krishna/nextstep.git  
  2. Navigate to the project directory:

    cd nextstep  
  3. Install dependencies:

    npm install  

Configuration

  1. Create a .env file in the root directory.
  2. Add the required environment variables:
    REACT_APP_API_KEY=your_api_key  
    REACT_APP_BACKEND_URL=your_backend_url  

Running the Application

To start the development server:

npm run dev  

For a production build:

npm run build  

Usage

  1. Resume Analysis:

    • Upload your resume in PDF format to receive instant feedback.
    • Get actionable insights to enhance your resume for job applications.
  2. AI Assistant:

    • Ask career-related questions.
    • Get guidance on interviews, skills to learn, and more.

Contributing

We welcome contributions! Follow these steps to get involved:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature  
  3. Commit your changes:
    git commit -m "Add your message"  
  4. Push to the branch:
    git push origin feature/your-feature  
  5. Open a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors