HemendraKhatik / FlackApp

This is an anonymous chat application.
https://flack-web-app.herokuapp.com/
22 stars 33 forks source link

convert bootstrap design to custom design #40

Open HemendraKhatik opened 4 years ago

HemendraKhatik commented 4 years ago

this website is built with bootstrap and I want someone to convert bootstrap to custom CSS.

points to keep in mind

Feel free to be creative in designing

cSparkle commented 4 years ago

Hello! I'm interested in taking on this task.

Do you have any ideas in mind for the finished product or a color palette you like? Thanks!

HemendraKhatik commented 4 years ago

Hello! I'm interested in taking on this task.

Do you have any ideas in mind for the finished product or a color palette you like? Thanks!

sure @cSparkle and well I like the variations of blue, black and white colors you can get the color palettes from this website

cSparkle commented 4 years ago

@HemendraKhatik awesome! I'll get started soon!

cSparkle commented 4 years ago

@HemendraKhatik Could you help me out with creating the proper DB? I'm less familiar with Flask and Python migrations and I'm not sure which command to run to create the DB and run the migrations properly.

HemendraKhatik commented 4 years ago

@HemendraKhatik Could you help me out with creating the proper DB? I'm less familiar with Flask and Python migrations and I'm not sure which command to run to create the DB and run the migrations properly.

@cSparkle Just go through the readme.MD file again I've made a few changes. This time it will be easier for you to run this.

HemendraKhatik commented 4 years ago

@cSparkle can you please make a pull request again? since I've cleaned the code and introduce a new way to run this app locally.

cSparkle commented 4 years ago

@cSparkle can you please make a pull request again? since I've cleaned the code and introduce a new way to run this app locally.

Will do! Thanks for letting me know 😁

cSparkle commented 4 years ago

Hey @HemendraKhatik! I hadn't gotten far before you made those code changes, so I reforked and reinstalled everything.

I'm getting the following error when I run python create.py:

Traceback (most recent call last):
  File "create.py", line 3, in <module>
    from flask import Flask, render_template, request
ImportError: No module named flask

I tried installing Flask manually using pip install flask, but I got the same error. I think it might be a problem somewhere in the code.

HemendraKhatik commented 4 years ago

Hey @HemendraKhatik! I hadn't gotten far before you made those code changes, so I reforked and reinstalled everything.

I'm getting the following error when I run python create.py:

Traceback (most recent call last):
  File "create.py", line 3, in <module>
    from flask import Flask, render_template, request
ImportError: No module named flask

I tried installing Flask manually using pip install flask, but I got the same error. I think it might be a problem somewhere in the code.

Run these lines in your python interpreter to confirm flask is installed successfully

import flask flask.version

it should return the flask package version.

cSparkle commented 4 years ago

@HemendraKhatik ahh, got it working! Turns out to have been a verison mismatch with Python. Thanks for the guidance!

cSparkle commented 4 years ago

Hi @HemendraKhatik! I finished up converting everything from Bootstrap to vanilla css for the login page. Before I do the rest of the app, I wanted to show you what I had to make sure I was on the right track in terms of design. Let me know what you think!

Screen_Recording_2020-10-08_at_11 35 21_AM

HemendraKhatik commented 4 years ago

@cSparkle Awesome, better than before. keep it up.

Point to keep in mind

For any discussion, you can shoot an email at sendtohemendra@gmail.com.