Skip to content

A simple message board application where users can post messages using a username. It is built using React, Express, and Google Firestore. The application allows users to add, view, update, and delete messages.

Notifications You must be signed in to change notification settings

jzhuang03/message-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Message Board Mini-Project

Overview

Message Board is a simple message board application where users can post messages using a username. It is built using React, Express, and Google Firestore. The application allows users to add, view, update, and delete messages. This straightforward approach ensures that messages persist across server restarts and page reloads thanks to Firestore integration.

This project served as an effective platform for enhancing my proficiency in both backend and frontend development. It provided deep insights into the seamless interactions between components, thereby advancing my understanding of communication flows within the application.

Demo

Message-Board.Demo.mp4

Technologies Used

  • React - Used for building the user interface
  • Express - To set up the backend server and API.
  • Google Firestore - Database for storing and retrieving messages using SDK configurations.

Features

  • Post messages with a username through form validation.
  • View all posted messages.
  • Edit and delete messages.
  • Simple and intuitive user interface.

About

A simple message board application where users can post messages using a username. It is built using React, Express, and Google Firestore. The application allows users to add, view, update, and delete messages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published