Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/crispengari/job-finder-app-vue3
- Owner: CrispenGari
- Created: 2021-01-24T10:13:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-24T10:16:59.000Z (about 4 years ago)
- Last Synced: 2024-12-16T21:48:56.841Z (2 months ago)
- Topics: api, css, css3, github, html, html5, javascript, vue, vue2, vue3, webapp, webdev
- Language: Vue
- Homepage:
- Size: 289 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).