Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrieldiem/maulhardt-restoration
The objective of this project is to restore a working copy of the webpages made by Martin Maulhardt, with the sole purpose of them being available to students.
https://github.com/gabrieldiem/maulhardt-restoration
fiuba github-pages javascript parcel react
Last synced: 15 days ago
JSON representation
The objective of this project is to restore a working copy of the webpages made by Martin Maulhardt, with the sole purpose of them being available to students.
- Host: GitHub
- URL: https://github.com/gabrieldiem/maulhardt-restoration
- Owner: gabrieldiem
- License: mit
- Created: 2023-03-24T14:52:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-25T20:31:12.000Z (3 months ago)
- Last Synced: 2024-08-25T22:12:08.671Z (3 months ago)
- Topics: fiuba, github-pages, javascript, parcel, react
- Language: JavaScript
- Homepage:
- Size: 24.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maulhardt Restoration Project
Link to Análisis 2 website: https://gabrieldiem.github.io/maulhardt-restoration/pages/analisis-2
Link to root website (work in progress): https://gabrieldiem.github.io/maulhardt-restoration/
The objective of this project is to restore a working copy of the webpages made by Martin Maulhardt, with the sole purpose of them being available to students.
The original ones are down in some way or another:
- http://analisis2.com/
- http://analisis3.com/
- http://matematicadiscreta.com/## Dependencies
The project is made with this core technologies, which will be installed locally after installing them with `npm install`:
| NPM Package | Version |
| ---------------- | ------- |
| parcel | 2.8.2 |
| react | 18.2.0 |
| react-dom | 18.2.0 |
| react-router-dom | 6.10.0 |
| bootstrap | 5.2.3 |
| popper.js | 1.16.1 |
| dotenv | 16.0.3 |## Content Attribution
All of the content on this website is derived from the original websites _analisis2.com_, _analisis3.com_ and _matematicadiscreta.com_. We acknowledge and respect their intellectual property rights. All original content remains the property of their respective owners Martín Maulhardt and the Faculty of Engineering of the University of Buenos Aires (FIUBA).
## Useful resources
- [Linking Parcel and Bootstrap](https://en.parceljs.org/recipes.html)