Reddit app
Description
Here is a reddit clone application.
UI of application is created with dart and flutter. Server of application is created with java.
Screens
- Login Page
The user can login to his/her account with username and password.
- Sign Up Page
The user can create an account with email, username and password.
- Feed Page
The user can see posts of the forums that he/she has joined(sorted by date).
- Forums Page
The user can see the forums he/she has joined and add his/her favorite forums to favorites.
- Add Post Page
The user can send posts to the forums he/she has joined.
- Setting Page
- Edit Profile Page
The user can edit username, password or email.
- Add Forum Page
The user can create a forum by enter name and description of forum.
- Saved Posts Page
The user can see posts that he/she has saved.
- About Us Page
Server repositoriy
You can visit the repository of the java server here:
Server
Comments are closed.