gbowne1 / gbowne1site_react

React version of gbowne1 site
GNU General Public License v3.0
4 stars 12 forks source link

[TODO] Fix Blog page styling #56

Open gbowne1 opened 9 months ago

gbowne1 commented 9 months ago

To run the server,

use json-server --watch db.json --port 8000

This will be used till I get the MySQL, MariaDB, MongoDB, PostgreSQL database set up.

To see the blog, click on the Blog button in the navbar, or go to /blog/.

You won't be able to see the blog render unless json-server is running.

Aside: There's no blog editor either. I made an issue for that.

The Blog.jsx and the accompanying Blog.css is garbage. I want users/followers/viewers to be able to see and comment on each post, as well as heart/like, thumbsup, thumbsdown, flag, etc. (typical blog things)..

The blog should have title, subtitle, date/timestamp and typical blog metadata displayed with each. Also ability to post photos with the blog post.