The platform is an open-source project facilitating student-internship connections. It offers user-friendly interface, comprehensive listings, and robust search options. Students create profiles, match with internships, and access resources. The platform encourages feedback, collaborates with institutions, and ensures regular updates. Overall, it provides valuable internship experiences for students.
Testing Link->https://career-zunction-intern-testing.vercel.app/
##CareerZunction
CareerZunction is an open-source platform designed to connect students with internship opportunities.
CareerZunction aims to bridge the gap between students and internship opportunities. It provides a user-friendly interface for students to explore and apply for internships across various industries.
- Extensive Internship Listings: Browse through 200+ internship opportunities in diverse fields.
- User-Friendly Interface: Easily navigate through internship listings and application processes.
- Profile Creation: Students can create profiles to match with suitable internships based on their skills and preferences.
- Career Resources: Access resources such as resume writing tips, interview preparation guides, and career development workshops.
- Collaboration: CareerZunction collaborates with educational institutions and employers to expand internship offerings.
- Clone the repository:
`git clone [repository URL]`
- Navigate to the project directory:
`cd careerzunction`
- Build docker Image (only needed during first installation)
docker build -t careerzunction_intern:latest .
- Run docker image
docker run -d -p 3000:3000 careerzunction_intern:latest
Open http://localhost:3000 in your browser.
- Clone the repository:
`git clone [repository URL]`
- Navigate to the project directory:
`cd careerzunction`
- Build docker-compose (only needed during first installation)
docker-compose up --build
- Run docker-compose
docker-compose up
Open http://localhost:3000 in your browser.
To run CareerZunction locally, follow these steps:
- Clone the repository:
git clone https://github.com/HimanshuNarware/CareerZunction_Intern.git
- Navigate to the project directory:
cd CareerZunction_Intern
- Install dependencies:
npm install
- Start the development server:
npm start
- Open http://localhost:3000 in your browser.
Visit the CareerZunction website to explore internship opportunities, create a profile, and apply for internships. Utilize career resources available on the platform to enhance your internship search and professional development.
Contributions to CareerZunction are welcome! To contribute, follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature-name
- Submit a pull request
Please ensure your contributions align with the project's goals and adhere to coding conventions.
CareerZunction is licensed under the MIT License. See the LICENSE file for details.