is a dynamic web application designed to retrieve data about Nobel laureates from the years 1901-1905. The application fetches the data dynamically from the NobelAPI based on the selected year. This project served as an introduction to TypeScript
for me, while also allowing me to deepen my understanding of React Router
and React Query
. Additionally, the project was an opportunity to explore and test the capabilities of the MaterialUI
library.
You can install application locally via npm & vite, or watch how it works HERE.
git clone https://github.com/majkeloess/nobelPrize && cd nobelPrize && npm i && npm run dev
- React
- ReactDOM
- Vite
- MUI
- React Router
- React Query