Kutako is a simple and intuitive social media application developed in Java. The app allows users to connect, share, and engage with posts. Users can register and log in using their email and perform various actions like creating, editing, deleting, and reading posts.
- User Registration: New users can register using their email addresses.
- Login: Users can securely log in using their registered email credentials.
- Create Post: Users can create new posts and share them with others.
- Edit Post: Users can edit their existing posts to update or correct content.
- Delete Post: Users have the option to delete their posts if they choose.
- Read Post: Users can view and read posts created by themselves and others.
- Programming Language: Java
- Database: Firebase
- Build Tool: Gradle
- Version Control: Git
- Java Development Kit (JDK) 8 or higher
- Firebase API key
-
Clone the repository:
git clone https://github.com/frostdev03/kutako.git
-
Navigate to the project directory:
cd kutako
-
Build the project:
(Include build instructions here, e.g., `./gradlew build` for Gradle or `mvn package` for Maven)
-
Run the application:
(Include instructions for running the application, e.g., `java -jar build/libs/kutako.jar`)
Once the application is running, users can register and log in using their email. After logging in, users can create, edit, delete, and read posts.
For any inquiries or feedback, feel free to contact me at fahrilmaula005@gmail.com.