THHamiltonSmith / webdevhub

A hub for web developers that offers a variety of tools to help with any developing needs.
https://webdevhub.herokuapp.com/
MIT License
87 stars 4 forks source link

Add favourite features #18

Open THHamiltonSmith opened 2 years ago

THHamiltonSmith commented 2 years ago

Add a feature that allows the user to favourite features for quick access instead of needing to constantly search for something they might use all the time.

I will work on adding this feature, but some help would be great! Here are my current thoughts:

These two options cause some problems though, as a local JSON file will expose account data and all users favourites to anybody who looks at the repo. A MongoDB database would be great, but it creates problems with API keys being exposed and will make it difficult for users to test any changes involving accounts locally.

If you have any suggestions on how to tackle this problem, leave a comment on the issue!