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.

login

  • Sign Up Page

The user can create an account with email, username and password.

sign up

  • Feed Page

The user can see posts of the forums that he/she has joined(sorted by date).

feed page

  • Forums Page

The user can see the forums he/she has joined and add his/her favorite forums to favorites.

forums page

  • Add Post Page

The user can send posts to the forums he/she has joined.

add post

  • Setting Page

setting page

  • Edit Profile Page

The user can edit username, password or email.

edit profile

  • Add Forum Page

The user can create a forum by enter name and description of forum.

add forum

  • Saved Posts Page

The user can see posts that he/she has saved.

saved posts

  • About Us Page

about us

Server repositoriy

You can visit the repository of the java server here: Server

GitHub

View Github