Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)