Skip to content

krogank9/forum-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forum Client

This is a full stack discussion/message board app. You can create an account, login, make threads inside of each of the topic specific boards, and post replies to existing threads in each of the boards. The app utilizes HTML, CSS, and the modern user interface library, React for the frontend. For the backend it makes use of ExpressJS to expose API endpoints and PostgreSQL to manage the database.

Demo:

https://forum-client.now.sh/

API Documentation:

See the server repo:

https://github.com/krogank9/forum-server

Screenshots:

recommendations recommendations

Built With:

  • React
  • Javascript, jQuery, HTML5, CSS
  • Server built with ExpressJS, PostgreSQL, Knex