Confess Website is a platform designed to provide users with a safe and anonymous space to share their secret crushes and confessions. It aims to foster a supportive community where users can express their feelings without fear of judgment. The project offers the following features:
- Anonymous Confessions: Users can post their confessions without revealing their identity, ensuring privacy and confidentiality.
- User Authentication: Sign-up and login functionality allows users to securely engage with the platform and interact with other posts.
- Real-time Confession Feed: Confessions are displayed in real-time, providing an up-to-date feed for users to explore and engage with.
- Post Interaction: Users can like, comment on, and report posts, fostering community interaction and moderation.
- Trending Confessions: The trending section highlights the most popular confessions based on likes, enabling users to discover engaging content.
- Search and Tagging: Users can search for specific confessions or explore posts based on relevant tags, enhancing discoverability.
- Front-end: React, TypeScript, HTML, Tailwind CSS
- Back-end: Firebase Realtime Database
- Authentication: Firebase Authentication
- Deployment: Firebase Hosting
Build on top of Vite to provide fast dev server boostup and code bundling with Rollup, pre-configured to output highly optimized static assets for production
To run the Confess Website locally, follow these steps:
- Clone the repository:
git clone https://github.com/localhost-8000/confess-me.git
- Install dependencies:
npm install
- Move env file:
mv .env.local.example .env.local
- Start the development server:
npm start
ornpm run dev
Make sure to set up the necessary Firebase configurations in the project.
Contributions to Confess Website are welcome! If you'd like to contribute, please follow these guidelines:
- Fork the repository and create a new branch.
- Make your changes and test thoroughly.
- Submit a pull request, describing the changes you've made.
This project is licensed under the MIT License.