akhileshthite/covid19-vaccine-finder

Footer overlapping with body

AnirudhPanda opened this issue ยท 17 comments

Footer overlapping with body

Hello there! ๐Ÿ‘‹๐Ÿป Welcome to the COVID-19-VaccineFinder ๐Ÿš€
Thank you and congrats ๐ŸŽ‰ for opening your very first issue in this project. Please adhere to our Code of Conduct. ๐Ÿ‘๐Ÿป Feel free to get in touch with me through LinkedIn. Hope to see you there!๐Ÿ˜„

@AnirudhPanda
Thank you for noticing this issue. Yes, on some smartphone screens the footer is overlapping with body.
Would you like to work on this issue?

Yeah I can, also horizontal scrolling needs to be fixed

Yeah I can, also horizontal scrolling needs to be fixed

Okay, assigned.

Hey @akhileshthite I am not able to connect to http://0.0.0.0:8080/ after I did python app.py
Showing on the web : This site canโ€™t be reached, The webpage at http://0.0.0.0:8080/ might be temporarily down or it may have moved permanently to a new web address.
Capture

Hey @akhileshthite I am not able to connect to http://0.0.0.0:8080/ after I did python app.py
Showing on the web : This site canโ€™t be reached, The webpage at http://0.0.0.0:8080/ might be temporarily down or it may have moved permanently to a new web address.
Capture

Okay, then try default Flask server ๐Ÿ‘‰ app.run(debug=True)
I set that because I'm deploying on AWS EC2 instance.

Hey @akhileshthite I am not able to connect to http://0.0.0.0:8080/ after I did python app.py
Showing on the web : This site canโ€™t be reached, The webpage at http://0.0.0.0:8080/ might be temporarily down or it may have moved permanently to a new web address.
Capture

Okay, then try default Flask server ๐Ÿ‘‰ app.run(debug=True)
I set that because I'm deploying on AWS EC2 instance.

$ app.run(debug=True)

bash: syntax error near unexpected token `debug=True'

Hey @akhileshthite I am not able to connect to http://0.0.0.0:8080/ after I did python app.py
Showing on the web : This site canโ€™t be reached, The webpage at http://0.0.0.0:8080/ might be temporarily down or it may have moved permanently to a new web address.
Capture

Okay, then try default Flask server ๐Ÿ‘‰ app.run(debug=True)
I set that because I'm deploying on AWS EC2 instance.

$ app.run(debug=True)

bash: syntax error near unexpected token `debug=True'

Try python3 app.py

@AnirudhPanda Is it working now?

Not working for me

Not working for me

Sir, It should work.
-> Check your python version by python --version command, you should use Python version 3, because of f-string syntax for API.
-> Check indentation after this app.run(debug=True) change , try to run the app.py file in IDE instead of terminal.

Okay @akhileshthite it worked on http://localhost:8080/

Okay, great.

Okay @akhileshthite it worked on http://localhost:8080/

I'll make the necessary changes in main README.md, so that it should work for all contributors later without any problem.

Okay @akhileshthite it worked on http://localhost:8080/

I'll make the necessary changes in main README.md, so that it should work for all contributors later without any problem.

there is still an issue of live reloading though.

#15 Check it once and update me

#15 Check it once and update me

Yes.