BaReinhard / Hacktoberfest-Mathematics

Math is fun so let's make some scripts and or programs that use some of your favorite math formulas and functions.
https://bareinhard.github.io/Hacktoberfest-Mathematics/
GNU General Public License v3.0
121 stars 363 forks source link

Static Site to display all the formulas as code snippets in different languages? #16

Open mdew192837 opened 7 years ago

BaReinhard commented 7 years ago

Any thoughts on how this should be structured?

mdew192837 commented 7 years ago

Category (Physics, Math) then by common formulas then by language

BaReinhard commented 7 years ago

Good call, this seems more intuitive, I believe I'll create a contribution file to a similar structure as this, it would make a site easier to model as well.

BaReinhard commented 7 years ago

I'll work on looking into the logic for this, should be easy to create a gh-pages repo to handle this.

BaReinhard commented 7 years ago

Should have a working prototype by midday tomorrow

Adroit11 commented 7 years ago

I would love to give a helping hand on the static page UI.

BaReinhard commented 7 years ago

I decided a static page isn't quite as fun, I used react to create a basic prototype and it uses the github api to render the content, take a look here: https://bareinhard.github.io/Hacktoberfest-Mathematics/

it is very rough, but the functionality is almost there.

Adroit11 commented 7 years ago

Yeap the functionality is their, did like what you came up with. So are you still looking for contributions on the page? If yes make the code available and less roll in the pull request for modifications.

BaReinhard commented 7 years ago

I made a branch called webpage-build , it was a pretty rough prototype so things aren't named very well at all and it's a bit of a mess with no comments. I don't believe it pushed the latest changes yet but I'll be sure to push them and make comments tomorrow.

BaReinhard commented 7 years ago

@mdew192837 any suggestions on what else to include on the web page. I'm thinking of using an autocomplete input box to more easily see the available formulas.