I created this project just to practice:
- Laravel
- Typescript
- VueJS
- TailwindCSS
The code is not perfect and the project is not published, as I just wanted it for occasional personal use and moreover for practising new technologies. Here a small demo and explanation:
repo: https://github.com/cobianzo/laravel24-binance
Goal: Create a Laravel project that allows me to log in and manage my user profile. For this, we will use Laravel 11 and the Laravel installer to configure a boilerplate called Breeze, which already includes authentication, along with VueJS and Inertia, facilitating the communication of backend data with the frontend without the need to make API calls. We want the user to be able to input their Binance account authentication token on their profile page, enabling access to their wallet and allowing operations to be performed on their behalf from our app. We aim to create the private page `/currencies`, which displays the user’s portfolio list, as well as a list of their favourite tickers. This page will include a lookup input that allows users to search for tickers and add them to their favourites list. On this page, there will be a section called “Trade” that shows the real-time price of the selected ticker (selectedTicker).