Code Challenge Rômulo

This project have been using a Financial API and show a bunch of stocks and currencies. Then the user can view more details about the purchase/buy price of those data in a chart.

Features

I would like to Highlights some points of this project:

  • Authentication with Firebase;
  • It's using Real Time Database from Google to store user's data;
  • It was code with Vue 3 in Vite, Typescript and Vuetify;
  • I don't have enought time to improve my code with unit test.
  • I've used AWS amplify to deploy it;

Autor

Demo

Link to access the project running: https://financial-test.vercel.app/

Installation

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint