Skip to content

shivangraikar/RecruitingSite

 
 

Repository files navigation

Tech Marketplace

Project Overview

Tech Marketplace is a dynamic web application designed to connect tech professionals with potential employers and collaborators. Built with Next.js, this platform offers a space for developers, designers, and other tech experts to showcase their skills, find job opportunities, and network within the industry.

Key Features

  • User Authentication: Secure sign-up and login functionality using Clerk.
  • Profile Creation: Users can create and edit detailed professional profiles.
  • Skill Showcase: Ability to list and highlight technical skills.
  • Job Market Insights: Real-time updates on job market trends and opportunities.
  • Search Functionality: Advanced search to find professionals based on skills or names.
  • Responsive Design: Fully responsive UI built with Material-UI components.

Technology Stack

  • Frontend: Next.js, React
  • UI Library: Material-UI (@mui/material)
  • Authentication: Clerk
  • Database: Firebase Firestore
  • Styling: Emotion (@emotion/react, @emotion/styled)
  • Deployment: Vercel (recommended)

Getting Started

Prerequisites

  • Node.js (v14 or later)
  • npm or yarn

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/tech-marketplace.git
    cd tech-marketplace
    
  2. Install dependencies:
    npm install
    
  3. Set up environment variables: Create a .env.local file in the root directory and add necessary environment variables (e.g., Firebase config, Clerk public key). Run the development server:
    npm run dev
    
  4. Open http://localhost:3000 with your browser to see the result. Additional Setup Notes If you encounter any unknown errors related to Firebase, run:
    npm install firebase
    
  5. To install Material-UI and its dependencies:
    npm install @mui/material @emotion/react @emotion/styled
    
  6. Project Structure app/: Contains the main application pages and components.

components/: Reusable React components.

public/: Static files like images and fonts.

styles/: Global styles and CSS modules.

firebase/: Firebase configuration and utility functions.

  1. Customization You can start customizing the application by modifying app/page.js. The page auto-updates as you edit the file. This project uses next/font to automatically optimize and load Inter, a custom Google Font. Learn More

  2. To dive deeper into Next.js, explore these resources: Next.js Documentation - comprehensive guide to Next.js features and API. Learn Next.js - an interactive Next.js tutorial. Deployment The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js. Check out the Next.js deployment documentation for more details.

  3. Contributing Contributions are welcome! Please feel free to submit a Pull Request. License This project is licensed under the MIT License.

Key Changes:

  • The installation steps are now clearly numbered and organized under the Installation section.
  • The additional setup notes are still included but are clearly separated from the main installation steps.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.5%
  • CSS 3.0%
  • TypeScript 0.5%