🤓This repository was created for fun and as a hobby. It serves as a platform for practicing OOP in Java and honing my UI design skills using JavaFX
. Specifically, I’m building a straightforward offline clone of Reddit.
Reddit is an American social news aggregation, content rating, and forum social network. Registered users submit content to the site such as links, text posts, images, and videos, which are then voted up or down by other members.
- Blur on NSFW content(spoiler disappears on click)
- Can toggle if others can vote on your post
- All passwords as stored in the database in a hashed format
After launching Reddit, you can:
- Sign up for a new account or log in with existing credentials.
- Use the search bar to find specific subreddits or content with
u/
orr/
. - Post new content by clicking the 'New Post' button.
- Engage with the community by commenting and voting on posts.
- Run the main method of Application
- Make stage and also switch between scenes
-
Managing the parameters like
- Username
- Password
and also Delete Account❌
-
Providing
static
functions for development like:
- Get name/email by Id(optional, default: currentUserId)
- Hash Password
- Check hashed password
- Login/Sign up
- Update (username/email/password)
- Display the content posted in a specific subreddit
- Retrieve Post(title/description/votes)
- Delete a post
- Commit comments
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repository and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star🌟! Thanks again!
- Reddit icons and color pallets
- Dr Saeed R Kheradpisheh(Instructor), Farid Karimi(TA)
- Contributors and supporters