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.
-
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.
- 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]
Before running the project, ensure you have the following installed:
- Node.js (v16 or above)
- npm or yarn package manager
-
Clone the repository:
git clone https://github.com/aravinth-krishna/nextstep.git
-
Navigate to the project directory:
cd nextstep -
Install dependencies:
npm install
- Create a
.envfile in the root directory. - Add the required environment variables:
REACT_APP_API_KEY=your_api_key REACT_APP_BACKEND_URL=your_backend_url
To start the development server:
npm run dev For a production build:
npm run build -
Resume Analysis:
- Upload your resume in PDF format to receive instant feedback.
- Get actionable insights to enhance your resume for job applications.
-
AI Assistant:
- Ask career-related questions.
- Get guidance on interviews, skills to learn, and more.
We welcome contributions! Follow these steps to get involved:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
- Commit your changes:
git commit -m "Add your message" - Push to the branch:
git push origin feature/your-feature
- Open a pull request.
This project is licensed under the MIT License.