Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.1 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.1 KB

nobelPrize

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.

Installation

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

Dependencies

  • React
  • ReactDOM
  • Vite
  • MUI
  • React Router
  • React Query

Photos

image image

License

MIT