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
- Host: GitHub
- URL: https://github.com/jack-carling/e-wallet
- Owner: jack-carling
- Created: 2021-03-23T13:10:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T14:04:16.000Z (over 3 years ago)
- Last Synced: 2025-01-23T17:15:45.651Z (5 months ago)
- Topics: vue, vue-router
- Language: Vue
- Homepage:
- Size: 498 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```