Skip to content

Commit

Permalink
Add a Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvdalling committed Jun 6, 2022
1 parent 4bc2498 commit 8fc3b46
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 43 deletions.
48 changes: 13 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,13 @@
# sparkfish-front-end-interview/

This template should help get you started developing with Vue 3 in Vite.

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```
# Sparkfish Front-end Code Test
This code test is meant to determine your technical and creative skills. Your mission, should you choose to accept it, is to
transform the basic web app before you into an app which supports searching an API and displaying the results in an easy to digest and understandable way.
Your submission will be judged on visual quality, functional quality, code quality, and completness.

Requirements:
* User can type in serch box and click enter to search for new results
* User can easily read the results
* The UI is clean and modern.
* The UI makes sense and is intiutive.
* UI has a loader
* UI prevents searching without input
* Code is easy to extend and maintain
8 changes: 0 additions & 8 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@
* UI elements you can create for extra credit. Please note they
* are NOT required.
*
* Requirements:
* * User can type in serch box and click enter to search for new results
* * User can easily read the results
* * The UI is clean and modern.
* * The UI makes sense and is intiutive.
* * UI has a loader
* * UI prevents searching without input
*
* This challenge really focuses on your front-end skills. But, we
* do want to make sure you can work with API's with relative ease.
*
Expand Down

0 comments on commit 8fc3b46

Please sign in to comment.