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

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

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!