BraydenTW / react-emoji-search

🦄 A simple emoji search tool made with ReactJS.

Home Page:https://react-emoji-search.braydentw.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding a Favourites section to the website to store user favourite emojis

arkayyy opened this issue · comments

What is this About?

There could be a favourites section, which can be used to store all emojis that the user is bookmarking.


Expected Behavior

A 'mark as favourite' button for every icon and a favourite emojis section could serve the purpose.


Current Behavior

There is no 'mark as favourite button' nor 'favourites' section.


Failure Information (for bugs)

N/A


Steps to Reproduce

  1. Adding a 'add to favourites' icon/button with every emoji result which when clicked will add the details of that emoji into the localstorage.
  2. Adding a favourite emojis section which can be accessed through a 'favourites' button/icon at the top of the page
  3. The emojis marked as favourites would be stored in the localstorage. So whenever the next time those emojis appear in the search results, we can mark the ones already marked as favourites before.

Context

The 'add to favourites' icon/button and a dedicated 'favourites' section would help the users store their favourite emojis at a place, thus eliminating the hassle to search for them again and again.


Failure Logs

N/A

@BraydenTW Please do consider assigning this issue to me under the Hacktoberfest tag. Thank you!

Love this idea @arkayyy!

Hey @arkayyy how is this going?