Skip to content

lokesh1jha/devpool

Repository files navigation

DevPool: Find your next tech talent with DevPool

DevPool Logo

🚀 About DevPool

DevPool is a cutting-edge platform connecting developers with exciting job opportunities and employers with top-tier talent. Built with Next.js and Supabase, this starter kit provides a robust foundation for creating a modern, responsive web application.

Key Features

  • 🔐 Secure authentication powered by Supabase
  • 📱 Responsive design for seamless mobile and desktop experiences
  • 🎨 Customizable themes with next-themes
  • 🔍 Job search and posting capabilities
  • 👥 Developer and employer profiles

🛠 Getting Started

Prerequisites

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

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/devpool.git
    cd devpool
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Set up environment variables: Create a .env.local file in the root directory and add your Supabase credentials:

    SUPABASE_URL=your_supabase_project_url
    SUPABASE_ANON_KEY=your_supabase_anon_key
    
  4. Run the development server:

    npm run dev
    # or
    yarn dev
  5. Open http://localhost:3000 in your browser to see the application.

🤝 Contributing

We welcome contributions to DevPool! Here's how you can help:

Reporting Bugs

  • Use the GitHub Issues tab to report bugs.
  • Describe the bug in detail, including steps to reproduce.
  • Include screenshots if applicable.

Suggesting Enhancements

  • Use the GitHub Issues tab to suggest enhancements.
  • Clearly describe the feature and its potential benefits.

Pull Requests

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/your-feature-name.
  5. Submit a pull request with a comprehensive description of changes.

Coding Guidelines

  • Follow the existing code style and structure.
  • Write clear, commented, and testable code.
  • Update documentation for any new features or changes.

📜 License

This project is licensed under the MIT License - see the LICENSE.md file for details.

🙏 Acknowledgments


Built with ❤️ by the DevPool Team

About

Devpool is a dynamic job portal designed to connect job seekers with employers, enabling seamless job postings and applications. Built using modern web technologies, it offers a user-friendly interface for both recruiters and candidates, facilitating efficient job matching and profile management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors