Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/majkeloess/nobelprize
nobelPrize is a dynamic web application designed to retrieve data about Nobel laureates from the years 1901-1905.
https://github.com/majkeloess/nobelprize
material-ui nobel-laureates nobel-prize react reactquery reactrouter typescript
Last synced: about 1 month ago
JSON representation
nobelPrize is a dynamic web application designed to retrieve data about Nobel laureates from the years 1901-1905.
- Host: GitHub
- URL: https://github.com/majkeloess/nobelprize
- Owner: majkeloess
- Created: 2024-02-07T20:07:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-17T12:18:56.000Z (10 months ago)
- Last Synced: 2024-02-17T20:41:44.078Z (10 months ago)
- Topics: material-ui, nobel-laureates, nobel-prize, react, reactquery, reactrouter, typescript
- Language: TypeScript
- Homepage: https://majkeloess.github.io/nobelPrize/
- Size: 814 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://api.nobelprize.org/2.1/nobelPrizes) 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](https://majkeloess.github.io/nobelPrize/).
```bash
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](https://github.com/majkeloess/nobelPrize/assets/118011581/ec608d3b-cfc8-4e47-bb17-efe3643109e3)
![image](https://github.com/majkeloess/nobelPrize/assets/118011581/3463428e-fb49-4194-b73d-6f35f6a67d90)## License
[MIT](https://choosealicense.com/licenses/mit/)