A modern job board platform for developers built with Next.js and Tailwind CSS.
Before you begin, ensure you have the following installed:
-
Clone the repository: git clone https://github.com/naveendk/githired.git --> cd githired
-
Install
nvm
: Doc -
Install the required Node.js version:
nvm install
-
Install dependencies: npm install
-
Start the development server: npm run dev
-
Open http://localhost:3000 in your browser to see the application.
We love contributions! Please see our Contributing Guide for details.
Sprint 1 - In Progress
Check our Issues page to find tasks you can help with or create a new one based on the JIRA board
- Find an issue to work on or create a new one based on the JIRA board
- Comment on the issue to let others know you're working on it
- Fork the repository
- Create a branch:
git checkout -b feature/your-feature-name
- Make your changes
- Submit a Pull Request
good first issue
: Perfect for newcomersbug
: Something isn't workingenhancement
: New features or improvementshelp wanted
: Extra attention needed
This project is licensed under the MIT License