Final project for Web delopment course (React development module).
Af the search feature is not developed yet, the users can surf through 4 pages:
- / - welcome page
- /dji - data on Dow Jones Industrial Average
- /gspc - data on S&P 500 Index
- 404 not found page for any query that doesn't match the ones above
The routing process is managed in src/finance-page/index.js file.
All the data for content components is fetched from the local files stored in respective content folders.