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

https://github.com/lawrence615/52-week-challenge-app

52 week savings challenge app made in Vue.js to put learnt skills into practice.
https://github.com/lawrence615/52-week-challenge-app

css3 firebase html vuejs2

Last synced: 2 months ago
JSON representation

52 week savings challenge app made in Vue.js to put learnt skills into practice.

Awesome Lists containing this project

README

          

# 52-week-challenge-app

> A Vue.js project to practise skills gained by devloping a rookie manager.

# Demo
Click[__here__](https://week-challenge-app.firebaseapp.com) to view the demo.

![Screenshot 1](https://github.com/lawrence615/52-week-challenge-app/blob/master/screenshots/screenshot_1.png)

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
```