AnimeTalk is a Flutter-based mobile application designed for anime enthusiasts to connect, discuss, and share their passion for anime. This platform provides a seamless experience for users to engage in conversations about their favorite anime series, characters, and more.
- User Authentication: Secure login and registration system
- Discussion Forums: Dedicated spaces for different anime genres and series
- Real-time Chat: Connect with other anime fans instantly
- Personalized Recommendations: Discover new anime based on your preferences
- Flutter for cross-platform mobile application development
- Dynamodb for storage
- AWS Lambda function for running backend application
- S3 Bucker for stroing images
- Flutter (latest version)
- Dart SDK
- Android Studio or VS Code
- Git
- Clone the repository:
git clone https://github.com/yourusername/animetalk.git- Navigate to the project directory:
cd animetalk- Install dependencies:
flutter pub get- Run the application:
flutter runAfter launching the application, you can:
- Create a new account or log in with existing credentials
- Explore discussion forums based on different anime categories
- Join conversations and share your thoughts
- Customize your profile to showcase your favorite anime
- Connect with other users through the chat feature
We welcome contributions to AnimeTalk! Please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature) - Commit your changes (
git commit -m 'Add some feature') - Push to the branch (
git push origin feature/your-feature) - Open a Pull Request
Note: AnimeTalk is a fictional project created for demonstration purposes.

