An open API service indexing awesome lists of open source software.

https://github.com/ashsajal1/w3jobs

W3Jobs is a web application that connects job seekers with employers, providing a platform for posting and applying for job opportunities.
https://github.com/ashsajal1/w3jobs

javascript nextjs pwa-app radix-ui react reactjs shadcn-ui tailwindcss typescript webdevelopment

Last synced: 3 months ago
JSON representation

W3Jobs is a web application that connects job seekers with employers, providing a platform for posting and applying for job opportunities.

Awesome Lists containing this project

README

          

# W3Jobs

W3Jobs is a web application built with Next.js 14 App Router that allows users to find and post software engineering jobs.

## Features

- 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

## Getting Started

### Prerequisites

- Node.js v14 or newer
- npm or yarn

### Installation

1. Clone the repository:

```
git clone https://github.com/ashsajal1/w3jobs.git
```

2. Navigate to the project directory:

```
cd w3jobs
```

3. Install dependencies:

```
npm install
```

or

```
yarn install
```

4. Start the development server:

```
npm run dev
```

or

```
yarn dev
```

5. Open the application in your browser: `http://localhost:3000`

## Technologies Used

- [Next.js 14 App Router](https://nextjs.org/docs/app)
- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Vercel](https://vercel.com/) for deployment

## Contributing

Contributions are welcome! If you find any issues or have ideas for new features, please create a new issue or submit a pull request.

## License

This project is licensed under the [MIT License](LICENSE).