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.
[Note] Click on image.
-
Make sure you have Flutter SDK installed. If not, follow the official Flutter installation guide: Flutter Installation.
-
Clone this repository to your local machine:
git clone https://github.com/dencer-code/denscord_fe.git
cd denscord_fe
flutter pub get
- Install Denscord API
- change
apiUrl
to your server in./lib/app/utils/api_endpoints.dart
- make sure you have connected your device or simulator
-
flutter run
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.
This project is licensed under the MIT License. So fool free to modify the content based on your specific project requirements and preferences.