A simple cotation viewer
- Login and user registration via local storage (Yes, I know it's really insecure and a bad practice)
- Session timeout
- Fetch to a api with cotation on the main currencies and cryptocurrencies
- Nice colours
- Data collection from the API whilst the application is running
- A simples graph for the cotations since the application has started
- Error messages
- Use of routes (Ops...)
npm install
npm run serve
npm run build
npm run test
npm run lint