shrey141102 / PythonProjects

Python Programs
8 stars 37 forks source link

website #1

Open shrey141102 opened 7 months ago

shrey141102 commented 7 months ago

Create a website that showcases all the projects. Can use Django or Flask

Please tell any ideas which you might have

shubha987 commented 7 months ago

by Django i can help but for that frontend template has to be known.

shrey141102 commented 7 months ago

by Django i can help but for that frontend template has to be known.

  • we can make a banner for this project using ui/ux we can get the pic for javascript and python
  • and same wise creating menutype showcase with some icon of the application.
  • i am giving you an example: Screenshot 2023-12-12 225917 like that we can create list. it is one of my running django project

Looks good. Template need not be very tough https://shrey141102.github.io/Javascript-projects/

if u see this site, from my other repo. Something similar would be nice. But how will we be able to give demo of the projects on web?

shubha987 commented 7 months ago

like we have to make individual page for that items i think

shrey141102 commented 7 months ago

like we have to make individual page for that items i think

In my other website it just opened the index.html when it's clicked upon. Something similar, what's possible with django?

shubha987 commented 7 months ago

in django what i have done i have connected the page by calling a function in manage.py (urls) . in urls section if we add the html page for individual project. i think we can do it in that way.

shubha987 commented 7 months ago

ok assign me the issue , let me try .