Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.44 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.44 KB

Denscord Mobile Client

Denscord is a Discord clone built as a pet project to test my skills and create a portfolio project. It allows users to create guilds, channels, and send messages in those channels. This README provides instructions on how to install and set up the Denscord client.

Actual Demo

[Note] Click on image.

yRj2ogMNhtw

Installation

  1. Make sure you have Flutter SDK installed. If not, follow the official Flutter installation guide: Flutter Installation.

  2. Clone this repository to your local machine:

git clone https://github.com/dencer-code/denscord_fe.git
cd denscord_fe
flutter pub get
  1. Install Denscord API

Configuration

  1. change apiUrl to your server in ./lib/app/utils/api_endpoints.dart

Run the App

  1. make sure you have connected your device or simulator
  2. flutter run

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. So fool free to modify the content based on your specific project requirements and preferences.