The User Group we are targeting are people who want to get into the crypto market and our website is going to be very beginner friendly. With just one click you can view the current market of cryptos with many crypto currencies. Our website is very user friendly and gives you all the information needed about cryptos like the current price, market cap etc.
#New updates Resubmisson of Assignment. The new things that we have added are that a user can save their favorite cryptocurrencies and the data will be persistet. The user can see their favorites crypto in their profile and the favorite cryptos are clickeble so when clicked you can view the details about the crypto. We have a new menu tab findUser where you can see the other user and their favorite cryptos.
This template should help get you started developing with Vue 3 in Vite.
In our website you can see the live price of a crypto coin and also search for a spesefic coin. When you press on a coin you can view the details about the coin for example market cap, information about the crypto. You are also able to create an account and log in and it will be saved in firebase. We did not have time for feature such as seeing others favorite cryptos.
deployed our website in firebase: https://cryptoviewer-3d8b5.web.app/home https://cryptoviewer-3d8b5.firebaseapp.com/home.
In our src/router folder: We have diffrent directories to our view file so if you click in home, it will show home page file and when you click in users it will show the users file.
In src/app.vue file: We have defined the whole sturture of our app.
In src/cryptoSource: we have sample code for connecting with the api.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint