Skip to content

NaveenDK/githired-fe

Repository files navigation

GitHired

A modern job board platform for developers built with Next.js and Tailwind CSS.

GitHired Screenshot

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (version 18 or higher)
  • npm (usually comes with Node.js)
  • Git

Getting Started

  1. Clone the repository: git clone https://github.com/naveendk/githired.git --> cd githired

  2. Install nvm: Doc

  3. Install the required Node.js version: nvm install

  4. Install dependencies: npm install

  5. Start the development server: npm run dev

  6. Open http://localhost:3000 in your browser to see the application.

Contributing

We love contributions! Please see our Contributing Guide for details.

Project Status

Sprint 1 - In Progress

Issues

Check our Issues page to find tasks you can help with or create a new one based on the JIRA board

Contributing to GitHired

How to Contribute

  1. Find an issue to work on or create a new one based on the JIRA board
  2. Comment on the issue to let others know you're working on it
  3. Fork the repository
  4. Create a branch: git checkout -b feature/your-feature-name
  5. Make your changes
  6. Submit a Pull Request

Issue Labels

  • good first issue: Perfect for newcomers
  • bug: Something isn't working
  • enhancement: New features or improvements
  • help wanted: Extra attention needed

Tech Stack

License

This project is licensed under the MIT License