Career Campus is a web-based platform designed to guide individuals in exploring various career paths, accessing curated educational resources, and staying informed about job and internship opportunities. The platform offers a structured and user-friendly interface to assist users in making informed career decisions.
https://career-campus.vercel.app
- Career path exploration with detailed information
- Access to curated resources including blogs, videos, and guides
- Listings of relevant jobs and internships
- Search and filtering functionality for better navigation
- Responsive and accessible design for all screen sizes
- Frontend: React.js
- Styling: Tailwind CSS
- Deployment: Vercel
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/career-campus.git
-
Navigate to the project directory:
cd career-campus -
Install dependencies:
npm install
-
Start the development server:
npm run dev
career-campus/
├── public/ # Static assets
├── src/
│ ├── assets/ # Images and icons
│ ├── components/ # Reusable UI components
│ ├── pages/ # Application pages
│ ├── App.js # Main application component
│ └── index.js # Entry point
├── tailwind.config.js # Tailwind CSS configuration
├── postcss.config.js # PostCSS configuration
├── package.json # Project metadata and dependencies
└── README.md # Project documentationThis project is deployed using Vercel. Any changes pushed to the main branch will automatically trigger a deployment.
This project is licensed under the MIT License.
For any queries or feedback, please contact the development team at shreshthaverma1711@gmail.com.