Refactors the use of classes to functions in constants
Adds a Search and Specimen page
Enhances Search functionality for the Search page and between different routes (urls)
Apologies for the big pull request. It mainly contains basic stuff for the setup of React and the first pages.
I would like to receive your opinion on the use of local storage to persist the search query variable so I can keep track of the last search and reopen the results on the search page, after some research, local storage seemed to be a good solution because React's state gets wiped on refreshing the page.
Pull request adds five main commits that:
Apologies for the big pull request. It mainly contains basic stuff for the setup of React and the first pages. I would like to receive your opinion on the use of local storage to persist the search query variable so I can keep track of the last search and reopen the results on the search page, after some research, local storage seemed to be a good solution because React's state gets wiped on refreshing the page.