Screenshot of the home page featuring a welcome message and two posts.
Back to Projects

Bulletin Board Website

May 2023 - June 2023

Tags

    TypeScriptReactNext.jsFirebaseWeb

About

A website that allows users to post messages on a bulletin board. It was designed to be a very simple full-stack application with create, read, update, and delete functionality. It uses React and Next.js with TypeScript. It also uses Firebase Authentication to allow users to log in with their Google accounts and Firestore to store the post data. Users can log in, create posts, edit posts, and delete posts. The home page displays all the posts along with their authors and profile pictures.

Images

Screenshot of the home page featuring a welcome message and two posts.Screenshot of the home page featuring a welcome message and two posts.Screenshot of a small form to create a new post.Screenshot of a small form to edit a post.