https://github.com/dperrymorrow/vue-challege
A little take home Vue/Javascript take home challenge
https://github.com/dperrymorrow/vue-challege
Last synced: 4 months ago
JSON representation
A little take home Vue/Javascript take home challenge
- Host: GitHub
- URL: https://github.com/dperrymorrow/vue-challege
- Owner: dperrymorrow
- License: mit
- Created: 2019-07-11T21:34:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T16:46:44.000Z (over 4 years ago)
- Last Synced: 2025-09-16T17:16:49.991Z (9 months ago)
- Language: Vue
- Size: 93.8 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue Challege
A little take home Vue/Javascript take home challenge. Shouldnt take too long, just a little something as a topic of conversation for the on site interview.
## Tasks
- [ ] can view all three JSON files merged in the ``
- [ ] can sort the table by fields
- [ ] can filter table by field / value and clear filter
- [ ] can click a `` navigate to `countryEdit` route
- [ ] can edit the country in a form
- [ ] can return to `countryIndex` route and see the changes persisted in the table
**Bonus:** leverage Vuex as much as you can
> Im just using httpVueLoader here as to not have to setup a whole build step.
```
cd vue-challenge
npm install
npm run dev
```
open http://localhost:8080
Once you have completed the challenge, pull request your branch to this repo. Have fun!