Skip to content

Repository files navigation

Chatzy 💬

A simple real-time chat app built with Vite, Firebase, and React.


Getting Started 🚀

Follow these steps to get Chatzy up and running on your local machine.

1. Clone the Repository

git clone https://github.com/vencordthemer/chatzy.git
cd chatzy

2. Install Dependencies

npm install

3. Set Up Firebase

Chatzy uses Firebase for authentication and real-time data via Firestore.

5. Adding Keys:

  1. Copy the Firebase config and replace the placeholder in src/firebase-config.ts :
const firebaseConfig = {
  apiKey: "your-api-key",
  authDomain: "your-project-id.firebaseapp.com",
  projectId: "your-project-id",
  storageBucket: "your-project-id.appspot.com",
  messagingSenderId: "your-messaging-sender-id",
  appId: "your-app-id"
};

4. Start the Project 👾

npm run dev

Then visit http://localhost:5173 in your browser to start chatting!


Tech Stack

  • Vite — Lightning-fast frontend tooling
  • React — UI Library
  • Firebase — Auth & Firestore for backend
  • Styled Components

Contributing

Pull requests are welcome! Feel free to fork this project, submit issues, or suggest new features.


License

This project is open source and available under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages