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

https://github.com/jack-carling/e-wallet

School assignment - digital wallet
https://github.com/jack-carling/e-wallet

vue vue-router

Last synced: 3 months ago
JSON representation

School assignment - digital wallet

Awesome Lists containing this project

README

        

# E-wallet

## Description

School assignment - Vue course

Build a "digital wallet" in Vue which stores all of your credit cards and where you can also add new cards

- [Based on this sketch](https://www.figma.com/file/G4ep4nWFUplM8kXEntq83C/E-Wallet?node-id=11%3A2)
- SPA using Vue Router
- There should be an "active" card and the rest should be stacked
- Clicking on a card in the stack switches with the active card
- You can remove a credit card
- When adding a new card the template above should update on input
- Validate all the inputs, both while typing and on submit
- Save everything to localStorage

## Screenshots





## Project setup

```bash
# Install dependencies
npm install

# Run development server
npm run serve
```