W3Jobs is a web application built with Next.js 14 App Router that allows users to find and post software engineering jobs.
- Search for job listings based on country, experience level, remote work, and date posted
- Filter job listings by various criteria
- Post new job listings
- Responsive design for desktop and mobile devices
- Node.js v14 or newer
- npm or yarn
-
Clone the repository:
git clone https://github.com/ashsajal1/w3jobs.git
-
Navigate to the project directory:
cd w3jobs
-
Install dependencies:
npm install
or
yarn install
-
Start the development server:
npm run dev
or
yarn dev
-
Open the application in your browser:
http://localhost:3000
- Next.js 14 App Router
- React
- TypeScript
- Tailwind CSS
- Vercel for deployment
Contributions are welcome! If you find any issues or have ideas for new features, please create a new issue or submit a pull request.
This project is licensed under the MIT License.