The Mini Message Board is a simple web application that allows users to post messages and view messages posted by others. It provides a minimalistic interface for communication between users, making it easy to share thoughts, ideas, or announcements within a small community.
Visit live demo @ mini-messageboard currently hosted on a home server using Cloudflare.
To run the Mini Message Board locally:
- Clone this repository to your local machine.
- Install dependencies using npm.
- Start the server run 'npm run dev'.
- Access the application in your web browser through "http://localhost:3000/".
Visit the homepage to view the message board. Use the form to post your own messages. See what others have posted.
Contributions are welcome! If you have ideas for improvements or new features, feel free to open an issue or submit a pull request.
Posting Messages: Users can easily post messages to the message board by filling out a simple form. Viewing Messages: The message board displays all posted messages in chronological order, allowing users to see the latest updates at a glance.