my project don't want to debug I don't understand very well
@LiviaYeneАй бұрын
hello , can i find this project on github?
@TheBlueAmeerАй бұрын
Perfect 👌🏻
@pete531Ай бұрын
Next time, when i am on a romantic evening, i will play this video, for the music 🤣 i mean, come on man, coding and piano music ?
@richdadradioАй бұрын
images?
@pete531Ай бұрын
make something up, do it urself
@pete531Ай бұрын
Great practice project, i like that you added voice but please leave the music out
@SpraygodGamerzz2 ай бұрын
code?
@pete531Ай бұрын
code it yourself, follow along
@pete5312 ай бұрын
i used exactly the same styling, and installation but im getting a design thats off, things not aligned, or just weird. at 13 minute mark, will keep updated. UPDATE in the comments
@pete5312 ай бұрын
i managed to get it working, i made some mistakes, solid project....
@StudentDictionary2 ай бұрын
kindly share the GitHub repo link, So, we can download the images
@Agustus-rs5ry2 ай бұрын
is there a program on github?
@lounes03b992 ай бұрын
24:00 => everything till now is ok, but when i refreshe the screen the chart will duplicate?? why and how can solve it???
@8kra2 ай бұрын
If the chart duplicates for you, try wrapping the options in useMemo to prevent unnecessary re-renders. Also, ensure the previous chart instance is properly destroyed in useEffect. This should resolve the issue.👍
@peter87963 ай бұрын
28:20
@CHINEDU-n2l3 ай бұрын
I beg of you change that background music
@غريبرباح3 ай бұрын
شكرا
@danimusbar4 ай бұрын
Please make same tutorial but using Sveltekit, Vite and tailwind
@akilank40094 ай бұрын
Nice ..🎉
@Leonprofessional-dc8bj4 ай бұрын
Cool thanks
@MuhammadZeeshan-dg4ry4 ай бұрын
can you guide me how can i run it on my pc i have already download it on my pc and installed the npm i when im typing npm start its not starting ?
@8kra4 ай бұрын
Since the project is using Vite, you need to use a specific command to start the development If you prefer using npm, run:npm run dev, If you prefer using yarn, run: yarn dev