-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
38 lines (24 loc) · 2.24 KB
/
README
File metadata and controls
38 lines (24 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Hangry back-end
### To-Do List
<ul>
<li>User login authentication</li>
<li>Secure endpoints</li>
<li>User favorites</li>
<li>User dislikes</li>
</ul>
## Other possible additions:
<ul>
<li>User accounts: Allow users to create accounts so they can save their favorite restaurants or cuisines, share their recommendations with friends, or receive personalized recommendations based on their past behavior.</li>
<li>Save favorites: Allow users to save their favorite restaurants to a list within the app so they can easily refer back to them later.</li>
<li>Randomize food categories: Instead of just randomizing restaurants, you could allow users to choose from different food categories such as Italian, Mexican, or Chinese, and then randomize within that category.</li>
<li>Include filters for price or distance: Add filters to allow users to limit the results to restaurants within a certain price range or within a certain distance from their location.</li>
<li>Include a map view: Add a map view that shows the user's location and the location of the selected restaurant</li>
<li>Share on social media: Include a sharing feature that allows users to share their random restaurant selection on social media platforms such as Facebook, Twitter, or Instagram.</li>
<li>Reviews: Include a simple rating system that allows users to rate restaurants based on their experience.</li>
<li>Add images: Include images of the restaurant to give users a better idea of what to expect.</li>
<li>Reviews and ratings: Allow users to leave reviews and ratings for restaurants, and display the overall rating for each restaurant to help other users make informed decisions.</li>
<li>Filtering and sorting options: Allow users to filter restaurants based on criteria like price, distance, cuisine, or dietary restrictions, and sort them by rating or proximity.</li>
<li>Social sharing: Enable users to share their random restaurant picks on social media or messaging apps, and provide them with a referral system to earn rewards or discounts for inviting their friends to use the app.</li>
<li>Personalization: Use machine learning algorithms to analyze user behavior and provide personalized recommendations based on their preferences, location, time of day, or other factors.</li>
</ul>
test