-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ef3e43
commit 9d03e13
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# hope | ||
Hope is a network for hopeful addicted people | ||
# Hope | ||
Hope is a network for hopeful addicts, built with Laravel ❤️ | ||
|
||
## Features | ||
- Users register. | ||
- A user starts a challenge. | ||
- A challenge has different statuses: ongoing, stopped, abandoned and completed. | ||
- Users follow each other and see the news on the feed page. | ||
- Challenges are likable/commentable. | ||
- Each user has a profile. | ||
- Users earn achievements during the challenges. | ||
- There is a ranking system. | ||
- There is a recommendation system (who to follow). | ||
- Users can deactivate their accounts. | ||
- The system checks comments for offensive language using AI. |