kossiitkgp / KWoC-Frontend

Frontend Repo for Kharagpur Winter of Code, built in React
https://kwoc.kossiitkgp.org/
GNU General Public License v3.0
21 stars 44 forks source link

FAQ markdown render and search #82

Open sahil-shubham opened 2 years ago

sahil-shubham commented 2 years ago

Required

Before #79 we used to render the markdown file present in the public folder, but we wanted to search through the faq so that one can easily search their doubt. This required a json data with key and value pair or question and answer. We should aim to have both markdown rendering and search together.

Possible Solution

?