Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crispengari/job-finder-app-vue3

This is a simple web application using `Vue3` that searches for jobs. This application can also give you job sugestions according to your location
https://github.com/crispengari/job-finder-app-vue3

api css css3 github html html5 javascript vue vue2 vue3 webapp webdev

Last synced: 6 days ago
JSON representation

This is a simple web application using `Vue3` that searches for jobs. This application can also give you job sugestions according to your location

Awesome Lists containing this project

README

        

# Job Finder

# What is this?

This is a simple web application using `Vue3` that searches for jobs. This application can also give you job sugestions according to your location

## Demo

### 1 Home Page

![alt-tex](https://github.com/CrispenGari/job-finder-app-vue3/blob/main/2.jpg)

### 2 Suggestions

![alt-tex](https://github.com/CrispenGari/job-finder-app-vue3/blob/main/1.jpg)

### This app is using

- Vue.js
- javascript `fetch` method
- `github` API for jobs
- `vuex` for global state management
- `vuerouter` for dynamic routing on a single page app

# Why this simple App?

This app was for practise purposes only.

## Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

### Compiles and minifies for production

```
npm run build
```

### Lints and fixes files

```
npm run lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).