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

https://github.com/vicainelli/fipe


https://github.com/vicainelli/fipe

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Frontend Challenge - Volanty

Screenshopt App

## Stack
[VueJS](https://vuejs.org/) for base of stack and components
- [Jest](https://github.com/axios/axios) for unit tests
- [Axios](https://jestjs.io/) for http requests
- [Tailwind CSS](https://tailwindcss.com/), a utility-first CSS framework

The wireframe and UI was built on [Figma](https://www.figma.com/file/nqCJ3onuNKHf9I9JiGdC6a/volanty?node-id=0%3A1).

### Project setup
```
yarn install
```

Compiles and hot-reloads for development
```
yarn serve
```

Compiles and minifies for production
```
yarn build
```

Run your unit tests
```
yarn test:unit
```

Run your end-to-end tests
```
yarn test:e2e
```

Lints and fixes files
```
yarn lint
```