hi can you help me with the issue with my next js page no reflecting any changes. i tried removing cache data also whatever code i do its not reflecting on next js page at all. i saved it numerous times tried making new project also with admin privilege still not showing anything on the page just next js screen(default).
Hey, run "npm run dev" and open the localhost that it will run on. Most probably 3000. Find the code that is displayed on the page, and then find that code in your project. Try to change some letters in the text that is displayed on the page. This changes should be reflected. In case not, try to refresh your ( localhost ) page.
Hey bro make sure the content is wrapped in a div with "grid md:grid-cols-8" ... Maybe there is a mistake.. And also, for the divs for each text in about section (the "col-span-5") shoulf also be from md:col-span-5 ...That should fix it
Currently without "md:" before the grid-cols-8 or col-span its telling also mobile that it should keep this layout... So with md:, it will be doing it only for desktop, and for mobile it will keep defaultly 1 full width column
Can I do that with another language/framework ? Like dart/flutter or Kotlin/compose web ? Because I don't know js Frameworks yet and I want to focus on these first
If you want to learn a lot of NextJS I recommend some fullstack project. For portfolio its mostly just frontend, like in this case. For example you can check out some fullstack eshop from youtube channel Web Dev Simplified.
Thank you for your work ! God bless you ! Thanks again from Uzbekistan
Happy to hear that, you are very welcome!
please share the github link of this projects
simple,sleek and elegant...Great
Thank you!
After deploy this my responsivness will disturb
hi can you help me with the issue with my next js page no reflecting any changes. i tried removing cache data also whatever code i do its not reflecting on next js page at all. i saved it numerous times tried making new project also with admin privilege still not showing anything on the page just next js screen(default).
Hey, run "npm run dev" and open the localhost that it will run on. Most probably 3000. Find the code that is displayed on the page, and then find that code in your project. Try to change some letters in the text that is displayed on the page. This changes should be reflected. In case not, try to refresh your ( localhost ) page.
The about section not visible properly
Hey bro make sure the content is wrapped in a div with "grid md:grid-cols-8" ... Maybe there is a mistake.. And also, for the divs for each text in about section (the "col-span-5") shoulf also be from md:col-span-5 ...That should fix it
Currently without "md:" before the grid-cols-8 or col-span its telling also mobile that it should keep this layout... So with md:, it will be doing it only for desktop, and for mobile it will keep defaultly 1 full width column
can you share the code ??
Thank you so much !!
You are welcome :)
Thanks man ❤😊
You are welcome :)
Can I do that with another language/framework ? Like dart/flutter or Kotlin/compose web ? Because I don't know js Frameworks yet and I want to focus on these first
Yes both are possible. Just instead of Framer Motion, they have their own built-in animation framework.
Good luck and have fun!
Will we be able to learn nextjs from this?
If you want to learn a lot of NextJS I recommend some fullstack project. For portfolio its mostly just frontend, like in this case.
For example you can check out some fullstack eshop from youtube channel Web Dev Simplified.
Bro I have an issue while I see it from mobile
Sure bro I replied in your second comment
hello bro
i am back i your littel brother i hope you dont forgate me also this project is 10/10 and love you take care
Hello bro, happy you showed up. Take care, thanks!!
thanks dude
you are welcome bro
Hey, can you share the code?