/PrivateTable-ChatApp

[DISCONTINUED] A chat app I made for my family's use.

Primary LanguageHTMLMIT LicenseMIT


PrivateTable Chatroom

A chatroom for my family's use!

Request Feature

Contributors Issues License

About The Project

This is a chatroom that I am creating for me & and my family to use. It is inspired by a minimalistic and sleek design.

Built With

Getting Started

To use this project for development, follow the steps listed below. Please note that you will need Python 3.8+ to use this app.

Installation

  1. First, clone the GitHub repository:
git clone https://github.com/RyanBaig/PrivateTable-ChatApp.git
  1. (Optional) Create a Virtual Environment:
python -m venv .venv
# OR
python3 -m venv .venv
  1. Activate the Virtual Environment:
.venv/Scripts/activate
# OR
source .venv/bin/activate
  1. Install the packages:
pip install -r requirements.txt
  1. Run the app:
p script

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Authors

Yoon Hyeseong
Ryan Baig