KorryKatti / Python-Image-Board

Imageboard with no text only images
http://korrykatti.pythonanywhere.com/
5 stars 10 forks source link

UI improvement and Image slider #3

Closed Nitish36 closed 1 month ago

Nitish36 commented 1 month ago

Hi i am planning to improve the UI of this website and also to create a option kind off to upload images and to make a database type to store whatever the images are uploaded. Please make this hacktoberfest accepted

KorryKatti commented 1 month ago

we store the image uploaded in a json already , don't see the need for a separate database ?

Nitish36 commented 1 month ago

Okay. For UI changes can I try?

KorryKatti commented 1 month ago

yes , if you see the issues i need a new global.html page under the templates folder, you can work on that , and if possible you should also implement a separate image data json for it to keep it apart from thunder.html

I will accept only a new webpage too if it meets the basic criteria of keeping the functionality of the site. global.html is what you need to make inside the templates folder

for example on basic structure check this out https://korrykatti.pythonanywhere.com/thunder

Will be waiting for your pr

Nitish36 commented 1 month ago

Got it will start working on that. Thank you

KorryKatti commented 1 month ago

its done #14