livecodebase / jobscape

Job portal made with Vue 3 & Nuxt
https://jobscape.vercel.app
MIT License
2 stars 8 forks source link
hacktoberfest

Jobscape

Jobscape is a modern job search portal built with Nuxt.js and Vue 3. It aims to provide a seamless platform for job seekers and employers, offering powerful search features, job listings, and easy navigation.

Table of Contents

Features

Installation

Make sure you have Node.js and npm installed.

Clone the repository:

git clone https://github.com/your-username/jobscape.git
cd jobscape

Make sure to install the dependencies:

```bash
# npm
npm install

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# yarn
yarn dev

Production

Build the application for production:

# npm
npm run build

# yarn
yarn build

Locally preview production build:

# npm
npm run preview

# yarn
yarn preview

Configuration

Nuxt.js configuration can be found in the nuxt.config.js file. Here, you can customize various settings like routes, environment variables, and modules.

Build

This project uses the following technologies:

Contributing

Contributions are welcome! To get started:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request.

Make sure your code follows the project's code style and includes tests if applicable.

Bug / Feature Request

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

License

License: MIT

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.