Welcome to SpeakOutSpace, an app for expressing your thoughts freely!
This project is a simple web application where people can share their thoughts.
- HTML
- CSS
- JavaScript
- Firebase Realtime Database
- Clone this repository.
- Open the
index.htmlfile in your preferred web browser.
- Users can write and publish comments.
- Comments include "To," "Comment," and "From" fields.
- Realtime updates using Firebase.
This project uses Firebase for real-time data synchronization. The Firebase SDK is imported directly from the CDN.
- Fill in the "Comment," "From," and "To" fields.
- Click the "Publish" button to submit your comment.
- Comments will be displayed in real-time below the input section.
- Click on a comment to remove it.
The site.webmanifest file contains configuration settings for the web app, such as icons and theme colors.
Contributions are welcome! If you'd like to enhance the app's functionality or fix issues, feel free to fork the repository and submit a pull request.