Please Test My Python/Javascript CRUD Application

I am looking for some honest feedback on my application.

I created this application with Python, Flask, Javascript, HTML, and CSS.

UPDATE!!! (2020-11-11)

The following features were added/fixed:

  • Custom font added.
  • Unhid the Delete/Edit a post buttons.
  • Users can only edit/delete their own posts.
  • Clicking “reply” will scroll the page down to the comment form.
  • Dark/light theme is located in under prefences.
  • Active page is highlighted with an underline on the navigation menu.
  • Toggle password input field to hide/reveal text.
  • Input text dots in password field are spaced out but not the placeholder text.
  • Improved the CSS of a few elements.

https://fstackforum.com/

What needs improvement?
What features would you like to see added?

Please test my application on your phone also if possible.

screenshot_500x500

Hey @brandon_wallace!

I just signed in with fake account and testing out your forum now on my laptop.

When I click on the reply buttons in that particular topic, it would be nice if the cursor changed to pointer. If you notice on this forum whenever you hover over the reply button the cursor changes.

Also the reply buttons in general don’t take me to the comment section. I can still make comments without hitting the reply button just by scrolling down to the text area at the bottom.

I think it is a good start but the user experience is a little limited right now. It would be nice to be able to edit my posts or maybe even delete them too.

Keep up the good work though.

Hope that helps!

1 Like

@jwilkins.oboe Thank you very much for taking the time to look at my project.

I must have missed the cursor pointer on the ‘reply’ button because I usually do that.
I will have to hide the comment input textarea until a person clicks on the ‘reply’ button.
There is a way to edit and update post but the button is currently not visible. I forgot to add that button after the user signs in.

The following features were added/fixed to my project.

  • Custom font added.
  • Unhid the Delete/Edit a post buttons.
  • Users can only edit/delete their own posts.
  • Clicking “reply” will scroll the page down to the comment form.
  • Dark/light theme is located in under prefences.
  • Active page is highlighted with an underline on the navigation menu.
  • Toggle password input field to hide/reveal text.
  • Input text dots in password field are spaced out but not the placeholder text.
  • Improved the CSS of a few elements.
1 Like