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.
- Host: GitHub
- URL: https://github.com/ashsajal1/w3jobs
- Owner: ashsajal1
- License: mit
- Created: 2024-06-05T10:25:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-10T04:34:57.000Z (over 1 year ago)
- Last Synced: 2025-03-14T14:11:16.967Z (7 months ago)
- Topics: javascript, nextjs, pwa-app, radix-ui, react, reactjs, shadcn-ui, tailwindcss, typescript, webdevelopment
- Language: TypeScript
- Homepage: https://w3jobs.vercel.app
- Size: 339 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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).